/* CSS Document  - SoftChalk CONNCET */


html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
	background-color: #fff;
}

img {
	border: none;
}
a img {
	border-bottom: none;
	padding-bottom: 0;
}


.commentimg {
	margin: 0;
	padding: 0;
}
/* P
-------------------------------------------------------------------------------------*/
#content p {
	font-size: 1em;
	margin-top: 0;
	margin-bottom:1.5em;
	/*text-align: left;
	padding: 0;*/
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 100%;
	
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	background-image: url("/images/layout/photo_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

div#header {
	padding: 0;
	width: 960px;
	height: 114px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
	/*div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}*/

div#content {
	padding:0 0  100px 0; /* bottom padding for footer */
	width: 670px;
	line-height: 1.5em;	
}

#content .gutter { padding: 8px 5px 20px 0px; }	
	
#content .gutter img {
	padding: 10px 0;
}	
	

div#content2 {
	padding:0 0  142px 0; /* bottom padding for footer */
	width: 99%;
	line-height: 1.5em;	
}	
#content2 .gutter { padding: 8px 5px 20px 0px; }	
	
#content2 .gutter img {
	padding: 8px 5px 20px 0px;
}	
	



/*  FOOTER
-----------------------------------*/

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background-image: url("/images/layout/body_bg.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 164px;
	color: #fff;
	font-size: 11px;
}

#footer p {
	margin: 140px 0 0 0;
	padding: 1px;
	text-align: center;
	}

#footer a:link {
	color: #eee959;			/* ADDED FOOTER LINK STYLE  */
}

#footer a:visited {
	color: #eee959;			/* ADDED FOOTER LINK STYLE  */
}

#footer a:hover {
	color: #fff;			/* ADDED FOOTER LINK STYLE  */
}



#mainblock {
	width: 960px;
	padding: 0;
	margin: 0 auto 0 auto;
	background-color: #FFF;
	position: relative;
	height: 100%;
	
}




/* Links
-------------------------------------------------------------------------------------

#content a:link img, #content a:visited img, #content a:active img{
	padding-bottom:0;
	color: #006c94;
	text-decoration: none;
	border-bottom: none;
}
#content a:hover img{
	padding-bottom:0;
	color: #000;
	border-bottom: none;
}

#content a:active img, #content a:focus img {
	padding-bottom: none;
	color: #006c94;
	text-decoration: none;
	border-bottom: none;
}*/




#content a:link, #content a:visited, #content a:active {
	/*padding-bottom:.1em;*/
	color: #006c94;
	text-decoration: none;
	
}
#content a:hover {
	padding-bottom:0;
	color: #006c94;
	text-decoration: underline;
}

#content a:active, #content a:focus {
	/*padding-bottom:.1em;*/
	color: #006c94;
	text-decoration: underline;
}

#content2 a:link, #content2 a:visited, #content2 a:active {
	/*padding-bottom:.1em;*/
	color: #006c94;
	text-decoration: underline;

}
#content2 a:hover {
	padding-bottom:0;
	color: #006c94;
	/*border-bottom:1px solid #dbd8c2;*/
}

#content2 a:active, #content2 a:focus {
	/*padding-bottom:.1em;*/
	color: #006c94;
	text-decoration: underline;
	/*border-bottom: 1px solid #dbd8c2;*/
}

/* Lists
-------------------------------------------------------------------------------------*/
	
#content li {
	font-size:1em;
	margin-top:0;
	margin-bottom:1.5em;
	}

#content ul { margin:1.5em 0 1.5em 0.5em; padding: 0 0 0 2em; }
#content ul li { margin: 0 0 1em 0; 
}
#content li ul li,
#content ol li ul li {}
	
#content ol { margin:1.5em 0 1.5em 0.5em; padding: 0 0 0 2em; }
#content ol li { margin: 0 0 1em 0; }
/**/
#content ol.faqheader {
	font-size: 1.25em;
	font-weight: bold;
	color: #248f1d; 

}
#content ol.faqheader p {
	font-size: .9em;
	color: #000;
	font-weight: normal;
}


#content ol.singleline li,
#content ul.singleline li { margin: 0 0 0.2em 0; } 


#content ul.listindent1 {
	display:inline-block;
	padding: 0 0 0 1.5em;
	margin: 0;
}

#content2 li {
	font-size:1em;
	margin-top:0;
	margin-bottom:1.5em;
	}

#content2 ul { margin:1.5em 0 1.5em 0.5em; padding: 0 0 0 2em; }
#content2 ul li { margin: 0 0 1em 0; 
}
#content2 li ul li,
#content2 ol li ul li {}
	
#content2 ol { margin:1.5em 0 1.5em 0.5em; padding: 0 0 0 2em; }
#content2 ol li { margin: 0 0 1em 0; }


#content2 ol.singleline li,
#content2 ul.singleline li { margin: 0 0 0.2em 0; } 


#content2 ul.listindent1 {
	display:inline-block;
	padding: 0 0 0 1.5em;
	margin: 0;
}
	
/* Nested lists
-------------------------------------------------------------------------------------*/

#content ol.nested1 { list-style-type: decimal; }
#content ol.nested1 ol { list-style-type: lower-alpha; }
#content ol.nested1 ol ol { list-style-type: lower-roman; }

#content ol.nested2 { list-style-type: upper-alpha; }
#content ol.nested2 ol { list-style-type: lower-alpha; }
#content ol.nested2 ol ol { list-style-type: lower-roman; }

#content ol.nested3 { list-style-type: decimal; }
#content ol.nested3 ol { list-style-type: decimal; }
#content ol.nested3 ol ol { list-style-type: decimal; }

/* Tables
-------------------------------------------------------------------------------------*/
#content2 table {
	border: 1px solid #ccc;
	margin-bottom:1em;
	width: 100%;
	padding: 2px;
	background-color: #ecf5fd;
	}
	
#content2 th {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	border-right: 1px solid #ecf5fd;
	border-bottom: 1px solid #ecf5fd;
	border-top: 1px solid #ecf5fd;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 5px 6px 5px 12px;
	/*background: #ecf5fd url(/images/layout/table-bg-header.gif) 0 0 repeat-x;*/
	}

#content2 td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px 6px 3px 12px;
	color: #000;
	}
/* alternate bg color on table rows */
#content2 tr {background: #fff;}
#content2 tr.alt {background: #fcfcfc; color: #000;}

#content2 tr.break {background:#f5fafa;}
#content2 tr.break td {height:5px; padding:0;}

#content2 caption {font-weight:bold; padding-bottom:1em; font-size:1.2em;}

#content2 table.plain {
	border: solid 1px #FFF;
	background-color: #FF0;
}
	
#content2 table.plainnoborder {
	border: solid 1px #ebe9e0; 
}

#content2 table.plain th {
	border: none;
	background-color: #d4d2c9;
}
#content2 table.plain tr { background: none; }
#content2 table.plain td {
	border: none;
}

#content2 table.plainnoborder tr { background: none; }
#content2 table.plainnoborder td {
	border: none;
}

/* TABLES FOR POLLS */
#content2 table.horiz {
	border: 1px solid #ccc;
	margin-bottom:1em;
	width: 100%;
	padding: 2px;
	background-color: #ecf5fd;
	}
	
#content2 table.horiz th {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	border-right: 1px solid #ecf5fd;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ecf5fd;
	letter-spacing: normal;
	text-transform: none;
	text-align: right;
	padding: 5px 6px 5px 12px;
	/*background: #ecf5fd url(/images/layout/table-bg-header.gif) 0 0 repeat-x;*/
	}

#content2 table.horiz td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px 6px 3px 12px;
	color: #000;
	}



/* TABBED SECTION
-------------------------------------------------------------------------------------*/

#tabbed {
	border: 1px solid #bebdae;
	margin-bottom: 50px;
}
#tabbed ul {
	float: left;
  width: 100%;
  margin: 0;
  padding: 8px;
  list-style: none;
}

#tabbed li {
  float: left;
  width: 17em;
  margin: 0;
  padding: 0;
}


/* DISPLAY RESULTS FOR WIDGET SEARCH
-------------------------------------------------------------------------------------*/

#displayresults {
	width: 98%;
	margin: 0;
	padding: 0 0 0 10px;
	/*border: 1px solid #bebdae;*/
	background-color: #ecf5fd;
	border: 1px solid #ccc;
	height: 240px;
}

#displaywidget p {
	padding-top: 1px;
	color: #7b7b7b;
}

#displaywidget {
	margin: 10px;
	float: left;
	height: 100%; 
	width: 21%;
}

.more {
	font-size: 11px;
	font-weight: normal;
}

.tiny {
	font-size: 9px;
	font-weight: normal;
}

/*  COMMENTS
------------------------------------------------*/
.pcomment {
	margin: 0px;
	padding: 0px;
}
/* Headers - H1, H2, etc
-------------------------------------------------------------------------------------*/

#content h1, #content h2, #content h3, #content h4, #content h5 #content2 h1, #content2 h2, #content2h3, #content2 h4, #content2 h5 {margin-bottom:1em; overflow: hidden; }

/* Default header for page content */
h1 {font-size:2em;}

#content2 h3.edit, #content h3.edit {
	color:#000; /*orig 005e54 */
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:1px solid #ccc;
	letter-spacing:1px;
	margin: 2em 0 1em 0;
	padding: 0 0 .3em 0;	
}


#subnavblock h3.edit {
	color:#000; /*orig 005e54 */
	font-size: .95em;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:1px solid #ccc;
	letter-spacing:1px;
	margin: 2em 0 1em 0;
	padding: 0 0 .3em 0;
}
	
#content h2, #content2 h2,
#footer h2 {
	color:#2e7d2e; /*orig 005e54 */
	font-size: 2em;
	line-height: 1.3em;
	}
#footer h2 {
	font-size:1.5em;
	padding-bottom:.3em;
	border-bottom:1px dotted #bebdae;
	margin-bottom:.5em;
}
#content h2, #content2 h2 {
	padding: 0;
	margin: 0.5em 0;
	font-family: Arial;
	font-weight: normal;
}

#subnavblock h3 {
	color:#2e7d2e; /*orig 005e54 */
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:1px solid #bebdae;
	letter-spacing:1px;
	margin-bottom:1em;
	margin-top:1.5em;
	padding-bottom:.3em;
}

/* Page header in title position below main nav */
#content h2.title, #content2 h2.title {
	color:#2e7d2e;
	width:665px;
	height:2.2em;
	margin:0;
	padding: 1em 0 0 0;
	border-bottom:6px solid #fff;
	/*background: url(/images/layout/title-bg.gif) top left no-repeat;*/
}


	
#content h3, #content2 h3, #content dt,
#content2 dt {
	color:#2e7d2e; /*orig 005e54 */
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:1px solid #bebdae;
	letter-spacing:1px;
	margin-bottom:1em;
	margin-top:1.5em;
	padding-bottom:.3em;
}


#content2 h3 {
	color:#2e7d2e;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:1px solid #bebdae;
	letter-spacing: 1px;
	margin-bottom: 1em;
	margin-top: 1.5em;
	padding-bottom: .3em;
}


#content h3.first, #content2 h3.first { margin-top:0; padding-top:0; }
	
#content h4, #content2 h4 {
	color:#333;
	font:bold 1em Verdana, san-serif;
	line-height:1.5em;
	margin-top: 1.75em;
	margin-bottom:1em;
	padding:.5em;
	text-transform:uppercase;
	letter-spacing: 0.2em;
	background:#efefef;
	}
	#content h4.first {margin-top:0; padding-top:0;}
	
#content h5, #content2 h5 {
	font-size:1.2em;
	color:#333;
	font-weight:bold;
	}
	
#content h6, #content2 h6{
	font-size: 1em;
	color:#333;
	font-weight:bold;
	}
	
#content p.intro, #content2 p.intro {
	font-size:1.4em;
	line-height:1.8em;
	padding-bottom:1.5em;
	border-bottom:4px double #bebdae;
	}

/* Clear any floats
-------------------------------------------------------------------------------------*/

.nofloat, .clear { clear: both; height: 1px; overflow: hidden; }

.nofloatb { clear: both; overflow: hidden; }



.outergutter { 
padding: 4px;
position: relative;
	height: 100%;
}	


#midblock {
	/*background-image: url("/images/layout/midbody_bg.gif");
	background-repeat: repeat-y;*/
	background-color: #fff;
	margin: 4px 0 0 0;
	position: relative;
	height: 100%;
	
}







/* Main nav - links that are in the gray bar
-------------------------------------------------------------------------------------*/
#mainnav {
	background-image: url("/images/layout/mainnav_bg.gif");
	background-repeat: repeat-x;
	height: 46px;
	overflow: hidden;
}

#mainnav ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 9px 0 0 0;
}

#mainnav ul li {
	float: left;
}

#mainnav ul li.search {
	float: right;
}
#mainnav a {
	display: block;
	padding: 5px 10px;
	color: #2e7d2e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	margin: 0;
}

#mainnav a:hover {
	background-color: #efefef;
}


#mainnav .mCurrent {
	background-color: #f9e655; /*eee959*/
}

.lowdown {
	margin-top: 93px;	
}

/* Subnav
-------------------------------------------------------------------------------------*/



#subnavblock {
	width: 250px; /*270*/
	background-image: url("../images/layout/subnav_bg.gif");
	background-repeat: repeat-y;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 2em 0 2em 0;
}

#subnavblock p {
	color: #666666;
	line-height: 1.75em;
}

#subnavblock ul {
	list-style: disc;
	color:#666666;
	line-height: 1.75em;
}
#subnavblock ul li {
	
	padding: 0;
	margin: 0;
}

ul#sub-nav {
	margin: 10px 0 0 0;
	padding: 0;
}

#subnavblock a {
	color: #006c94;
	text-decoration: none;
	padding: 0;
	margin: 0;
	border: none;
}

#subnavblock a:hover {
	text-decoration: underline;
}




/* Main nav 2 - Join and Logon
-------------------------------------------------------------------------------------*/

#mainnav2 {
	position: absolute;
	right: 0px;
	top: 5px;
	color: #fff;
	
}

#mainnav2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav2 li {
	float: left;
	color: fff;
	
}

#mainnav2 a {
	display:inline;
	color: #eee959;
	text-decoration: none;
	padding: 5px 5px;
	font-size: 14px;
}
#mainnav2 a:hover {
	color: #fff;
}

/* embedwrap
----------------------------------------------------------------------------------*/
#embedwrap {
	margin: 0;
	padding: 20px;
	background-color: #ecf5fd;
	border:1px solid #ccc;
	color: #000;
}

#embedwrap2 {
	margin: 0;
	padding: 0 20px 20px 20px;
	background-color: #ecf5fd;
	border:1px solid #ccc;
	color: #000;
}

/* submenu - links above footer
-------------------------------------------------------------------------------------*/
.submenu {
	color: #888;
	font: 11px Verdana, Arial, sans-serif;
	margin: 0;
	padding: 24px 0 0 0;
	line-height: 7em;
}


/* Search Bar 
--------------------------------------------------------*/
#searchbar {
	font-size: 14px;
	height: 80px;
	padding-top: 1px;
}
#searchbar a {
	margin-left: 5px;
	text-decoration: none;
}
#searchbar input {
	vertical-align: middle;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 5px;
	font-size: 14px;
	color: #7d7d7d;
	border: 1px solid #bababa;
	background: #efefef;
}

#searchbar .inputImg {
	border: 2px solid #fff;
	padding: 0px;
}


#searchbarcenter {
	width: 100%;
	text-align: left;
	margin: auto;
	position: relative;
}	


textarea.stylebox {
	border: 1px solid #bababa;
	background: #fff;
}

/* PUBLIC PROFILE
---------------------------------------------------*/

#publicprofile {
	background-color: #fcfcfc; /*ecf5fd*/
	border: 1px solid #ccc;
	padding: 10px;
}




/* Login Bar 
--------------------------------------------------------*/
#loginbox {
	font-size: 14px;
	height: 100%;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #ecf5fd;
	border: 1px solid #ccc;
}
#loginbox a {
	margin-left: 5px;
	text-decoration: none;
}
#loginbox input {
	vertical-align: middle;
	margin: 0 0 15px 0;
	padding: 5px;
	font-size: 12px;
	color: #000;
	border: 1px solid #ccc;
	background: #fff;
		width: 20em;
	height: 15px;
}

#loginbox input[type="checkbox"] {
	vertical-align: middle;
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #ecf5fd;
	border: none;
	font-size: 14px;
	color: #888;
	width: 15px;
	height: 15px;

}



#loginbox img {
	float: left;
	border: none;
}

#content img.nopadding {
	margin-bottom:0;
	}

#content img.imgleft {
	float:left;
	border:1px solid #ccc;
	padding:5px;
	margin:0 1.5em 1em 0;
	background:#fff;
	}

.imgright {
	float: right;
	border: none;
}

label {
	font-size: 11px;
	margin: 0;
	padding: 0 4px;
}

#loginbox p {
	font-size: 12px;
	margin: 0;
	padding: 0 0 3px 0;
}

	

#loginEmailErr  {
	color: #f00;
	font-size: 10px; 
	line-height: 18px;
}

#loginPassErr  {
	color: #f00;
	font-size: 10px; 
	line-height: 18px;
}

.hide {
	display: none;
}


/* Jump to content - for screen readers
-------------------------------------------------------------------------------------*/

#jumptocontent {
	position: absolute;
	top: -1000px;
}




/* DISPLAY WIDGET DETAILS
-------------------------------------------------------------------------------------*/

#widgetdetails {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
	background-color: #efefef;
	/*border: 1px solid #7b7b7b;*/
}

#widgetdetails p {
	padding: 5px 0 0 0;
	line-height: 1.75em;
	color: #000;
}

.widgetlabel {
	color: #2e7d2e;
	font-weight: bold;
}

#widgetdetails img.flt {
	float: left;
	margin: 0 15px 15px 0;
	padding: 0;
}

#widgetdetails h3  {
	color:#2e7d2e;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:1px solid #bebdae;
	letter-spacing: 1px;
	margin: 25px 50px 5px 0;
}

#widgetdetails img.star {
	padding: 0;
	margin: 0;
}




/* DISPLAY SEARCH RESULTS
-------------------------------------------------------------------------------------*/

#searchresults {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px;
	background-color: #ecf5fd;
	border: 1px solid #ccc;
}

#results {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
	/*border-bottom: 1px solid #ccc;*/
	height: 175px;

}
#results p {
	margin: 0;
	padding: 0;
	color: #000;
}

.resultslabel {
	color: #2e7d2e;
	font-weight: bold;
}

#results img.flt {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
}

#results img.noborder {
	margin: 0;
	padding: 4px 0 10px 0;
}

#results a:hover {
	color: #006c94;
}
/*
#results .dl {
	background-image: url("../images/layout/subnav_bg.gif");
}

#results .rating {
	background-image: url("../images/layout/subnav_bg.gif");
}*/

#results .stats {
	float: right;
	font-size: 9px;
}

#results h3  {
	color:#2e7d2e;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 10px 0 5px 0;
	border: none;
}

#results .col1 {float:left; width:20%;}
#results .col2 {float:right; width:80%;}

/*  EDIT SPACE
---------------------------------------------------*/

#editspace {
 float:left;
 width:100%;
 height:350px;
 border:1px solid #ccc;
 background-color:#ecf5fd;
 margin-bottom:10px;	
}
/* ROL DATA
------------------------------------------------------------*/
#rlodata {
	 margin: 0;
	 padding: 10px;
	 /*background-color: #f7f7f7;
	 border: 1px solid #ccc;*/
}

/*  FORMS
-----------------------------------------------------------*/
#join label {
	width: 12em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

#join .submit input {
	margin-left: 4.5em;
}

#join input {
	color: #000;
	background: #fff;
	border: 1px solid #ccc;
	width: 25em;
	height: 15px;
}

/*#join .submit input {
	color: #000;
	background: #2e7d2e;
	padding-bottom: 4px;
	border: none;
	width: 92px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	background: #2e7d2e url("/images/button_bkg.png") top left no-repeat;
}*/
#join fieldset {
	/*border: 2px solid #efefef;*/
	background-color: #ecf5fd;
	border: 1px solid #ccc;
	width: 96%;
	padding: 10px;
	margin-bottom: 1em;
}

#join textarea {
	height: 8em;
	width: 30em;
}

#join legend {
	font-size: 1.25em;
	color: #2e7d2e;
	font-weight: bold;
}


#join input[type="checkbox"]  {
	color: #000;
	width: 15px;
	height: 15px;
	border: none;
	background-color: #ecf5fd;
	padding: 0;
	margin: 0;
}


#join p.wider label{
	width: 15em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
}

#join p.widest label{
	width: 15em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
}
/*
	M(M
	generic form styles based on the join styles
*/

#generic_form label {
	width: 12em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

#generic_form .submit input {
	margin-left: 4.5em;
}

#generic_form input {
	/*
	color: #000;
	background: #efefef;
	border: 1px solid #7b7b7b;
	width: 25em;
	height: 15px;
	*/
}

#generic_form .submit input {
	color: #000;
	background: #2e7d2e;
	padding-bottom: 4px;
	border: none;
	width: 92px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	background: #2e7d2e url("/images/button_bkg.png") top left no-repeat;
}
#generic_form fieldset {
	border: 2px solid #efefef;
	width: 54em;
	margin-bottom: 1em;
}

#generic_form textarea {
	/*
	height: 8em;
	width: 30em;
	*/
}

#generic_form legend {
	font-size: 1.25em;
	color: #2e7d2e;
	font-weight: bold;
}

#generic_form input.checkbox  {
	color: #000;
	background: #efefef;
	border: none;
	width: 2em;
	height: 15px;
}

/*-------------------------------------------------------------------------------------*/
/*
	M(M
	Profile form
*/

#profile_form label {
	width: 12em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

#profile_form .submit input {
	margin-left: 4.5em;
}

#profile_form input
{
    /*width:350px;*/
    display:inline;
}

#profile_form .submit input {
	color: #000;
	background: #2e7d2e;
	padding-bottom: 4px;
	border: none;
	width: 92px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	background: #2e7d2e url("/images/button_bkg.png") top left no-repeat;
}
#profile_form fieldset {
	border: 2px solid #efefef;
	width: 54em;
	margin-bottom: 1em;
	background-color: #ecf5fd;
	border: 1px solid #ccc;
	padding: 10px;
}

#profile_form textarea
{
	/*
	height: 18em;
	width: 28em;
	*/
}

#profile_form legend {
	font-size: 1.25em;
	color: #2e7d2e;
	font-weight: bold;
}

#profile_form input.checkbox  {
	color: #000;
	background: #efefef;
	border: none;
	/*width: 2em;*/
	height: 15px;
	display:inline;
}

/*-------------------------------------------------------------------------------------*/

/* Back to top
-------------------------------------------------------------------------------------*/
.toplink {
	padding: 1em 0 0.5em 14px;
	background: url(/images/layout/icon-toplink.gif) top left no-repeat;
	
}
.toplinkmidpage {
	padding: 1em 0 0.5em 14px;
	margin-left: 10px;
	background: url(/images/layout/icon-toplink.gif) top left no-repeat;
	
}



/* Tables
-------------------------------------------------------------------------------------*/
#content table {
	border: 1px solid #C1DAD7;
	margin-bottom:1em;
	width: 100%;
	}
	
#content th {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #769ba7;
	border-top: 1px solid #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 5px 6px 5px 12px;
	/*background: #c3e2ec url(/images/layout/table-bg-header.gif) 0 0 repeat-x;*/
	}

#content td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 3px 6px 3px 12px;
	color: #4f6b72;
	}
/* alternate bg color on table rows */
#content tr {background: #fff;}
#content tr.alt, #content tr.cal_head {background: #f5fafa; color: #797268;}

#content tr.break {background:#f5fafa;}
#content tr.break td {height:5px; padding:0;}

#content caption {font-weight:bold; padding-bottom:1em; font-size:1.2em;}

#content table.plain {
	border: solid 1px #efefef;
}
	
#content table.plainnoborder {
	border: solid 1px #ebe9e0; 
}

#content table.plain th {
	border: none;
	background-color: #d4d2c9;
}
#content table.plain tr { background: none; }
#content table.plain td {
	border: none;
	padding-top: 1.5em;
}

#content table.plain td.basic {
	border: none;
	background-color: #efefef;
}

#content table.plain td.pro {
	border: none;
	background-color: #e6e6e6;
}

#content table.plainnoborder tr { background: none; }
#content table.plainnoborder td {
	border: none;
}





.tick {
	background: url('images/layout/tick.png') no-repeat center center;
}

.free, .basic, .pro {
	background: url('images/layout/free.gif') no-repeat center center;
	height: 60px;
	width: 220px;
}

.basic {
	background: url('images/layout/basic.gif') no-repeat center center;
}

.pro {
	background: url('images/layout/pro.gif') no-repeat center center;
}


/*-------------------------------------------------------------------------------------*/
/*
	M(M
	styles for metadata checkboxes
*/

#metadata_checkbox
{
}

#metadata_checkbox ul
{
	float:left; 
	width:100%;
	margin:0px 0px 0px 0px;
	padding:8px 0px 0px 8px;
	list-style:none;
}

#metadata_checkbox li
{
	float:left;
    width: 19em;
	margin:0px 8px 0px 0px;
	padding: 0px 0px 2px 0px;
}

/*-------------------------------------------------------------------------------------*/

/*
	M(M
	rating related styles
*/

.rating_message
{
	display:inline;
	margin-left:6px;
	float:left;
	/*padding-top:8px;*/
	color:green;
	font-weight:bold;
}



/*-------------------------------------------------------------------------------------*/

/*
		M(M
		pagination styles
*/

.pagination
{
	margin: 0;
	padding: 0;
}

.pagination ul
{
    margin: 0 !important;
    padding: 4px !important;
    /*list-style: none;*/
    text-align:left;
    font-size: 12px;
}

.pagination li
{
    margin: 0 !important;
    padding: 0 !important;
    display:inline;
    padding: 2px 2px 2px 2px;
    list-style-type: none;
}

.pagination a, .pagination a:visited
{
    padding: 0 4px;
    /*border: 1px solid #9aafe5;*/
    text-decoration: none; 
    color: #2e6ab1;
}

.pagination a:hover, .pagination a:active
{
    /*border: 1px solid #2b66a5;*/
    color: #000;
}

.pagination a.currentpage
{
    background-color: #2e6ab1;
    color: #FFF !important;
    /*border-color: #2b66a5;*/
    font-weight: bold;
    cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover
{
    background-color: #ecf5fd;
    cursor: default;
    color: #ecf5fd !important;
    text-decoration: none !important;
    /*border-color: #929292;*/
    font-weight: normal !important;
}

.pagination a.prevnext
{
	/*font-weight: bold;*/
}

/*-------------------------------------------------------------------------------------*/

.pretend_link
{
    cursor: pointer;
}


.ui_button
{
	cursor: pointer;
	height: 25px !important;
	padding: 2px 6px 2px 6px !important;
	font-weight: bold !important;
	font-size: 12px !important;
	/*color: #ffffcc !important;*/
}

.ui_button li
{
    list-style-type: none !important;
}



/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#000;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #010101; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:10px; left:0px;
	padding: 5px 0 0 0;
	width:200px;
	color: #000;
    text-align: left;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(/images/layout/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(/images/layout/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(/images/layout/bubble.gif) no-repeat bottom;
}

