/*  
Theme Name: AITpro Theme
Theme URI: http://www.ait-pro.com/
Description: AITpro Custom Theme - Two column theme valid xhtml. Custom Flash Movie. Compatible with Wordpress 3.0.
Version: 2.0
Author: AITpro
Author URI: http://www.ait-pro.com/
Tags: two-columns, threaded-comments, sticky-post, left-sidebar, fixed-width, blue-white
*/
/* AITpro Main FF Stylesheet */

small {
	font-family: Arial, Verdana, tahoma;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3, h4 {
	font-family: Arial, Verdana, tahoma;
	font-weight:normal;
	}

h1 {
	font-size:15px;
	line-height:22px;
	text-decoration: none;
	color: #000066;
	font-weight:bold;
	}

h2 {
	font-size: 14px;
	line-height:22px;
	text-decoration: none;
	color: #000066;
	font-weight:bold;
	}

h2.pagetitle {
	font-size: 14px;
	line-height:22px;
	text-decoration: none;
	color: #000066;
	font-weight:bold;
	}

.comic_sans_MS {font-family: "Comic Sans MS";
	font-weight:normal;
	}

#sidebar h2, #sidebar2 h2{
	font-family:Arial, Verdana, tahoma;
	font-weight:bold;
	}
/* This is the text in the shiny black sidebar headers "categories" now products and services etc. I created */	
#sidebar ul li h2, #sidebar2 ul li h2 {
	font-family:Arial, Verdana, tahoma;
	font-size: 11px;
	font-weight:bold;	
	padding:6px 0px 5px 20px;
	height:30px;
	color: #ffffff;
	text-transform:uppercase;
	/* background-image:url(images/sidebar3.png);
	background-repeat:no-repeat; */
	}

h3 {
	font-size: 14px;
	line-height:22px;
	color: #000066;
	font-weight:bold;
	}

h4 {
	font-size: 14px;
	line-height:22px;
	color:#000000;
	color: #000066;
	font-weight:bold;
	}
	
h1 a, h1 a:hover, h1 a:visited {color:#000066;text-decoration:none;}

h2 a, h2 a:hover, h2 a:visited{color:#000000;text-decoration:none;}

h3 a, h3 a:hover, h3 a:visited, h4 a, h4 a:hover, h4 a:visited{
	text-decoration:underline;
	color: #000099;
	}

/* AITpro Floating Social Icons section  =================================== */

/* To control the background floating box */
#social_floaters_box { 
position: fixed; 
	top:100px;
	right:500px;    
	padding:0px;
	background-image:url(images/sopa-pipa.png);
	background-repeat: no-repeat;  
	border:2px solid #000;   
    z-index:100   
}

/* To control individual social images */
#float_box1 { margin:0px; }
#float_box2 { margin:2px 0px 0px 1px; }
#float_box3 { margin:2px 0px 0px 1px; }

#sidebar h2, #sidebar2 h2, #wp-calendar caption, cite {
	text-decoration:none;
	}

.entry{
	padding-top:4px;
	padding-bottom:10px;
	}
	
.sticky {
	background: #ffffff;
	padding: 0px 0px 0px 0px !important;
	border:none; /* solid 1px #000000 */
	margin-bottom:10px !important;
	}
	
.sticky .postmetadata{
	border-bottom:0px;}
	
.sticky h2 {
	padding-top: 10px;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em ;
	font-family:Arial, Verdana, tahoma;
	}
	
.commentlist li ul li {
	font-size: 1em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite{
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	padding-left:5px;
	}
	
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	}

.commentlist cite a.url{
	margin:0px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Verdana, tahoma;
	}

.commentmetadata {
	font-weight: normal;
	}
	
code {
	font: 1.1em  Arial, Verdana, tahoma;
	}

acronym, abbr, span.caps
	{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a, #wp-calendar a:visited {
	text-decoration: none;
	text-decoration:underline;
	}

#wp-calendar caption {
	font: bold 1.3em  Arial, Verdana, tahoma;
	text-align:center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Structure */
.narrowcolumn {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	}

.widecolumn {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
/* this is where you can justify or left align the main content / Posts text */
.post {
	margin: 0px 0px 0px 0px;
	padding:10px 0px 15px 0px;
	text-align:left;
	}
	
.post hr {
	display: block;
	}
	
.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata, .narrowcolumn .postmetadata1 {
	padding-top: 5px;
	}

.widecolumn .postmetadata, .widecolumn .postmetadata1 {
	margin: 0px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}

.postmetadata {
	clear: left;
	line-height:20px;
	color:#000000;
	background-repeat:no-repeat;
	padding:10px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	text-align:right;
	border-bottom:solid 1px #0f4254;
	}
/* End Structure */

/*	Begin Headers */
h1 {
	padding:0px;
	margin: 5px 0px 5px 0px;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	padding-top: 10px;
	text-align: center;
	padding-bottom:15px;
	}

#sidebar h2 ,#sidebar2 h2{
	margin: 0px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 0px auto 20px ;
	
	}

h4 {
	padding: 0;
	margin: 0px 0 0;
	
	}
/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.alignright_links {
	float: right;
	width:570px;
	}

.alignleft_links {
	float: left;
	width:570px;
	}
		
.spacer{
	line-height:0px;
	margin:0px;
	padding:0px;
	}
/* End Images */

/* Begin Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 0px 0 0px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before, #sidebar2 ul ul li:before,  #sidebar ul ul li, #sidebar2 ul ul li {
	background-position:0 4px;
	padding:0px 0px 0px 0px;
	margin:0px;
	}
	
div.entry ul{
	margin:0px;
	padding:0px 0px 0px 20px;
	}
	
div.entry ul li{
	background-repeat:no-repeat;
	background-position:0 6px;
	padding:0px 0px 0px 25px;
	margin:0px;
	list-style-type:disc;
	list-style-position:inside;
	}
	
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li, .postmetadata1 ul, .postmetadata1 li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol,#sidebar2 ul, #sidebar2 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li, #sidebar2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 30px;
	}

#sidebar ul p, #sidebar ul select, #sidebar2 ul p, #sidebar2 ul select {
	margin: 5px 0 8px;
	}
#sidebar ul ul, #sidebar ul ol, #sidebar2 ul ul, #sidebar2 ul ol {
	margin: 5px 4px 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol, #sidebar2 ul ul ul, #sidebar2 ul ol {
	margin: 5px 0 0 0px;
	}

ol li, #sidebar ul ol li, #sidebar2 ul ol li{
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li, #sidebar2 ul ul li, #sidebar2 ul ol li {
	margin: 0px 0 0;
	padding: 0px 0px 0px 0px;
	}
	
#sidebar ul li a{text-decoration:none; color:#ffffff; font-weight:900; font-size:12px;}

/***************** The Accordian Widget Title Text Links ************************/
#sidebar ul li h4 a{text-decoration:none; color:#ffffff; font-weight:900; font-size:1em; padding-top:16px 0px 0px 0px;}

/* #sidebar ul li a:link{color:#000000 !important;} cant have link and hover conflicts */
#sidebar ul li a:hover{text-decoration:underline; font-weight:900; color: #C0E7FA;}

#sidebar ul li  {
	list-style-type: none;
	list-style-image: none;
	}
/* these are the cool blue lines under the categories and controls the text above*/	
#sidebar ul li li{
	padding:2px 5px 4px 8px;
	border-bottom:solid 1px #000000;
	}

#sidebar ul li li li{
	border-bottom:none;
	background-image:none;
	}

#sidebar ul ul ul li a, #sidebar ul ul ul li a:visited{
	border-bottom:0px;
	padding:2px 0px 2px 10px!important;
	text-decoration:none;
	background-image:url(images/arrow.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
	}
/* indented sub links*/
#sidebar ul ul ul li a:hover{
	color:#C0E7FA;
	text-decoration:underline;
	}
	
.textwidget{
	padding-left:10px;
	text-align:left;
	padding-right:10px;
	padding-top:5px;
	}

/* background color of categories dropdown list and ctc dropdown */
.postform {background-color: #CCCCCC;}
.ctcpostform {background-color: #CCCCCC;width:230px;}
.ctc {margin-top:0px; }

.widget_tag_cloud div{padding:5px 10px;}	

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 0px 0px 0px 0px; 
	text-align: center;
	}

#sidebar #searchform #s, #sidebar2 #searchform #s  {
	width: 108px;
	padding: 2px;
	}

#searchsubmit, #sidebar #searchsubmit, #sidebar2 #searchsubmit  {
	padding: 4px 0px 4px 0px;
	font-size:10px;
	width:46px;
	border:0px;
	background-color: #999999;
	color:#000000 !important;
	}
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
	
#commentform{
	}

#commentform input {
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#commentform {
	margin: 5px 0px 0 0px;
	}

	
#commentnavi{
	margin:0px 0px 0px 15px;
	}	

#respond h3{
	margin:10px 0px 0px 0px;
	font-size:20px;
	}		
	
#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0px;
	width:170px;
	}
	
/* End Form Elements */

.even, .alt {
	border-left: 1px solid #000000;
	}

.thread-alt {
	background-color: transparent;
	}
	
.thread-even {
	background-color: transparent;
	}
	
.depth-1 {
	border: 1px solid #000000;
	}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}
	
ol.commentlist{
	padding:0px;
	margin:0px 0px 0px 0px;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 10px 10px 10px;
	list-style: none;
	}
	
.commentlist li ul{
	padding:0px;
	margin:0px;
	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 15px;
	}

.commentlist p {
	margin: 10px 5px 10px 5px;
	}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Sidebar */
#sidebar
	{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#sidebar2
	{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

#sidebar form, #sidebar2 form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
	
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}


#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: transparent; }
/* End Calendar */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #666666;
	padding-top: 4px;
	margin: 10px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
/* End captions */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 10px 10px;
	padding:0px 20px;
	border: 1px dashed #000000;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	padding-bottom: 0px;
	}
	
.navigation2 {
	display: block;
	text-align: center;
	margin-top: 0px;
	padding-bottom: 0px;
	}
/* End Various Tags & Classes*/

.storetableleft { border-color:#000066}
/* End Various Tags & Classes*/

.postmetadata a{
	text-decoration: none;
	}
	
.postmetadata a:hover{
	text-decoration: underline;
	}
	
.narrowcolumn h2, .narrowcolumn h3 {
	color:#000000;
	margin-top:0px;
	}
	
label small{
	color:#000000;
	  }
  
#comments, #respond{
	color:#000000;
	padding:0px 0px 8px 5px;
	 }
	 
h3#respond{
	font-size:14px;
	font-weight:lighter;
	}
	
span.author{color:#000000 !important;}
.search_result .post{padding:0px;}
div.search_result  h2 a{font-size:14px !important;text-transform:capitalize;}
/* not using h2 for title change to h1 for title if you want to use this */
div.title h2, div.title h2 a, div.title h2 a:visited{
	color:#000066;
	font-family:Arial, Verdana, tahoma;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0px 10px 5px 0px;
	}

div.title h2 a:hover{
	color: #000066;
	font-weight:bold;
	}
/*=========================FRAME HTML=========================*/	
body{
	font-family:Arial, Verdana, tahoma;
	font-size:.8em;
	text-align:left;
	color:#000000;
	margin:0px;
	padding:0px;
	background-image:url(images/bps-grid.png);
	background-attachment: fixed;
	background-repeat:repeat;
	background-color:#ffffff;
	line-height:20px;
	}
	
form{padding:0px;margin:0px;}
a, a:visited{color:#000000;text-decoration:none;}
a:hover{color:#000066;text-decoration:underline;}
.bluelink a:link {color:#000066;text-decoration:underline;font-weight:900;}
.bluelink a:active {color:#000066;text-decoration:underline;font-weight:900;}
.bluelink a:visited {color:#000066;text-decoration:underline;font-weight:900;}
.bluelink a:hover {color:#000066;text-decoration:none;}
	
#container{width:100%;}
#frame{width:980px; margin:0px auto;}

/*=========================================TOP=========================================*/
#top{width:980px;height:0px;padding-top:3px;}

/*=========================================HEADER=FLASH-SEARCH-BAR===============================*/		
#header{align:left; background-image:url(images/header_flash_bg.png);background-repeat: repeat-y;width:980px;height:200px; padding:0px 0px 7px 42px; margin-bottom:0px;}
.flash{float:left; margin-top:0px;border:inset;border-color: #999999;} /* IMPORTANT-color too light and too dark issues here  border:inset;border-color: #999999;*/
#top_search{background-image:url(images/search_bar.png);background-repeat: no-repeat;height:45px;width:980px;text-align:right;}
#top_search .inputbox{vertical-align:top;width:130px; background-color: #DDDDDD}
#box_search{padding:4px 0px 0px 0px;float:right;margin-right:20px;}
.button{vertical-align:middle; margin-left:-5px;}
.inputbox{border:ridge 2px #000000;}
	
/*=========================================CONTENT=========================================*/		
#main{float:left;width:980px;padding:15px 0px 10px 0px;background-image:url(images/main_cubes_bg.png);background-repeat:repeat-y;} /*  border:#666666;border-left:inset;border-right:inset; */
#main_left{width:250px;float:left;margin:0px 5px 0px 45px;}
#block_sidebar{padding:0px 10px 10px 10px;}
#main_right{width:630px;float:left;background-image:url(images/main_content.png);background-repeat:repeat-y;}
#main_content_bottom {float:left;width:630px; background-position:bottom;background-image:url(images/main_content_bottom.png);background-repeat: no-repeat;margin-bottom:-20px;}
#main_content{padding:10px 30px 15px 15px;background-image:url(images/main_content_top.png);background-repeat: no-repeat; margin: 0px 0px 0px 0px;
}
/*=========================================FOOTER=========================================*/		
#footer{
	width:980px;
	float:left;
	position:inherit;
	text-align:center;
	background-repeat: no-repeat;
	background-image:url(images/footer_bg.png); /* bg_footer_repeat.gif */
	padding:26px 0px 0px 0px;
	height:192px;
	color:#ffffff;
	font-family:Arial, Verdana, tahoma; 
	font-size:12px !important;
	font-weight:900;
	}
#footer a, #footer a:visited{color:#ffffff;text-decoration:none;}
#footer a:hover{text-decoration:underline;}

#BPS_shield {
	font-family:Arial, Verdana, tahoma;
	font-size:1em;
	text-align:left;
	margin-left:55px;
	padding:65px 0px 0px 0px;
}

#BPS_shield a {
	color:#FFFFFF;
	text-decoration: none;
}

/*================================================================*/
/*====================== Dynamic Drive Menu ======================*/
/*================================================================*/
.ddsmoothmenu{
font-family:Verdana;
font-size:12px;
font-weight:bold;
 /*background: #414141;   background of menu bar (default state)*/
width: 100%;
height:46px;
background-image:url(images/top_menu.png);
background-repeat: no-repeat;
padding-left:30px;
}

.ddsmoothmenu ul{
z-index:600; /* was 100 */
margin:0px 73px 0px 0px; /* Important top margin 0 for FF */
padding:3px 0px 0px 0px;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: right;
margin:0px 0px 0px 0px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
/* background: #414141; /*background of menu items (default state)*/
color: white;
padding:10px 10px 15px 10px;
/*padding: 8px 10px;*/
border-left: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
/* background-image:url(images/top_menu_black.png);background-repeat:repeat-x; */
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: white;
background-image:url(images/top_menu_over.jpg);background-repeat:repeat-x;
}

.ddsmoothmenu ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color: white;
background-image:url(images/top_menu_over.jpg);background-repeat:repeat-x;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
margin:0px 0px 0px 0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: bold 12px Verdana;
width: 180px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
background: #414141;
background-image:none; /* Important to cancel out the background image */
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: black;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
/* opacity: 0.8; */
opacity:0.40;filter:alpha(opacity=40);
}

/************* Tabbed Accordian ***********/

.tw-content { display:block; float:left; width:100%; }
.tabbed-widget { float:left; width:100%; border:none;} 


/* Accordion */

.ui-accordion { float:left; width:100%; }
.ui-accordion span.ui-icon { float:right; width:1.5em; height:1.25em; }
.ui-accordion .ui-state-active a { background:url('images/onlight-accordian-open1.png') no-repeat 100% 50%; color:#333; text-decoration:none; position:relative; left:-10px; top:0px;}
.ui-accordion .ui-state-default a { background:url('images/onlight-accordian-closed1.png') no-repeat 100% 50%; position:relative; left:-10px; top:0px; border-top:1px solid #ddd;}
.ui-accordion .ui-accordion-header.ui-state-default:hover { cursor:pointer; text-decoration:underline!important; }
.ui-accordion .tw-title { margin:0; padding:0; float:left; width:100%;}
.ui-accordion .tw-title a { width:220px; padding:8px 0px 12px 20px; display:block;  border:none;}
.ui-accordion .ui-state-active a { border-bottom:none; }

/************ TML **********/
.login {
    padding: 5px;
    }
    
.login p.error {
    padding: 5px;
    border: 1px solid #c00;
    background-color: #ffebe8;
    color: #333;
    }

.login p.message {
    padding: 5px;
    border: 1px solid #e6db55;
    background-color: #ffffe0;
    color: #333;
    }
    
.login form label {
    display: block;
    }
    
.login form p.forgetmenot label {
    display: inline;
    }
	
/*********** ADV Spoiler **********/
/* @group Advanced-Spoiler */

/* @group spoiler-content */
div.spoiler-body {
padding:1px; 
margin:0;
padding:0;
}
div.spoiler-body p, div.spoiler-body div {
padding:2px 1px;
margin:1px;
}
/* @end spoiler-content */

/* @group toggle-link */
a.spoiler-tgl {
padding: 2px 4px 2px 22px;
background-image: url('collapseicon.gif');
background-position: 3px 3px;
background-repeat: no-repeat;
border-bottom: 1px dotted #999;
margin: 0;
}
a:hover.spoiler-tgl {
border-color: #696969;
}
a.spoiler-tgl.collapsed { 
background-position: 3px -36px;
}
/* @end toggle-link */

/* @group widget & template */
.effcollapse {
padding-left: 16px !important;
background-image: url('collapseicon.gif');
background-position: 0 2px;
background-repeat: no-repeat;
cursor: pointer;
}

.effcollapse.collapsed { 
background-position: 0 -37px;
}
/* @end widget & template */

/* @group DO NOT EDIT */
.spoiler_outer_box {/* wrapper for blind effect */
overflow: hidden !important;
margin: 0 !important;
padding: 0 !important;
}
/* @end DO NOT EDIT */

/* @end Advanced-Spoiler */

/********** ADD to Any *************/
.addtoany_share_save_container{clear:both;line-height:32px;margin:16px 0}.addtoany_list{display:inline;}.addtoany_list a{padding:0 9px}.addtoany_list a img{height:16px;opacity:.7;overflow:hidden;vertical-align:middle;width:16px;margin-top:-20px;}.addtoany_list a:hover img,.addtoany_list a.addtoany_share_save img{opacity:1}iframe.addtoany_special_service{padding:0 9px;vertical-align:middle}a.addtoany_share_save img{border:0;width:auto;height:auto}
