/* MAIN STYLES
-------------------------------------------*/
*{ margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	background:url(/images/bk_body.jpg);
	line-height:135%;
}

ul {
	list-style:none;
}

a {
	text-decoration:none;
	color:#1FA2E1;
}

a:hover {
	text-decoration:underline;
}

a:focus {
	outline:none;
}

h1, h2, h3 {
	font-size:26px;
	letter-spacing:-1px;
	line-height:100%;
	padding-bottom:15px;
}

h1 a, h2 a, h3 a {
    color: #333333;
}

h1 {
	font-weight:normal;
}

h1 a:hover {
	text-decoration:none;
	color:#333;
}

h2 {
	font-size:20px;
	padding-top:10px;
	font-weight:normal;
}

h3 {
	font-size:18px;
	padding-top:10px;
}

.hidden { display:none; }

.failureNotification { color:Red; }

 /* LAYOUT STRUCTURE
--------------------------------------------------*/
body#home #mainWrapper {
	background-color: #darkblue;
}

#mainWrapper {
	background:url(/images/bk_main_wrapper.png) 0 0 repeat-x;
}
#wrapper {
	margin:0 auto;
	width:960px;
}

#login
{
    font-size: 1em;
    display: block;
    text-align: right;
    position:absolute;
    right:10px;
    top:92px;
}

#header {
	height:190px;
	position:relative;
	/*background:url(/images/bk_header.png) 0 0 no-repeat;*/
}

#content {
	padding-bottom:20px;
	overflow:hidden;
	/*background:url(/images/bk_vertline.jpg) 695px 0 repeat-y;*/
	margin-top:35px;
}

body#home #content{
	margin-top:20px;
}

body#home #content, body#portfolio #content {
	background:none;
	
}

#content p { margin:10px 0; }

#content #colLeft {
	float:left;
	width:670px;
	margin-right:50px;
	padding-top:0px;
}

#content #colRight {
	float:left;
	width:240px;
	
}

#content #colRight h2, #content #colRight h3
{
    color: #555555;   
}

#disclaimer 
{
    clear:both;
	color: white;
}

#footer {
	background:url(/images/bk_horiz_line.jpg) 0 0 repeat-x;
	margin:10px 0 0;
	color: #555;
	position:relative;
	padding-top:3px;	
	font-size:12px;
}

#footerActionsInner{
	width:960px;
	margin:0 auto;
	padding:32px 0 0;
	overflow:hidden;
}

#footerWidgets {
	background:#233d73 url(/images/bk_footer_widgets.png) 0 0 repeat-x;
	padding-top:32px;
}

#footerWidgetsInner {
	width:960px;
	margin:0 auto;
	padding:20px 0 35px;
	overflow:hidden;
	color: white;
}

/* HEADER ELEMENTS
-----------------------------------*/

/* -- logo --*/
#logo {
	position:absolute;
	top:104px;
	left:0;
}

#logo a img{
	border:none;
	vertical-align:middle;
}

#mainMenu {
	position:absolute;
	left:-18px;
	top:0;
}

#mainMenu ul li{
	float:left;
}

#mainMenu ul li a {
	display:block;
	height:85px;
	color:#ccc;
	padding:36px 18px 0;
	font-size:17px;
	background-color: #darkblue;
}

#mainMenu ul li a span {
	font-size:10px;	
	color:#999;
	line-height:120%;
}

#mainMenu ul li a:hover {
	text-decoration:none;
	background:url(/images/bk_mainmenu.png) 0 0 repeat-x;
	color:#96DDFC;
}


#mainMenu ul li ul li a:hover{
	background:#132325;
}

/* top social links */

#topSocial {
	position:absolute;
	right:0;
	top:142px;
	margin: 0px;
	padding: 0px;
}

#topSocial ul li {
	float:left;
	padding:0 5px;
	width:50px;
	list-style: none;
}

#topSocial ul li a {
	display:block;
	height:47px;
	width:47px;
	background:url(/images/bk_topsocial.png) 0 0 no-repeat;
}

#topSocial ul li a img {
	border:none;
	margin-top:9px;
	margin-left:8px;
}

#topSocial ul li a:hover {
	/*background:url(/images/bk_topsocial_hover.png) 0 0 no-repeat;*/
	background:none;
}

/* Top Search */

#topSearch {
	position:absolute;
	right:0px;
	top:25px;
}

/* CONTENT ELEMENTS
-------------------------------------------*/

.listview table { width:100%; }
.listview td { padding:6px; }
.menu {
	padding: 0px;
	margin: 0px;
}
.menu li {
	list-style: none;
	
}
.alignleft {
	float:left;
	margin:5px 15px 5px 0;
}

.alignright {
	float:right;
	margin:5px 0 5px 15px;
}

/* homeboxes */

#homeBoxes {
	overflow:hidden;
}

#homeBoxes .homeBox {
	width:290px;
	float:left;
	margin-right:40px;
	background:url(/images/bk_dotted_thick.png) 0 0 repeat-x;
}

#homeBoxes .homeBox img {
	border:6px solid #E2E2E2;
	background:#fff;
	padding:1px;
}

#homeBoxes .homeBox img:hover {
	border-color:#F9F9F9;
}


#homeBoxes .last{
	margin-right:0;
}

#homeBoxes .homeBox h2 {
	padding:10px 0 15px;
	color:#333;
	font-weight:normal;
	font-size:24px;
}

.more-link {
	padding:20px 0 0 0;
}

/* home blurb */

#blurb {
	-moz-border-radius:8px; 
	-webkit-border-radius:8px;
	border-top:1px solid #BDBDBD; 
	border-left:1px solid #BDBDBD; 
	border-bottom:1px solid #fff; 
	border-right:1px solid #fff;
	padding:15px 20px 25px;  
	text-shadow:1px 1px #fff;
	background:url(/images/bk_blurb.jpg) 0 100% repeat-x;
	font-size:18px;
	line-height:130%;
	margin-bottom:25px;
}

#blurb p {
	margin:0;
}

#blurb img {
	float:right;
	border:none;
	margin-top:5px;
}

#archive-title {
	padding:5px 0 7px 25px;
	margin:0 0 15px;
	display:block;
	background:url(/images/ico_archive.png) 2px 50% no-repeat;
	border-bottom:1px solid #ddd;
}

#content #colLeft img {
	border-top:1px solid #BBB; 
	border-left:1px solid #BBB; 
	border-bottom:1px solid #fff; 
	border-right:1px solid #fff;
}

/* BLOG ITEMS */

.postItem {
	margin:0 0 30px;
	padding:0 0 15px;
	border-bottom:1px dotted #bbb;
	overflow:hidden;
}

.postItem .meta {
	font-size:11px;
	color:#666;
	text-shadow:1px 1px #fff;
	margin-top:-12px;
	margin-bottom:18px;
}

.postTags {
	font-size:13px;	
	background:url(/images/ico_tag.png) 0 50% no-repeat;
	padding-left:24px;
	margin:25px 0 0;
}

blockquote {
	padding-left:80px;
	margin:20px 0 15px 0;
	padding-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	/*background:url(/images/bk_blockquote.png) 0 15px no-repeat;*/
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
}

/*#content #colLeft ul li, #content #colLeft ol li  {
	padding:5px 0 5px 25px;
	list-style: disc;
	background:url(/images/bullet_list.png) 0 8px no-repeat; 
}
*/
#content #colLeft ul {
	margin:0 0 15px 15px;
}

#content #colLeft ol li {
	background:none;
	padding-left:0;
}

#content #colLeft ol {
	margin:0 0 15px 35px;
}

#shareLinks {
	height:30px;
	background:url(/images/bk_social.jpg) 0 0 repeat-x;
	font-size:12px;
	line-height:32px;
	padding:0 10px;
	-moz-border-radius:8px; 
	-webkit-border-radius:8px;
	border:1px solid #008FF5; 
	/*border-left:1px solid #008FF5; 
	border-bottom:1px solid #fff; 
	border-right:1px solid #fff;*/
	margin:20px 0;
	width:130px;
}

#shareLinks a {
	color:#fff;
}

#shareLinks #icons {
	display:none;
	padding-left:15px;
}

#shareLinks #icons a {
	margin:0 10px;
	font-weight:bold;
	text-transform:uppercase;
}


/* PAGINATION */

.emm-paginate {padding:10px 0; overflow:hidden; clear:both;}
.emm-paginate a {background:url(/images/bk_pagenavi.jpg) 0 100% repeat-x; border:1px solid #ddd; color:#666; margin-right:5px; padding:4px 8px; text-align:center; text-decoration:none;}
.emm-paginate .emm-title {color:#555; margin-right:4px;}
.emm-paginate .emm-gap {color:#999; margin-right:4px;}
.emm-paginate a:hover, .emm-paginate a:active, .emm-paginate .emm-current {color:#fff; background:#18AEF5; border:1px solid #0A95D8; margin-right:5px; padding:4px 8px;}
.emm-paginate .emm-page {}
.emm-paginate .emm-prev, .emm-paginate .emm-next {}


/* SLIDER
---------------------------------------*/

#slider {
	position:relative;
	background:url(/images/loading.gif) no-repeat 50% 40%;
	height:370px; 
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:1;
}

/* PORTFOLIO PAGE 
---------------------------------------*/

.portfolioCategs {
	margin-top:5px;
	float:right;
	margin-top:-47px;
}

.portfolioCategs li {
	float:left;
	margin-right:5px;
}

.portfolioCategs li a{
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border-top:1px solid #ddd; 
	border-left:1px solid #ddd; 
	border-bottom:1px solid #fefefe; 
	border-right:1px solid #fefefe;
	padding:6px 12px;  
	text-shadow:1px 1px #fff;
	background:url(/images/bk_blurb.jpg) 0 100% repeat-x;
	font-weight:bold;
	display:block;
	
}

.gallery {
	margin-top:10px;
	padding-left:22px;
	margin-left:-22px;
	margin-bottom:20px;
	width:982px;
}

.gallery .portfolioItem {
	float:left;
	width:300px;
	margin-right:25px;
	overflow:hidden;
	margin-bottom:10px;
}


.gallery .portfolioItem img {
	border:none;
}



/* COLRIGHT ELEMENTS 
-------------------------------------*/

.rightBox  {
	margin-bottom:17px;
}

.rightBox h2 {
	padding:10px 0;
}

.rightBox ul li{
	padding:6px 0;
	border-bottom:1px solid #ddd;
}

.rightBox ul {
	border-top:1px solid #ddd;
}

/* COMMENTS
-----------------------------------*/


#content #colLeft ul.commentlist {
	list-style:none;
	list-style-position:outside;
	display:block;
	margin:0 0 20px;
	border-top:3px solid #D2D8DB;
	border-bottom:4px solid #D2D8DB;
	padding:0;
	padding-bottom:10px;
}

#content #colLeft ul.commentlist ul {
	list-style-type:none;
	list-style-position:outside;
	margin:0;
}

#content #colLeft ul.commentlist li {
	padding:20px 0 10px 50px;
	position:relative;
	margin-top:0;
	background:url(/images/bk_horiz_line.jpg) 0 0 repeat-x;
}

#content #colLeft ul.commentlist li img {
	border:none;
}

#content #colLeft ul.commentlist li p{
	font-size:13px;
	margin:10px 0;
}

#content #colLeft ul.commentlist li .comment-meta, #content #colLeft ul.commentlist li .text  {
	margin-left:20px;	
}

#content #colLeft ul.commentlist li .comment-meta span {
	font-size:11px;
	color:#999;
}

#content #colLeft ul.commentlist li .comment-meta {
	font-size:16px;
}


#content #colLeft ul.commentlist li .gravatar {
	position:absolute;
	width:50px;
	height:50px;
	top:20px;
	left:0;
}

#content #colLeft ul.commentlist li .gravatar .gravatar_mask {
	position:absolute;
	left:0;
	top:0;
	background:url(/images/bk_gravatar_mask.png) 0 0 no-repeat;
	width:50px;
	height:50px;
}

#content #colLeft ul.commentlist .reply {
	position:absolute;
	right:0;
	top:25px;
	width:46px;
	height:21px;
	text-align:center;
	font-size:12px;
}

#content #colLeft ul.commentlist .reply a {
	display:block;
	width:46px;
	height:21px;
	font-style:italic;
}

#content #colLeft ul.commentlist .reply a:hover {
	text-decoration:none;
	color:#333;
}


#content #colLeft ul.commentlist li .children li {
	margin-top:15px;
	padding-top:25px;
	border-bottom:none;
	overflow:hidden;
	padding-bottom:5px;
}

#content #colLeft ul.commentlist li .children li .gravatar {
	top:20px;
}

#content #colLeft ul.commentlist li .children li .reply {
	top:30px;
}

/* FOOTER ELEMENTS
-------------------------------------------*/

#showHide {
	display:block;
	position:absolute;
	width:48px;
	height:16px;
	right:4px;
	top:-5px;
	background:url(/images/but_show_hide.png) 0 0 no-repeat;
	text-indent:-9999px;
}

#footerActionsInner #contactcopy {
	float:left;
	overflow:hidden;
	width:350px;
	padding-left:0px;
	position:relative;
}

#footerActionsInner #contactcopy table { width:350px; margin-bottom: 10px; }
#footerActionsInner #contactcopy td
{
    padding-left:10px;
    padding-right:10px;
}

#footerActionsInner #quickContact {
	float:right;
	overflow:hidden;
	width:550px;
	position:relative;
	margin-left:30px;
}

#footerActionsInner #quickContact .leftSide {
	float:left;
	width:155px;
	overflow:hidden;
}

#footerActionsInner #quickContact .rightSide {
	float:left;
	width:368px;
	overflow:hidden;
	margin-left:10px;
}

/* Footer Widgets */

#footerWidgetsInner .boxFooter {
	float:left;
	width:210px;
	padding-right:30px;
	overflow:hidden;
	margin-bottom:20px;
}


#footerWidgetsInner h2 {
	font-size:20px;
	border-bottom:1px solid #292929;
	padding:7px 0 12px;
	margin-bottom:2px;
	color:#ccc;
}

#footerWidgetsInner .boxFooter ul li {
	padding:7px 0;
	border-bottom:1px solid #292929;
	color: white;
	font-size:12px;
	font-style:italic;
}

#footerWidgetsInner .boxFooter ul li a {
	text-decoration:none;
	font-size:12px;
	font-style:normal;
}

#footerWidgetsInner .boxFooter ul li a:hover {
	color:#ccc;
}

#footerWidgetsInner h3 
{
    padding-top:2px; padding-bottom:8px;
}

#footerWidgetsInner .boxFooter .textwidget .copy { padding-top: 6px; }

/* Copyright */

#footerWidgetsInner #copyright {
	clear:both;
	border-top:4px solid #090E0F;
	padding-top:25px;
	margin-top:15px;
	position:relative;
	color: white;
}

/* FORMS
------------------------------------*/

/* Quick Contact Form */
#quickContact{ padding-top: 50px; }
#quickContact input[type="text"], #quickContact textarea{
	width:138px;
	margin-bottom:5px;
	-moz-border-radius:6px; 
	-webkit-border-radius:6px;
	border-top:1px solid #BDBDBD; 
	border-left:1px solid #BDBDBD; 
	border-bottom:1px solid #fff; 
	border-right:1px solid #fff;
	background:url(/images/bk_blurb.jpg) 0 100% repeat-x;
	padding:7px;
	color:#666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#quickContact textarea {
	width:300px;
	height:90px;
	padding-top:5px;
}

#quickContact input[type="submit"] {
	display:block;
	float:right;
	width:81px;
	height:24px;
	background:url(/images/but_actions.png) 0 0 no-repeat;
	text-align:center;
	font-size:12px;
	color:#fff;
	padding-top:0px;
	border:none;
	line-height:80%;
	margin-top:3px;

}

/* Top Search */

#topSearch input[type="text"] {
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	width:120px;
	/*background:url(/images/bk_top_search.png) 0 0 repeat-x;*/
	background-color: #BDBDBD;
	padding:9px 10px 10px;
	border:1px solid #2E4849;
	color: #666;
	font-style:italic;
	position:relative;
	z-index:100;
}

#topSearch a 
{
    text-decoration:none;
    font-weight:normal;
	position:absolute;
	top:0;
	right:0;
	z-index:101;
	background:url(/images/but_search.png) 0 0 no-repeat;
	border:none;
	padding-bottom: 11px; padding-left: 6px; padding-right: 6px; padding-top: 8px;
}	

#topSearch a:hover { border-left:solid 1px #2E4849; }

/* COMMENTS F0RM */

#commentform p {
	margin:0;
}

#commentform label {
	display:block;
	padding:5px 0;
}

#commentform input, #commentform textarea {
	border:1px solid #ddd;
	padding:8px;
	width:300px;
	margin-bottom:10px;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
}

#commentform input:focus, #commentform textarea:focus {
	border:1px solid #0099FF;
}


#commentform textarea {
	width:560px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#commentform input[type="submit"]{
	border:none;
	width:151px;
	height:32px;
	margin-top:10px;
	background:url(/images/but_form.jpg) 0 100% repeat-x;
	color:#FFF;
	font-size:12px;
	padding:0;
	cursor:hand;
}

/* Contact Form */

#contact label {
	display:block;
	padding:5px 0;
}

#contact input, #contact textarea {
	border:1px solid #ddd;
	padding:8px;
	width:300px;
	margin-bottom:10px;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
}


#contact textarea {
	width:560px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#contact input[type="submit"]{
	border:none;
	width:151px;
	height:32px;
	margin-top:10px;
	background:url(/images/but_form.jpg) 0 100% repeat-x;
	color:#FFF;
	font-size:12px;
	padding:0;
	cursor:hand;
}

.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
	-moz-border-radius:4px;
   -webkit-border-radius:4px;
}

.successmsg {
	background:#F5FAF1;
	border:1px solid #C2E1AA;
	color:#8FA943;
	-moz-border-radius:4px;
   -webkit-border-radius:4px;
}

#header{z-index:1001 !important;}
#content{z-index:100 !important;}


div.accountInfo legend
{
    margin-left: 8px; padding-bottom: 4px; padding-right: 4px; padding-top: 0px; padding-left: 4px;
}

div.accountInfo p { margin:6px; }

div.accountInfo input[type="text"], div.accountInfo input[type="password"]
{
    background : url(/images/bk_blurb.jpg) repeat-x 0px 100%;
    border-bottom: #fff 1px solid;
    border-top: #bdbdbd 1px solid;
    border-right: #fff 1px solid;
    border-left: #bdbdbd 1px solid;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding:7px;   
}

div.accountInfo input[type="submit"] {
	display:block;
	width:81px;
	height:24px;
	background:url(/images/but_actions.png) 0 0 no-repeat;
	text-align:center;
	font-size:12px;
	color:#fff;
	padding-top:0px;
	border:none;
	line-height:80%;
	margin-top:3px;
	cursor:hand;
}

/*** Testimonials ***/
#testimonials
{
    width:100%;
}
#testimonials td.testimonial, #testimonials td.action
{
    vertical-align:top;
    padding:10px 0 10px 2px;
}	
#testimonials td.action { text-align:right; }
#testimonials td i
{
    color: #777777;
}	
#tetimonials .form
{
    border-bottom: #bdbdbd 1px solid; border-left: #bdbdbd 1px solid; border-top: #bdbdbd 1px solid; border-right: #bdbdbd 1px solid; background: #f5f5f5;
}

#colRight .widget-wrap {border:solid 1px #777777; padding:5px;}

#live-person-widget
{
    padding:10px;  
    background:#efefef;
    border: #bdbdbd 1px solid;
}

#live-person-widget .img
{
    height:120px;
    overflow:hidden;
    margin-bottom:10px;
}

#live-person-widget p
{
    margin:0;
}

/* FORMS */

.form-container .action-buttons { text-align:left; font-size:14px; }
.form-container .action-buttons input { float:right; }
.form-container .formfield input[type="checkbox"] { vertical-align: 55%; margin-right: 10px; }
/* OCIP FORM */
.form-container h2 { padding-bottom:0; margin-bottom:8px; }
.form-container h3 { font-size:1em; }
.form-container h2 { border-top:solid 2px #ccc; border-bottom:solid 2px #ccc; padding-bottom: 8px; font-size: 1.2em; margin-top: 15px; }
.form-container h3 { font-size: 1.1em; margin-left: 20px; padding-bottom: 4px; margin-bottom: 0px; }
.form-container .formlabel { vertical-align:top; text-align:right; padding:8px 6px 0 0; }
.form-container .formfieldvalue { vertical-align:top; padding:8px 6px 0 0; }
.form-container .formfield { vertical-align:top;}
.form-container .formfield .radiolist td { padding:4px; }
.form-container .formfield .radiolist td input { margin-right:4px; margin-top:2px; }
.form-container .formfield .radiolist td label { vertical-align:top; }
.form-container .wrap { white-space:normal; padding: 10px 20px; }
.form-container table.fiftyfifty td { width: 50%; padding: 4px; }
.form-container input[type="submit"], .form-container input[type="reset"] {
	display:block;
	float:right;
	width:81px;
	height:24px;
	background:url(/images/but_actions.png) 0 0 no-repeat;
	text-align:center;
	font-size:12px;
	color:#fff;
	padding-top:0px;
	border:none;
	line-height:80%;
	margin-top:3px;
	cursor:hand;
}
.form-container select { 
	/*-moz-border-radius:6px; 
	-webkit-border-radius:6px;*/
	border-top:1px solid #BDBDBD; 
	border-left:1px solid #BDBDBD; 
	border-bottom:1px solid #fff; 
	border-right:1px solid #fff;
	background:url(/images/bk_blurb.jpg) 0 60% repeat-x;
	padding:7px;
	color:#666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:4px 0;
 }
 
div.form-container input[type="text"], div.form-container textarea, div.form-container input[type="password"]
{
    background : url(/images/bk_blurb.jpg) repeat-x 0 60%;
    border-bottom: #fff 1px solid;
    border-top: #bdbdbd 1px solid;
    border-right: #fff 1px solid;
    border-left: #bdbdbd 1px solid;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding:7px;
    margin:4px 0;
}
.form-container span.invalid 
{ 
    padding: 4px;
    border: 1px solid Red;
    background: #FFFFB2 url('/images/pbl.png') no-repeat 0 100%;
    position: relative; 
    float: right; 
    top:-10px;
    margin-left: -20px;
}
 
/* OCIP FORM - END */

.form-container .login-link { float:right; padding-right:4px; }

ul.stepStatus 
{
    list-style-type: none; 
    float:right;
}
ul.stepStatus li
{
    float:left; 
    background:none !important; 
    margin:0 !important;
    padding:0 !important;
    border: #ccc 2px solid;
}
ul.stepStatus li.stepCurrent, ul.stepStatus li.stepNotCompleted, ul.stepStatus li.stepCompleted
{
    width:22px; text-align:center;  
    padding-top:3px !important;
    padding-right:3px !important;
    margin:-3px 2px 0 2px !important;
    background:#eee !important;
}
ul.stepStatus li.label
{
   border:none;
}

ul.stepStatus li.stepCurrent
{
    background:#fff !important;
    border:solid 2px #777777;
}

ul.stepStatus li.stepCompleted
{
     background:#efefef !important;
         border:solid 2px #66cc00;
}

.wizard-step-table { width:95%; }

.form-container .wizardNavContent
{
    padding-top:10px;
}
.form-container .wizardNavContent input
{
     margin-left:10px;
}

.form-container .header-question
{
    width:auto;
    float:right;
    position: relative;
    top: -3px;
}

.form-container .header-question label
{
    margin: 3px;
}

.form-container p { display:block; }
.form-container label { display:inline-block; }
.form-container label.error { color:Red; display:block; padding:0; }
.form-container input.error, .form-container select.error { border:dotted 1px red !important; }
#quickContactForm span.error { color:Red; display:block; padding:0; }


.form-container .cbxlist input { margin-top: 2px; margin-right: 6px; margin-left: 20px; }
.form-container .cbxlist label { vertical-align: top; text-align:left; width:auto; padding:0;}



.excess-insurance { display:none; } 

.element_container { width:auto; }

.testresult{
	font-weight: bold;
	font-size:13px;
	font-family: arial,helvetica,san-serif;
	color:#666;
	padding:0px 0px 6px 10px;
	margin-left:10px;
	margin-top:3px;
	display: block;
	height:26px;
	float:left;
}
.testresult span{
	padding:7px 20px 12px 10px;
	margin: 0px 0px 0px 20px;
	display:block;
	float:right;
	white-space: nowrap;
}
.shortPass{
	background:url(/images/red.png) no-repeat 0 0; 
}
.shortPass span{
	background:url(/images/red.png) no-repeat top right;
}
.badPass{
	background:url(/images/red.png) no-repeat 0 0;
}
.badPass span{
	background:url(/images/red.png) no-repeat top right;
}
.goodPass{
	background:url(/images/yellow.png) no-repeat 0 0;
}
.goodPass span{
	background:url(/images/yellow.png) no-repeat top right;
}
.strongPass{
	background:url(/images/green.png) no-repeat 0 0;
}
.strongPass span{
	background:url(/images/green.png) no-repeat top right;
}

/*AutoComplete flyout */

.autocomplete 
{  
    background-image:none !important;
	margin : 0px!important;
	background-color : #fff;
	border-width : 1px;
	border-style : solid;
	cursor : hand;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocompletehighlight
{
    background-image:none !important;
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocompleteitem 
{
    background-image:none !important;
	background-color : #fff;
	color : windowtext;
	padding : 1px;
}


.report-list a, .album-list a { cursor:hand; }
.album-item { padding:10px; }

.list-filter-search { float:right; margin:8px 20px 0px 0px; }


























/*
 *  File:         demo_table_jui.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for DataTables demo pages
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2009
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      DataTables
 *
 *  Copyright 2009 Allan Jardine. All Rights Reserved.
 *
 * ***************************************************************************
 * DESCRIPTION
 *
 * The styles given here are suitable for the demos that are used with the standard DataTables
 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
 * meet the layout requirements of your site.
 *
 * Common issues:
 *   'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
 *     no conflict between the two pagination types. If you want to use full_numbers pagination
 *     ensure that you either have "example_alt_pagination" as a body class name, or better yet,
 *     modify that selector.
 *   Note that the path used for Images is relative. All images are by default located in
 *     ../images/ - relative to this CSS file.
 */


/*
 * jQuery UI specific styling
 */

.paging_two_button .ui-button {
	float: left;
	cursor: pointer;
	* cursor: hand;
}

.paging_full_numbers .ui-button {
	padding: 2px 6px;
	margin: 0;
	cursor: pointer;
	* cursor: hand;
}

.dataTables_paginate .ui-button {
	margin-right: -0.1em !important;
}

.paging_full_numbers {
	width: 350px !important;
}

.dataTables_wrapper .ui-toolbar {
	padding: 5px;
}

.dataTables_paginate {
	width: auto;
}

.dataTables_info {
	padding-top: 3px;
}

table.display thead th {
	padding: 3px 0px 3px 10px;
	cursor: pointer;
	* cursor: hand;
}

div.dataTables_wrapper .ui-widget-header {
	font-weight: normal;
}


/*
 * Sort arrow icon positioning
 */
table.display thead th div.DataTables_sort_wrapper {
	position: relative;
	padding-right: 20px;
	padding-right: 20px;
}

table.display thead th div.DataTables_sort_wrapper span {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * Everything below this line is the same as demo_table.css. This file is
 * required for 'cleanliness' of the markup
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	min-height: 302px;
	_height: 302px;
	clear: both;
}

.dataTables_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 50%;
	float: left;
}

.dataTables_paginate {
	float: right;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('../images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../images/forward_enabled.jpg');
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	width: 100%;
	clear: both;
	border-collapse: collapse;
}

table.display tfoot th {
	padding: 3px 0px 3px 10px;
	font-weight: bold;
	font-weight: normal;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 3px 10px;
}

table.display td.center {
	text-align: center;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('../images/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: url('../images/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('../images/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('../images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('../images/sort_desc_disabled.png') no-repeat center right;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.odd.gradeA {
	background-color: #ddffdd;
}

table.display tr.even.gradeA {
	background-color: #eeffee;
}




table.display tr.odd.gradeA {
	background-color: #ddffdd;
}

table.display tr.even.gradeA {
	background-color: #eeffee;
}

table.display tr.odd.gradeC {
	background-color: #ddddff;
}

table.display tr.even.gradeC {
	background-color: #eeeeff;
}

table.display tr.odd.gradeX {
	background-color: #ffdddd;
}

table.display tr.even.gradeX {
	background-color: #ffeeee;
}

table.display tr.odd.gradeU {
	background-color: #ddd;
}

table.display tr.even.gradeU {
	background-color: #eee;
}


tr.odd {
	background-color: #E2E4FF;
}

tr.even {
	background-color: white;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
	clear: both;
}

.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers span.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
	background-color: #99B3FF;
}

table.display tr.even.row_selected td {
	background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
	background-color: #9FAFD1;
}


/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
	background-color: #D3D6FF;
}

tr.odd td.sorting_2 {
	background-color: #DADCFF;
}

tr.odd td.sorting_3 {
	background-color: #E0E2FF;
}

tr.even td.sorting_1 {
	background-color: #EAEBFF;
}

tr.even td.sorting_2 {
	background-color: #F2F3FF;
}

tr.even td.sorting_3 {
	background-color: #F9F9FF;
}


/* For the Conditional-CSS grading rows */
/*
 	Colour calculations (based off the main row colours)
  Level 1:
		dd > c4
		ee > d5
	Level 2:
	  dd > d1
	  ee > e2
 */
tr.odd.gradeA td.sorting_1 {
	background-color: #c4ffc4;
}

tr.odd.gradeA td.sorting_2 {
	background-color: #d1ffd1;
}

tr.odd.gradeA td.sorting_3 {
	background-color: #d1ffd1;
}

tr.even.gradeA td.sorting_1 {
	background-color: #d5ffd5;
}

tr.even.gradeA td.sorting_2 {
	background-color: #e2ffe2;
}

tr.even.gradeA td.sorting_3 {
	background-color: #e2ffe2;
}

tr.odd.gradeC td.sorting_1 {
	background-color: #c4c4ff;
}

tr.odd.gradeC td.sorting_2 {
	background-color: #d1d1ff;
}

tr.odd.gradeC td.sorting_3 {
	background-color: #d1d1ff;
}

tr.even.gradeC td.sorting_1 {
	background-color: #d5d5ff;
}

tr.even.gradeC td.sorting_2 {
	background-color: #e2e2ff;
}

tr.even.gradeC td.sorting_3 {
	background-color: #e2e2ff;
}

tr.odd.gradeX td.sorting_1 {
	background-color: #ffc4c4;
}

tr.odd.gradeX td.sorting_2 {
	background-color: #ffd1d1;
}

tr.odd.gradeX td.sorting_3 {
	background-color: #ffd1d1;
}

tr.even.gradeX td.sorting_1 {
	background-color: #ffd5d5;
}

tr.even.gradeX td.sorting_2 {
	background-color: #ffe2e2;
}

tr.even.gradeX td.sorting_3 {
	background-color: #ffe2e2;
}

tr.odd.gradeU td.sorting_1 {
	background-color: #c4c4c4;
}

tr.odd.gradeU td.sorting_2 {
	background-color: #d1d1d1;
}

tr.odd.gradeU td.sorting_3 {
	background-color: #d1d1d1;
}

tr.even.gradeU td.sorting_1 {
	background-color: #d5d5d5;
}

tr.even.gradeU td.sorting_2 {
	background-color: #e2e2e2;
}

tr.even.gradeU td.sorting_3 {
	background-color: #e2e2e2;
}


/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
	background-color: #ECFFB3;
}

.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
	background-color: #E6FF99;
}

.dataTables_wrapper th { text-align: left; }

.filemanager-outer { border:solid 1px #999; }
.tree-outer { border-right:solid 1px #999; }
.tree-outer {  }
.folder-items-outer { }
.tree-view { margin:10px; }
.folder-items th { text-align:left; padding:6px 10px; background-color:#efefef; }
.folder-items td { /*text-align:left;*/ padding-top:6px; background-color:#fff; }
.folder-list-item { text-align:right; padding-right:6px; }
th.folder-list-btnheader { text-align:right; padding-right:6px; }

.Flajaxian_FileBoxHeader { width: 220px !important; }

.content-edit-link { float:right; width:100px; text-align:right; }

/*
shortcuts by I.Baranov
*/
.clear{clear:both}

.oh{overflow:hidden;}
.w100{width:100%}
.w50{width:50%}

.ttup{ text-transform:uppercase; }
.ttlo{ text-transform:lowercase; }

.fl{float:left;}
.fr{float:right;}

.fs20{font-size:20px !important;}
.fs18{font-size:18px !important;}
.fs17{font-size:17px !important;}
.fs15{font-size:15px !important;}
.fs14{font-size:14px !important;}
.fs13{font-size:13px !important;}
.fs12{font-size:12px !important;}
.fs10{font-size:10px !important;}
.fs0{font-size:0px !important;}

.pt82{padding-top:82px !important;}
.pt31{padding-top:31px !important;}
.pt20{padding-top:20px !important;}
.pt11{padding-top:11px !important;}
.pt10{padding-top:10px !important;}
.pt5{padding-top:5px !important;}
.pr10 {padding-right: 10px !important;}
.pr5 {padding-right: 5px !important;}
.pb5 {padding-bottom: 5px !important;}
.pl10{padding-left: 10px !important;}
.p0{padding:0px !important;}

.mr40{margin-right:40px !important;}
.mr20{margin-right:20px !important;}
.mr3{margin-right:3px !important;}

.ml200{margin-left:200px !important;}
.ml100{margin-left:100px !important;}
.ml40{margin-left:40px !important;}
.ml23{margin-left:23px !important;}
.ml20{margin-left:20px !important;}
.ml15{margin-left:15px !important;}
.ml13{margin-left:13px !important;}
.ml10{margin-left:10px !important;}
.ml5{margin-left:5px !important;}
.ml2{margin-left:2px !important;}
.ml0{margin-left:0px !important;}

.mb10{margin-bottom:10px !important;}

.mt45{margin-top:45px !important;}
.mt30{margin-top:30px !important;}
.mt25{margin-top:25px !important;}
.mt20{margin-top:20px !important;}
.mt15{margin-top:15px !important;}
.mt10{margin-top:10px !important;}
.mt12{margin-top:5px !important;}
.mt5{margin-top:5px !important;}
.mt3{margin-top:3px !important;}
.m0{margin:0px !important;}
.mauto {
margin-left: auto;
margin-right: auto;
}

.w630{width:630px;}

.inline-block{display:inline-block;}

.pngFix{behavior: url("css/iepngfix.htc")}

.button{
	font-weight:bold;
	text-align:center;
	font-size:14px;
	color:#ffffff;
}

.red {color: #d91d25}
.gray {color: #999;}
.blue {color: #20adcb;}
.green {color: #68b900;}
.pr {position: relative;}
/*
End Shortcuts
*/

#MainContent_folder_PhotoAlbum #colLeft img {
padding: 5px;
background: white;
border: 1px solid #BBB;
border-color: #BBB !important;
margin: 10px 20px 10px 0;
width: 190px;
}

.inp_middle {
	vertical-align: middle;
}

/*default page*/
ul {
	list-style: disc;
	padding-left: 20px;
}
ol {
	padding-left: 20px;
}

.changePassword {
	font-size: 16px!important;
	font-weight: bold;
}

.files-manager-table td,
.files-manager-table th
{
	padding: 5px 2px;
}