/*UNIVERSAL*/

body {
	background-color:#e7e7e7;
	font-family: Trebuchet, Helvetica, sans-serif;
}

input {font-size: 12px;}

h1, h2, h3, h4{
	color:#006699;
	line-height:1;
	margin-bottom:0px;
}

a:hover{
	text-decoration:underline;
}

 img{
	border-width:0px;
	text-decoration:none;
}	

ol {
	font-size:12px;
	padding-right:10px;
}

.log_warn{
	color:#D01F3C;
	text-align:center;
	width:100%;
	font-size:14px;
	padding:0px 0px 0px 0px;
	background-color:pink;
	margin-top:10px;
}	

.log_warn a {
	text-align:center;
	padding:0px 0px 0px 0px;
	background-color:pink;
}	

.log_warn a:hover {
	text-decoration:underline;
}

.blue_header{
	background: url('/images/mainPage_blue_h.png') repeat-x;
	height:30px;
	text-align:center;
	vertical-align:middle;
	font-size:16px;
	color:#ffffff;
	padding-top:7px;
	margin-bottom:-7px;
}
/*-----------------*/
/* Default Page CSS*/
/*-----------------*/


.curved {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	behavior:url(border-radius.htc);
}

.body_main{
	width:990px;
	min-height:100%;
	height:auto;
	margin: 0px auto 0px auto;
	background-color:#f3f3f3;
	border: thin solid #e0e0e0;
	border:0;
}

.bookinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-decoration:none;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-decoration:none;
}

.bookinfo a:hover {
	text-decoration:underline;
}

.body_input {
	margin: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	color: #666666;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-family:Arial, Verdana, sans-serif;
    font-size:12px;
}

.body_input warn {
	background-color:pink;
}


.bluebox {
	margin: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	color: #666666;
	border: 1px solid #CFDBEC;
	background-color: #E7EFFA;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
}


.bluelink14 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #336699;
}

.friendlist {
	height:105px;
	padding-right:10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #EEEEEE;
	border-bottom-color: #EEEEEE;

}

.friendgray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	height:12px;
	
}

.friendgraylink a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	height:10px;
	text-decoration: none;
}

.friendgray_light {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
	height:12px;
}

#spanblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #4391BC;
}

.left_content_login{
	width:63%;
	min-height:750px;
	height:auto;
	float:left;
    margin:0px;
    padding:px;
    border:1px solid #ccc;
    background-color:#fff;
    color:#333
    
 }
	
.left_content{
	width:650px;
	min-height:750px;
	height:auto;
	float:left;
    margin:10px 5px 10px 10px;
    padding:5px 5px 5px 5px;
    border:1px solid #ccc;
    background-color:#fff;
    color:#333
    
 }
 
 .left_content h2 {
	/*font-family: Georgia, "Times", serif;
	*/
	letter-spacing:-1px;
	color:#cc000;
	margin-left:5px;
}	
 
 .left_content hr{
 	width:100%;
 	height:2px;
 	background:#333333;
 	border:0px;
 }	
 
.left_content p{
 	font-size:14px;
 	color:#999999;
 	padding:0px 7px 0px 7px;
}


.left_content_main{
	width:710px;
	min-height:700px;
	height:auto;
	float:left;
    margin:0 10px 0 10px;
    padding:0 5px 0 5px;
    border:0px solid #000000;
    background-color:#ffffff;
    color:#333
    
 }
 
.right_content_main{
	margin-left:5px;
	width:240px;
    float:right;
    margin:10px 10px 5px 0px;
    padding:0px;
    border:0px solid #FFFFFF;
    background-color:#FFFFFF;
	height:auto;
 } 
 
.right_content_main .right_subtitle {
	color:#333333;
	height:60px;
	font-family:Impact;
	font-size:16px;
	width:100%;
	padding-left:5px;
	margin-bottom:5px;
}	
#spotTitle a{
	text-decoration:none;
	color:#006699;
}	
.right_content{
	margin-left:5px;
	width:265px;
    float:right;
    margin:10px 10px 5px 0px;
    padding:5px;
    background-color:#ffffff;
	height:auto;
	border:2px solid #417fa8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
 }

 .right_content_panel{
	margin-left:5px;
	width:282px;
    float:right;
    margin:5px 5px 5px 5px;
    background-color:#f3f3f3;
	height:auto;
 }
 
  .right_header { 
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	color: #333333;
    margin:0px 10px 0px 0px;
    padding:3px 5px 5px 5px;
	text-align:left;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	width:275px;
	height:16px;
	background:#FFFFFF;
}
 
 .right_panel { 
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color: #336699;
    margin:0px 10px 0px 0px;
    padding:3px 5px 5px 5px;
	text-align:left;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	width:275px;
	height:16px;
	background:#EEEEEE;
}
 
 .right_title {
 	font-size:14px;
 	color:#F68B1F;
 	line-height:2;
 	font-weight:bold;
 	padding-left:5px;
 	margin-top:0px;
 }	
 .r_text{
 	font-size:10px;
 	color: #336699;
 	height:120px;
 	margin:0px,3px 3px 3px;
 	padding:5px;
 }	
 .rlogin{
 	text-align:left;
 	margin-right:5px;
 }	
 
 .rlogin a{
 	text-decoration:none;
 	color:#006699;
 	font-size:10px;
 }
 
  .rlogin a:visited{
 	text-decoration:none;
 	color:#00669;
 }
 .login_label{
 	font-size:14px;
 	color:#336699;
 }	
 .right_linkbox{
 	margin-left:5px;
	width:30%;
    float:right;
    margin:5px 10px 0px 0px;
    padding:20px 5px 5px 5px;
    border:1px solid #ccc;
    background-color:#d2dff8;
 	height:25px;
 	text-align:center;
	line-height:.5;
 }
 .right_linkbox a{
 	text-decoration:none;
 	color:#84ce12;
 	font-size:14px;
 	font-weight:bold;
 }	
 .right_linkbox:hover{
 	background: #f6ffe9;
 }	
 .right_linkbox a:visited{
 	text-decoration:none;
 	color:#84ce12;
 }
 	 	
.r_accordion_menu h4 {
	background: #e9e7e7 url(/images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	font-size:10px;
	border-bottom: none;
	cursor: pointer;
}
.r_accordion_menu h4:hover {
	background-color: #e3e2e2;
}
.r_accordion_menu h4.active {
	background-position: right 5px;
}
.r_accordion_menu p {
	background: #f7f7f7;
	margin: 0;
	font-size:10px;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	border-bottom: solid 1px #c4c4c4;
}
 
 
/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#3D82AB;
    border:1px solid #3D82AB;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* BUTTONS STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;

}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* BUTTONS POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	font-family:Arial, Verdana, sans-serif;
    font-size:12px;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#D5DEB3;
    border:1px solid #C6D880;
    color:#529214;
	font-family:Arial, Verdana, sans-serif;
    font-size:12px;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
	font-family:Arial, Verdana, sans-serif;
    font-size:12px;
}

/* BUTTONS NEGATIVE */

.buttons a.negative, button.negative{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
	font-family:Arial, Verdana, sans-serif;
    font-size:12px;
}
.buttons a.negative:hover, button.negative:hover{
    background:#e9c4c6;
    border:1px solid #fbc2c4;
    color:#d12f19;
	font-family:Arial, Verdana, sans-serif;
    font-size:12px;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
	font-family:Arial, Verdana, sans-serif;
    font-size:12px;
}

/* BUTTONS PASSWORD */

button.password, .buttons a.password{
    color:#336699;
}
.buttons a.password:hover, button.password:hover{
    background-color:#EEEEEE;
    border:1px solid #9AB6D1;
    color:#336699;
}
.buttons a.password:active{
    background-color:#336699;
    border:1px solid #336699;
    color:#fff;
}

/* BUTTONS SEARCH */
button.search, .buttons a.search{
    background-color:#DDDDDD;
	color:#333333;
	height:26px;
	font-family:Arial, Verdana, sans-serif;
    font-size:12px;
	border: 1px solid #CCCCCC;
	
}

.buttons a.search:hover, button.search:hover{
    background-color:#D1CFCF;
	color:#333333;
	height:26px;
	font-family:Arial, Verdana, sans-serif;
    font-size:12px;
	border: 1px solid #CCCCCC;
}
.buttons a.search:active{
    background-color:#DDDDDD;
	color:#333333;
	height:26px;
	font-family:Arial, Verdana, sans-serif;
    font-size:12px;
	border: 1px solid #CCCCCC;
}

/*BUTTONS made out of regular elements.. div, a, etc*/
.round_blue_button {
	background-color:#4382ad;
    display:block;
    margin:0 7px 0 0;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    text-decoration:none;
    font-weight:bold;
    color:#ffffff;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin:5px;
	text-align:center;
	height:12px;
}

.round_blue_button:hover{
	background:url(/images/blue_button_lit.jpg) repeat-x;
}

/* MAIN PAGE*/

#header_logo{
	width:990px;
	height:113px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	padding-bottom:0px;
	vertical-align:top;
}

#header_nav{
	width:990px;
	height:28px;
	margin-top:7px;
	background-image:url(/images/headerbar.png);
	background-repeat:repeat-x;
	text-align:right;
	margin-top:0px;
	margin-bottom:0px;
	
	}

#header_nav dl{ 
	float:right;
	width:85px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	line-height:28px;
	position:relative;
	margin: 0 2px 6px 0px;
	text-align:center;
}
#header_nav  a {
	text-decoration:none;
	color:#ffffff;
}	

#header_nav a:visited{
	text-decoration:none;
	color:#ffffff;
}

#header_nav a:hover{
	color:#f9ac21;
}




#header_nav1{
	width:986px;
	height:28px;
	color: #ffffff;
	background:#417fa8;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
	border:2px solid #417fa8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

#header_nav1 dl{ 
	float:right;
	width:85px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	line-height:28px;
	position:relative;
	margin: 0 2px 6px 0px;
	text-align:center;
}
#header_nav1  a {
	text-decoration:none;
	color:#ffffff;
}	

#header_nav1 a:visited{
	text-decoration:none;
	color:#ffffff;
}

#header_nav1 a:hover{
	color:#f9ac21;
}


#top_header_nav1 a {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#ffffff;
}

#top_header_nav1 a:visited{
	text-decoration:none;
	color:#ffffff;
}

#top_header_nav1 a:hover{
	color:#f9ac21;
}

#top_header_nav1{
	height:28px;
	color: #ffffff;
	background:#417fa8;
	margin-top:0px;
	margin-bottom:0px;
	}



.inbox_stripe{ 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	background:#417fa8;
	height:16px;
	padding: 5px 0px 2px 5px;
	margin:-5px -5px 5px -5px;
	text-align:left;

}
.inbox_links a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	color: #336699;
	height:16px;
	line-height:2;
	padding: 5px 2px 2px 5px;
	margin: 2px 2px 2px 2px;
	text-align:left;
	text-decoration: none;
}

.inbox_no_links { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color: #333333;
	height:16px;
	padding: 5px 2px 2px 5px;
	margin: 2px 2px 2px 2px;
	text-align:left;
	text-decoration: none;
}

.review_name{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #006699;
	text-align:left;
}

.review_date{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999999;
	text-align:left;
}

.review_comments{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	text-align:left;
}

.typo_bad {
	font-size: 10px;
	color: #999000;
	font-weight: lighter;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.typo_bad_no {
	font-size: 12px;
	color: #999000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: bold;
}

.typo_no_selection{
	width:250px;
	background: #DFDFDF;
	margin: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #D0D0D0;
}

.typo_bad_input {
	width:200px;
	background: #d38677;
	margin: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	color: #666666;
	border: 1px solid #FEA2A2;
}


.typo_good {
	font-size: 10px;
	color: #529214;
	font-weight: lighter;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.typo_good_no {
	font-size: 12px;
	color: #529214;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: bold;
}

.typo_good_input {
	width:200px;
	background: #95c891;
	margin: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	color: #666666;
	border: 1px solid #C6D880;
}

.typo_good_input_page {
	width:50px;
	background: #E6EFC2;
	margin: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	color: #666666;
	border: 1px solid #C6D880;
}


.typo_comments {
	width:200px;
	margin: 1px;
	padding: 2px;
	color: #666666;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-family:Arial, Verdana, sans-serif;
    font-size:12px;
}

.typo_page_number {
	width:50px;
	margin: 1px;
	padding: 2px;
	color: #666666;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-family:Arial, Verdana, sans-serif;
    font-size:12px;
}

/*---------------------------*/
/* LANDING PAGE CSS SPECIFIC */
/*---------------------------*/
.mainPageContent{
	padding:0px 0px 0px 0px;
}

.mainPageContent h4{
	margin-top:5px;
	display:inline;
}	
.mainPageHeaderContent{
	padding:4px 0px 0px 5px;
}

#mainPageTop{
	background-image:url(/images/mainPage_003.jpg);
	background-repeat:repeat-x;
	width:990px;
	height:314px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
}

#mainPageTop #search{
	width:535px;
	height:285px;
	display:inline;
	float:left;
	margin: 0px 0 0 0;
	padding:10px;
	color:#428eb9;
	font-size:12px;
	
}	

#mainPageTop #inst{
	background-color:#999966;
	/*background-color:#DDECEF;*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width:323px;
	height:270px;
	float:right;
	margin-right:10px;
	margin-top:14px;
	/*border-style:solid solid none none;
	border-color:#f7ca79;*/
	display:inline;
	color:#ffffff;
	font-size:14px;
	padding:3px;
	
}


#tabs{
	color:#000000;
	z-index:2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: .9;
}	

#tabs .tabdiv{
	margin:0px;
	padding:2px;
	//width:285px;
	width:95%;
	height:100%;
	//height:165px;
	overflow:none;
	padding:3px;
	color:#006699;
	}
	
#typonum{
	text-align:center;
	width:100%;
}

#typonum span{
	font-size:40px;
	color:#84ce12;
	margin:2px;
	background-color:#99999;
}	
#mainPageTop #search dd{
	font-size:14px;
	margin-left:20px;
	line-height:1.5;
}
#mainPageMiddle{
	width:990px;
	height:157px;
	margin-left: auto;
	margin-right: auto;
	background-color:#ffffff;
}
#mainPageMiddle #org_header{
	background-image:url(/images/mainPage_orange_h.png);
	background-repeat:repeat-x;
	width:990px;
	height:21px;
	margin:0px;
	color:#3d81aa;
	font-size:14px;
}	

#mainPageBottom {
	width:990px;
	height:290px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top:-10px;
}

#mainPageBottom #leftbox{
	background-color:#b2cae2;
	height:270px;
	width:318px;
	float:left;
	margin:5px 3px 5px 5px;
}

#rightbox{
	margin:15px 10px 5px 5px;
	border:2px solid #417fa8;
	width:26%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}

#intro {
	font-size:14px;
	margin:35px 0 0 15px;
}	

/*#intro:first-letter{
	font-size:30px;
	font-weight:bold;
	letter-spacing:1px;
}*/

.impact_letter:first-letter{
	font-size:30px;
	font-weight:bold;
	letter-spacing:1px;
	margin-top:0px;
}
.typo_stat{
	line-height:1;
	color:#84ce12;
	}

#footer{
	width:990px;
	margin-left: auto;
	margin-right: auto;
	padding-top:15px;
}


.footertext{
	width:308px;
	padding:5px 7px 5px 7px;
}

.footertext p{
	color:#666666;
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	font-size:12px;
	letter-spacing:0;
}

.footertext a{
	color:#336699;
	font-size:12px;
}

.fheader{
	color:#333333;
	font-family:Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-20;
	line-height:1.2;
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
}

.cright{
	margin-left:5px;
	font-size:12px;
	color:#333333;
	font-family:Helvetica, "Lucida Grande", Arial, sans-serif;
	font-weight:bold;
	letter-spacing:-20;
	padding-top:5px;
}	
.footerimg{
	float:left;
	position:relative;
	width:237px;
}	
/*WIDGET CSS*/

/*RECENT TYPOS WIDGET*/
#marquee_replacement{
 	/*border:1px solid #ccc;*/
 	width:305px;
 	height:226px;
 	overflow:auto;
 	background-color:#b2cae2;
}
#marquee_replacement p.spacer{
	 height:150px;
}

.mainPageFeed{
	padding:3px 5px 2px 5px;
	border-bottom: 1px solid #ffffff;
 	
 }
 
 .mainPageFeed .title a{
  	color:#006699;
 	font-size:12px;
 	line-height:1.2;
 	font-weight:normal;
	text-decoration:none;
 }
 .mainPageFeed  font{
 	font-size:10pt;
 }
 .mainPageFeed .typo{
 	font-size:10px;
 	color:#404040;
 	line-height:1;
 }
 .mainPageFeed .user{
 	font-size:8pt;
 	line-height:1.5;
 }
 
 .typoHunters{
 	height:45px;
 	font:14px;
 	color:#006699;
  }	
  
 .typoHunters img{
  	margin:5px;
  }
  
 .typoHunters table{ 
 	width:100%;
 }	
 
.hunterCount{
	font-size:12px;
	color:#333333;
	font-weight:strong;
	min-width:43px;
	height:30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-top:4px;
	margin-right:5px;
	margin-bottom:5px;
	background-color:#FFFF88;
	border:1px solid #ccc;
 } 
 /*AMAZON WIDGET can delete?
 
 #rsscroll{
	overflow:none;
	height:225px;
	width:555px;
	border: 1px solid #ccc;
	background-color:#ffffff;
}

#rssOutput{
	font-size:10px;
	text-decoration:none;
}
 
.rss_header a{
 	text-decoration:none;
 	color:#404040;
 	font-size:10px;
 	visibility:hidden;
 	line-height:0;
 }	
 
 .rss_date {
 	visibility:hidden;
 	line-height:0;
 }	
 .riRssTitle a{
 	text-decoration:none;
 	font-size:12px;
 	color:#404040;
 }
 
 .rss_desc {
 	margin-left:-20px;
 	padding:0px 0px 5px 0px;
  }
  
 .rss_desc .url{
 	height:80px;
 }	
 */
 /*REGISTRATION PAGE*/
.reasons{
	width:255px;
	height:120px;
	float:left;
	position:relative;
	margin-left:10px;
	margin-top:15px;
	display:inline;
}

.reasons h3{
	line-height:1;
	color:#84ce12;
	font-size:18px;
	font-weight:normal;
	margin:0;
}

.reasons p{
	font-size:12px;
	color:#999999;
	line-height:1.3;
	margin:3px 0 0 0;
}

.reasons img{
	float:left;
	margin:0;
}	

#regfield_container{
	margin:0 auto 0 auto;
	padding-bottom:15px;
/*	091129 update-hiro: changed for new error messages width
	width:400px;
*/
	width:90%;
	clear:both;
	font-size:10px;
	color:#41747b;
	height:auto;
}

#regfield_container .regfields{
	line-height:2.5;
	margin-right:50px;
}

#regfield_container .regfields img{
	display:inline;
}

#regfield_container .regfields label{
	color:#41747b;
	font-size:16px;
	margin-right:10px;
	margin-bottom:0;
	width:32%;
	text-align:right;
}	

#regfield_container .regfields input{
	width:32%;
}

.tbox_resp{
	width:100%;
	text-align:center;
	margin:10px 0 0 5px;
	color:#000000;
	font-family:Arial, Verdana, sans-serif;
    font-size:12px;
}	



dl.vmini dd.thumbnail {
float:left;
height:54px;
margin:0px 5px 20px 5px;
padding:1px;
width:54px;
}

dl.vmini dd.thumbnail2 {
float:left;
height:84px;
margin:0px 5px 0px 5px;
padding:1px;
width:53px;
}
dl.vmini_main dd.thumbnail_main {
float:left;
height:34x;
margin:0px 1px 0px 1px;
padding:0px;
width:34px;
}

#main_date{
	color:#333333;
	margin:10px 10px 10px 15px;
	font-size:14px;
}	

#main_date span{
	font-weight:bold;
	font-size:16px;
}	

.source {
	font-size:10px;
	color:#33333;
	width:93%;
	padding-bottom:10px;
	margin:15px 0px 10px 15px;
}
.source a:hover{ 
	text-decoration:underline;
}

.source li{
	margin-bottom:5px;
}	

.sourcetitle{
	text-decoration:none;
	--color:#5a7d56;
	color:#356AA0;
	font-family:Tahoma, Helvetica, Arial sans-serif;
	font-weight:bold;
	font-size:15px;
	font-variant:small-caps;
}	
.source p{
	font-size:10px;
	margin:5px;
	--font-style:italic;
}
.source p a{
	color:#5a7d56;
	font-size:10px;
	margin:5px;
	font-style:italic;
}

.divide{
	text-align:center;
	width:95%;
}	

.signup {
	padding-left:15px;
	margin:15px 0 25px 0;
	font-family:Impact, Helvetica, Arial sans-serif;
}

//Guide
.contentainer {
	color:#333333;
	margin:10px;
}	
.contentainer h2{
	font-size:20px;
	font-family:Tahoma, Helvetica, sans-serif;
	color:#006699;
	line-height:1.4;
	letter-spacing:1px;
}

.contentainer p{
	font-size:12px;
	font-family:"Times New Roman", serif;
}

.contentainer a{
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	color:#99cc66;
}

.guidebullets li{
	font-size:12px;
	margin:5px 10px 10px -5px;
}	
.guidebullets div{
	font-size:14px;
	font-weight:bold;
	font-variant:small-caps;
	color:#3399cc;
	line-height:1.4;
}	

.poll_head{
	font-size:14px;
	color:#333333;
	margin:5px;
	margin-bottom:10px;
}	
.poll_option{
	font-size:11px;
	color:#006699;
	margin:5px;
}
.poll_margin{
	background-color:#336699;
	color:#333333;
	max-width:225px;
	font-size:12px;
	margin:5px;
	padding:2px;
	padding-left:0px;
}

.percent{
	padding-left:5px;
}	
.poll_tot{
	font-size:14px;
	margin:5px;
	margin-top:10px;
	padding-left:5px;
	color:#333333;
}	
.right_poll{
	margin-left:5px;
	width:25%;
    float:right;
    margin:10px 10px 5px 0px;
    padding:6px;
    /*background-color:#ffffcc;*/
	background-color:#c2cfe8;
	height:auto;
	/*border:1px solid #cccccc;*/
	border:1px solid #c0c0c0;
 }	
 
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
    height:16px;
}

label.buttons {
    background: transparent url(/images/num_container_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;
    font: normal 12px arial, sans-serif;
    height: 16px;
    padding-right: 8px; /* sliding doors padding */
    padding-left:0px;
    text-decoration: none;
    margin:0px 3px 0 0;
}

label.buttons span {
    background: transparent url(/images/num_container_span.gif) no-repeat;
    display: block;
    line-height: 10px;
    padding: 3px 2px 3px 8px;
    font-weight:bold;
    color:#fff;
}

label.buttons:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

label.buttons:hover span {
    background-position: bottom left;
    padding: 3px 2px 3px 8px; 
}

 .pagetitle_stripe{ 
	font-family: Tahoma,Geneva,Kalimati;
	font-size:14px;
	font-style:normal;
	color: #006699;
	background: url('/images/pagetitlestripe.png') repeat-x;
	height:16px;
	margin:-5px -5px 10px -5px;
    padding:10px 5px 5px 20px;	
	text-align:left;	
}

#profile_status{
	width:100%;
	color:#333333;
	padding-left:10px;
	margin-bottom:10px;
}
#profile_status span{
	font-weight:bold;
	color:#5a7d56;
	font-size:16px;
	font-variant:small-caps;
}
.tabstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding:5px;
	text-align:center;
}

.suggest_link {			
	margin-top:-2px;
	margin-bottom:2px;
	background-color:#f8f8f8;
	color:#333333;
	width:196px;
	font-size:12px;
	font-weight:bold;
	padding: 2px 6px 2px 6px;
	border:1px solid #336699;
	border-top:0px;
}
.suggest_link_over {
	margin-top:-2px;
	margin-bottom:2px;
	background-color: #c6d7f1;
	color:#ffffff;
	width:196px;
	font-size:12px;
	font-weight:bold;
	padding: 2px 6px 2px 6px;
	border:1px solid #336699;
	border-top:0px;
}
#search_suggest {
	position: absolute; 	
	text-align: left; 	
	padding: 3px;
}		

#friend_book_queue{
	background-color:#e9ecee;
	border:1px solid #c0ccd3;
	width:96%;
	height:auto;
	min-height:50px;
}

.bookinfo li{
	list-style-type:none;
}	

.bookinfo li img{
	margin-right:5px;
	vertical-align:middle;
}

.displaying_label{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#D15600;
}	

/*thickbox format*/

/*general messages*/
.tbox_gen{
	color:#336699;
	width:100%;
	text-align:
	center;
	margin-top:20px;
}	

/* typo entry background */
.entry_bod {
	background:url(/images/typoze_bg.jpg) repeat-x;
	border:5px;
}


/* added for twitter widget on blog */
a.twitterwidget {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #ffffff;
}
.right_content ul {
	list-style-type: disc;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}
.entry-content {
	color:#336699;
	font-size:12px;
	font-weight:bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.entry-content a{
	color:#9A9A9A;
	font-size:10px;
	font-weight:normal;
}
.entry-meta {
	color:#9A9A9A;
	font-size:10px;
}.entry-meta a{
	color:#9A9A9A;
	font-size:10px;
}
.wpTwitterWidgetError {
	color:#9A9A9A;
	font-size:10px;
}
a.twitter-user {
	color:#336699;
	font-size:12px;
	font-weight:bold;
}
/* end twitter */


/* blog recent comments */
#get_recent_comments_wrap {
	color:#336699;
	font-size:12px;
	font-weight:normal;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
#get_recent_comments_wrap a {
	color:#336699;
	font-size:12px;
	font-weight:bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
#get_recent_comments_wrap li {
	margin-top: 0.5em;
	margin-bottom: 0.8em;
}
/* end blog recent comments */


/* featured blogs on index.html */
	
.featuredBlogs {
	font-family:"arial","helvetica","sans-serif";
	color:#333333;
	margin:15px 0 10px 15px;
	padding-bottom:10px;
	width:93%;
}
.featuredBlogs a {
	font-family:Trebuchet,Helvetica,sans-serif;
	text-decoration:none;
}
.featuredBlogs a:hover {
	color:#000000;
}
.featuredBlogs p {
        color:#666666;
	font-size:12px;
	margin:2px 0 0 0;
}
.featuredBlogs p a {
	font-style:italic;
}
.featuredBlogs p a:hover {
	color:#356AA0;
}
.featuredBlogs h1{
	font-size:18px;
	font-weight:bold;
	color:#333333;
}
.featuredBlogs ul {
	padding-left:5px;
	margin-left:5px;
	list-style-type:none;
}
.featuredBlogs li {
	clear:both;
	height:80px;
}
.featuredBlogsImage {
	float:left;
	margin:0 7px 7px 0;
	border:1px solid #CCCCCC;
}
.featuredBlogsTextbox {
	font-size:10px;
	margin:0 5px 0 110px;
}
.featuredBlogsTitle {
	color:#356AA0;
	font-size:15px;
	font-weight:bold;
	margin:0;
}
.featuredBlogsCommentslink {
	font-size:10px;
	padding-left:3px;
	color:#356AA0;
}
/* end featured blogs on index.html */

/* widgets */
.widget {
    border:none;
    margin:10px 0 10px 0;
    padding:0 0 10px 0;
}
.widget_title {
    color:#356AA0;
    color:#353535;
    font-family:arial, helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    padding-bottom:5px;
    border-bottom:1px solid #356AA0;
    border-bottom:1px solid #eee;
    margin-bottom:5px;
}

/* end widgets */