/**********************
Layout Style
**********************/


/**********************
Body Style
**********************/
body{
	background:#082C3C url(images/body_bg.gif) repeat-x;
	padding:0;
	margin:0;
	border:0;
	font:12px/18px Arial, Helvetica, sans-serif;
}


/**********************
page Style
**********************/
#page{
	padding:0;
	margin:0;
}


/**********************
wrap Style
**********************/
#wrap{
	padding:0;
	width:797px;
	margin:0 auto;

}


/**********************
header Style
**********************/

#header{
	padding:40px 0 0px 0;
	margin:0px 0 0 0;
	float:left;
	width:100%;
	background:url(images/header_bg1.gif) no-repeat left top;
}
img, div, a, input { behavior: url(iepngfix.htc) }
#header #logoWrap{
	float:left;
	margin:0 0 40px 0;
}
#header #logoWrap img{
	float:left;
	background-color:Transparent;
	width:70px;
	height:70px;
}
#header #logoWrap span {
	color:#fcf7f4;
	padding:5px 0;
	margin:0;
	float:left;
	width:408px;
	height:50px;
	text-indent:-3000px;/**/
}
#header #logoWrap span a{
	color:#fcf7f4;
	text-decoration:none;
	font-size:26px;
	width:408px;
	height:50px;
	background:url(../images/namehdr.jpg) no-repeat top left;
	display:block;
}
.resource li
{
    line-height:20px;
    border-bottom:1px dotted #
    }
#header #logoWrap .tagline
{
    clear: both;
    display: block;
    font-size: 12px;
    float: left;
    padding: 0 0 0 5px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-style: italic;
    color: #97b0bb;
    position: relative;
    left: 90px;
    margin: 0 0 0 0;
}
#header #menuWrap{
	float:left;
	width:100%;
	margin:0px 0 0 0;
	background:url(images/nav_bg.gif) repeat-x
}
#header #menuWrap div{
	background:url(images/nav_bg_left.gif) no-repeat left 0;
	width:100%;
	float:left;
}
#header #menuWrap div div{
	background:url(images/nav_bg_right.gif) no-repeat right 0;
	float:right;
}
#header #menuWrap ul.AspNet-Menu{
	padding:0;
	margin:0 0 0 10px;
	
	padding:0px 0 0 0;
	z-index: 999;


}

.AspNet-Menu li{
   float: left;
   font-size: 14px;
   padding:0;
   list-style:none;
   margin:8px 0px 0 0;
   background:url(images/nav_divider.gif) no-repeat right 0; 
}

.AspNet-Menu li a{
   float: left;
   display: block;
   height: 22px;
   padding: 4px 16px 0 16px;
   color:#537f93;
   text-decoration: none;
}

.AspNet-Menu li.AspNet-Menu-Selected a{
   color: #27333A;
   background:#fff;
}
.AspNet-Menu li.AspNet-Menu-WithChildren .AspNet-Menu-ChildSelected
{background:#2e4651;
    }
.AspNet-Menu-Link  a.AspNet-Menu-ChildSelected sf-with-ul
{background:#fff;}
.AspNet-Menu li:hover,
.AspNet-Menu li.sfhover{
	color:#aed7eb;
	background:#2e4651;	
}


.AspNet-Menu li:hover a,
.AspNet-Menu li.sfhover a{
   color:#aed7eb;
}

.AspNet-Menu li.current:hover a,
.AspNet-Menu li.sfhover.current a{
   color: #537f93;
  
}
.AspNet-Menu li ul{
   clear: left;
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 161px;
   margin-top: 26px;
   margin-left: -1px;
   _margin-top: 0; /* IE6 Hack */
   border: 1px solid #2d3816;
   border-top: 0;
   border-bottom: 0;
   list-style: none;
   line-height: 1;
   padding:0;
   
}
*+html .AspNet-Menu li ul{
   margin-top: 0;
}

.AspNet-Menu li li{
   display: inline;
   _display: block;
   float: none;
   _float: left;
   margin: 0;
   font-size: .9167em;
   text-transform: none;
}

.AspNet-Menu li ul ul{
   margin: -31px 0 0 161px;
}

.AspNet-Menu li:hover ul ul,
#nav li.sfhover ul ul{
   left: -999em;

}



.AspNet-Menu li:hover ul,
.AspNet-Menu li li:hover ul,
.AspNet-Menu li.sfhover ul,
.AspNet-Menu li li.sfhover ul{
   left: auto;

}

.AspNet-Menu li li li{
   font-size: 1em;
}

.AspNet-Menu li:hover li a,
.AspNet-Menu li.sfhover li a{
   float: none;
   width: 133px;
   height: auto;
   padding: 9px 14px;
   border-top: 1px solid #395562;
   border-bottom: 1px solid #253a44;
   background: #2e4651;
   color: #537f93;
}

.AspNet-Menu li:hover li a:hover,
.AspNet-Menu li.sfhover li a:hover{
   background: #253a44;
   color:#aed7eb;
}




/*Breadcrumbs*/
.breadcrumbs{
	padding:10px 20px;
	margin:0 0 0px 0;
	background:url(images/breadcrumb_bg.gif) repeat-x;
	font-size:12px;
	float:left;
	width:750px;
}
.yourhere{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#4f4c42;
	font-style:italic;
}
.breadcrumbs ul{
	list-style:none;
	padding:0;
	margin:0;

}
.breadcrumbs ul li{
	display:inline;
	margin:0 0 0 0px;
	padding-left:15px;
	color:#68645d;
	font-weight:bold;
	float:left;
}
.breadcrumbs ul li a
{
    float: left;
    display: block;
    font-weight: normal;
    background: url(images/breadcrumb_arrow.gif) no-repeat right 55%;
    padding-right: 15px;
    text-decoration: none;
    color: #082C3C;
}
.breadcrumbs ul li a:hover{
	color:#000;
}

/**********************
    Form Styles
***********************/
form {
  padding: 0px 0;
  margin:0;
}
form p{
	padding:0;
	margin:0;
}
#form label {
  float: left;
  width: 100px;
  padding-right: 1px;
}
#form input,
#form textarea{
  padding: 6px;
  font: 400 12px arial, sans-serif;
  background: #f1f0ee;
  border:1px solid #e0e0e0;
   color: #353431;width:375px;
}

#form input:focus,
#form textarea:focus{  
  color: #353431;
  background:#ebeae7;
  border:1px solid #d3d3d3;
  
}
#form .highlight
{
    width: 375px;
    background-color: #DFDED9;
}
#form textarea, #form textarea.highlight
{
    height:150px;
    float:left;
    margin-bottom:30px;
    }
#form .name, #form .email, #form .subject{
	width:375px;
}
#form .message{
	width:370px;
	height:150px;
}
#form input.button {
  padding: 5px 20px;
  font: bold 1em arial, sans-serif;
  cursor: pointer;
  color: #efefef;
  background-color:#102b37;
  border-width: 1px;
  border-style: solid;
  border: #102b37 1px solid;
}
#form span.checkbox input
{
    border:0;
    background-color:#fff;
    width:20px;
    float:left;
    margin-left:100px;
    }
    #form span.checkbox label
{
    border:0;
    width:200px;
    float:left;
    }
#form fieldset
{

    border: 1px dotted #CCCCCC;
    margin-bottom:30px;
    padding:30px;
}
#form legend
{
    border: 1px dotted #CCCCCC;
    color: #CC0000;
    padding:1px 50px;
    font-weight: bold;
    background-color: #F4F4F4;
}
.nmore 
{ 
    width:61px;
    height:20px;
    background-image: url(images/features_bottom_bg.gif); 
    background-repeat:repeat-x; 
    background-position:bottom right;
    background-color:#edf8db;
    border:solid #edf8db 1px;
    float:right;
    font-size:9px;
    margin:0 5px 10px 0;
    text-decoration:none;
    text-align:center;
    color:#922422;
    
     }
     .nmore:hover
     {background-repeat:no-repeat; background-position:0;
      background-image: url('images/but_bg_over.gif');
    background-color:#edf8db;
    border:solid #edf8db 1px;
    color:#8DAC02;
         }


/**********************
mainContent Style
**********************/
#mainContent{
	/*background:#ffffff;*/
	float:left;
	width:797px;
	margin:0;
	background:url(images/contentInside_bg.gif) repeat-y;

}
#mainContent .features{
	float:left;
	width:100%;
	padding:0 0 0px 0;
	margin:0 0 0 0;
	border-top:2px solid #7ba9d2;
	background:#c8e0f5 url(images/features_bottom_bg.gif) repeat-x bottom;
}
#mainContent .features .text{
	padding:20px 20px 0 20px;
	margin:0;
}
#mainContent .features .text p{
	padding:0 0 20px 0;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	line-height:26px;
	color:#8d8672;
	font-weight:normal;
}


/**********************
features Style
**********************/
.features a, .content a{
	color:#fff;
	text-decoration:underline;
}
.features a:hover, .content a:hover{
	color:#150702;
	text-decoration:underline;
}
.features .thumbs{
	background:url(images/features_img_bg.gif) no-repeat left top;
	width:81px;
	height:68px;
	float:left;
	position:relative;
	padding:0;
	margin:0 5px 0 -4px!important;
	margin:0 3px 0 -2px;
}
.features .thumbs img{
	padding:4px 0 0 12px;
	margin:0;
}
.features .fBox ul{
	padding:0 0 20px 20px;
	margin:0;
}
.features .fBox ol{
	padding:0 0 20px 25px!important;
	padding:0 0 20px 28px;
	margin:0;
}
.features .fBox ol ol, .features .fBox ul ul{
	margin:0;
	padding-bottom:0;
}
.features .fBox ul li{
	list-style:outside;
	color:#666150;
}
.features .fBox ol li, .features .fBox ul li{
	line-height:20px;
}
.features .fBox{
	float:left;
	width:239px;
	padding:0 3px 0 18px;
	background:url(images/fbox_bg.gif) no-repeat right top;
}
.features .fBox h2{
	font-size:12px;
	background:url(images/fbox_title_bg.gif) no-repeat;
	padding:6px 5px 15px 10px;
	margin:7px 0 0 0;
	color:#092f40;
}
.features .lastFBox{
	float:left;
	width:239px;
	padding:0 3px 0 18px;
	background:url(images/fbox_bg.gif) no-repeat right top;
}
.features .lastFBox p, .features .fBox p{
	padding:0 15px 15px 5px;
	margin:0;
	color:#293c0b;
}
.features .lastFBox h2{
	font-size:12px;
	background:url(images/fbox_title_bg.gif) no-repeat;
	padding:6px 5px 15px 10px;
	margin:7px 0 0 0;
	color:#092f40;
}
.features .readmore{
	text-indent:-3000px;
	height:22px;
	width:81px;
}
.features .readmore a{
	float:left;
	background:url(images/readmore.gif) no-repeat;
	height:22px;
	width:81px;
}
.features .readmore a:hover{
	background-position:0 100%;
}



/************************
contentInside style
************************/
#contentInside{
	width:777px;
	padding:0px 20px 20px 0px;
	margin:0;
	float:left;
	/*background:url(images/contentInside_bg.gif) repeat-y;*/
}

#contentInside .content h2{
	color:#092f40;
	background:url(images/h2_bg.gif) no-repeat bottom left;
	padding:0 0 15px 0;
	margin:0 0 5px 0;
	font-size:22px;
}

#contentInside p{
	color:#474642;
	padding:0 0 20px 0;
	margin:0;
	line-height:20px;
}
#contentInside h3, 
#contentInside h4, 
#contentInside h5, 
#contentInside h6{
	color:#000;
	padding:5px 0 20px 0;
	margin:0;
	font-weight:normal;
}
#contentInside h3{font-size:18px;}
#contentInside h4{font-size:16px;}
#contentInside h5{font-size:14px;}
#contentInside h6{font-size:12px;}

#contentInside a{
	color:#082C3C;
	text-decoration:none;
}
#contentInside a:hover{
	color:#000;
	text-decoration:underline;
}

#contentInside .content ul, #contentInside .content ol{
	padding:0 0 20px 20px;
	margin:0;
	color:#082C3C;
	font-size:13px;
}
#contentInside ul li{
	list-style-type:square;
}

#contentInside .content ul ul{
	padding:10px 0 10px 15px;
}

#contentInside ol ol{
	padding:10px 0 10px 15px;
}

#sidebar #acc blockquote{
	padding:0px 0 10px 0;
	margin:0;

}
#contentInside blockquote{
	background:url(images/left_quote.gif) no-repeat left 0;
	padding:0px 0 10px 0;
	margin:0;

}
#contentInside blockquote p{
	text-indent:16px;
	font-size:13px;
	color:#8d8672;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
#contentInside blockquote p span.last{
	background:url(images/right_quote.gif) no-repeat right;
	padding-right:20px;
}
.content{
	float:left;
	width:508px;
	margin-left:20px;
}
.contentTop{
	float:left;
	width:540px;
	margin:1px;
	
}
#sidebar{
	float:right;
	width:225px;
	padding-top:5px;
}
#sidebar ul#news{
	padding:0;
	margin:0;
	list-style:none;
}
#sidebar ul#news .date{
	font-style:italic;
	padding:0 0 10px 0;
	float:left;
	width:100%;
}
#sidebar ul#news li{
	list-style:none;
}
#sidebar ul#news li h3{
	font-size:14px;
	padding:0;
	margin:0;
}
#sidebar ul#news li h3 a{
	color:#082C3C;
	font-weight:bold;
}
#sidebar h2{
	font-size:16px;
	border-bottom:3px #dddbd0 solid;
}
#news{
	padding:0;
	margin:0;
}
#contentInside .content #news .date{
	padding:0 0 10px 0;
	float:left;
	width:100%;
	position:relative;
	color:#888373;
}
#contentInside .content #news .date .by{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#878787;
	font-style:italic;
}
#contentInside .content #news .date .author{
	color:#3a220c;
	font-style:normal;
	font-weight:bold;
}
#contentInside .content #news h3{
	padding:0;
	margin:0;
}



/**********************
Two Column Content
**********************/
.twoColumn{
	clear:both;
	float:left;
	padding:0 0 20px 0;
}
.twoColumn .col1{
	float:left;
	width:247px;
	padding:0;
	margin:0 12px 0 0;
	background:url(images/col_right_bg.gif) no-repeat right top;
}
.twoColumn .col1 .inside, .twoColumn .col2 .inside{
	padding-right:10px;
	float:left;
}
.twoColumn .col2{
	float:right;
	width:247px;
	background:url(images/col_right_bg.gif) no-repeat right top;
}

/**********************
footer Style
**********************/
#footer{
	float:left;
	background:url(../images/footer_bg.gif) repeat-x;
	padding-bottom:50px;
	margin-top:0px;
}
#footer #fLeft{
	background:url(../images/footer_bg_left.gif) no-repeat left top;
	float:left;
}
#footer #fLeft #fRight{
	background:url(../images/footer_bg_right.gif) no-repeat right top;
	float:right;
}

#footer #fLeft #fRight #inside{
	float:left;
	padding:0 20px;
	width:757px;
	
}
#footer #fLeft #fRight #inside p{
	padding:0;
	margin:0;
	color:#617e8b;
}
#footer a{
	text-decoration:none;
	color:#6fabc8;
}
#footer a:hover{
	text-decoration:underline;
	color:#fff;
}
#footer .top{
	width:32px;
	height:15px;
	float:right;
	text-indent:-3000px;
	position:relative;
	margin:-33px 0 0 0;
}
#footer .top a{
	width:32px;
	height:15px;
	float:right;
	display:block;
	background:url(images/top.gif) no-repeat;
}



/************************
global classes
*************************/
.block{
	display:block;
}
.clear{
	clear:both;
}
.alignLeft{
	text-align:left;
}
.alignRight{
	text-align:right;
}
.alignJustify{
	text-align:justify;
}
.alignCenter{
	text-align:center;
}

.floatRight{
	float:right
}
.floatLeft{
	float:left;
}

abbr, acronym{
	font-style:italic;
	cursor:help;
	color:#ada397;
}

.imageLeft{
	background:#fff;
	border:1px solid #ebe8e2;
	padding:10px 10px;
	margin:0 15px 10px 0;
}
.imageRight{
	background:#fff;
	padding:10px 10px;
	margin:0 0 10px 15px;
	border:1px solid #ddddda;
}
.hide{
	display:none;
}
img{
	border:0;
}
.padd{
	padding:20px 0 0 0;
	width:100%;
}


/*Table*/
table {  
  margin: 0 0px 20px 12px;
  padding: 0;
  display: block;
  font-size: 12px;
  border-collapse: collapse;
  width:100%;
}
table caption {
  margin: 0 12px;
  padding: 20px 0 5px 0;
  font: 12px arial, sans-serif;
  text-align: left;  
}

table th,table td {
  text-align: left;
  vertical-align: top;
  padding: 6px 10px;
}


thead th {
  color: #FFF;
  background-color: #6d6453;
  border-bottom: 1px solid #585043;
}

tbody tr.highlighted {
  background-color: #3c3028;
}

tbody td {
  /*border-bottom: 1px solid #42352c;*/
  color:#082C3C;
}

tbody tr:hover td {
  /*background: #47382f; 
  border-bottom: 1px solid #6b503d;*/
}
.widthA{
	width:20%;
}
.widthB{
	width:40%;
}





/*form - Form Style*/
form {
  padding: 0px 0;
  margin:0;
}
form p{
	padding:0;
	margin:0;
}
label {
  float: left;
  width: 100px;
  padding-right: 1px;
}
input,
textarea{
  padding: 6px;
  font: 400 12px arial, sans-serif;
  background: #f1f0ee;
  border:1px solid #e0e0e0;
   color: #353431;
}
input:focus,
textarea:focus{  
  color: #353431;
  background:#ebeae7;
  border:1px solid #d3d3d3;
}
#name, #email, #subject{
	width:300px;
}
#message{
	width:370px;
	height:150px;
}
input.button {
  padding: 5px 20px;
  font: bold 1em arial, sans-serif;
  cursor: pointer;
  color: #efefef;
  background-color:#082C3C;
  border-width: 1px;
  border-style: solid;
  border: #082C3C 1px solid;
}


/*errorMsg - Error Message Block style*/
#contentInside .content .errorMsg{
	float:left;
	padding:20px 20px 0px 20px;
	background:#f0c4c8;
	margin:0 0 20px 0;
	border-top:1px solid #ad5341;
	border-bottom:1px solid #ad5341;
	width:93%;
}
#contentInside .content .errorMsg h3{
	color:#8c101c;
	margin:0;
	padding:0;
}
#contentInside .content .errorMsg ul{
	margin:0;
	padding:0 0 20px 0;
}
#contentInside .content .errorMsg ul li{
	display:block;
	list-style:none;
	padding:0;
	margin:0;
	color:#8c101c;
}
#contentInside .content .errorMsg p{
	color:#8c101c;
}

/*highlight style*/
.highlight{
	color:#d74613;
}


/*infoMsg - Info Message Block style*/
#contentInside .content .infoMsg{
	float:left;
	padding:20px 20px 0px 20px;
	background:#83b406;
	margin:0 0 20px 0;
	border-top:1px solid #2d993c;
	border-bottom:1px solid #2d993c;
	width:93%;
	color:#fff;
}
#contentInside .content .infoMsg h3{
	color:#cfdab4;
	margin:0;
	padding:0;
}



/***************************
	twiiter style
***************************/
#sidebar #twitter_div #twitter_update_list{
	padding:0;
	margin:0;
}
#sidebar #twitter_div p{
	padding:0;
	margin:0;
}
#sidebar #twitter_div #twitter_update_list li{
	list-style:none;
}


/*--------------------------------Accordions-----------------------------------------*/
#basic  {
	
	padding-bottom:0px;border:1px solid #EBE7D8;/**/
	font:12px/17px Arial, Helvetica,sans-serif; 
}
#basic div {
	padding:4px;background:#FAF8EF;/*border:1px solid #968D72;*/
}
#basic div.last {
	padding:4px;background:#E3DEC9;/*border-bottom:1px solid #968D72;*/
}
#basic div div {
	margin-bottom : 1px;
	border: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	
	
}
#basic .panel{border-bottom:1px solid #EBE7D8;/*background:transparent url(images/event_bg.gif) repeat-y  top 0;*/
              background:transparent url(images/body_bg.gif) repeat-x  0 -200px; color:#af9696;
              }
#basic .panel a{font-weight:bold; color:#B41100;}
#basic div.title
{
    
	cursor:pointer;
	display:block;
	padding:1px 5px 0 10px ;
	margin-top: 0;
	text-decoration: none;
	/*border-top: 1px solid #DCE3E7;*/
	border-bottom: 0px solid #E5E1C6;
	background:#FAF8EF url(images/acc_icon.gif) no-repeat 0 -30px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;	*/
	color:#121212; height:25px;
	border-width:0 0 1px 0; 
	/*background:#FAF8EF url( 'images/right_arrow.png' ) no-repeat 245px 8px;*/
}
#basic div.title h2
{
    font:bold 12px/25px Arial, Helvetica, sans-serif;
	color:#1F1F1F;
	
	}
	#basic div.title h2.fpage
	{
	    margin:8px 0;
        padding:0 5px;
        font:bold .9em Georgia, serif;
        color:#111;
        text-transform:uppercase;
        letter-spacing:1px;
    }
#basic div.title.hover{
	/*background:#FFF url("images/body_bg.gif")repeat-x 0 center;*/
	color:#fff;
	background-color:#F3F6F7;
}
#basic div.title.selected{
	color: #000000;
	background:transparent url(images/body_bg.gif) repeat-y  -200px 0;
	color : #FFF;/*#454545*/
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color:#F3F6F7;
}
#basic div.title .hdr{display:block;}
#basic div.title h3{margin:0; padding:0; line-height:1em;font-size:.9em}
#basic .selected {
	border-bottom: 1px solid #e5e5e5;
	background:transparent url(images/body_bg.gif) repeat-y  0 -300px;
	color:#121212;

}
#basic div.title.active
{
    color: #FFF;
    background: #FFFBE3 url( 'images/down_arrow.png' ) no-repeat 245px 8px;
}


/*#basic  a.start{background:none;}*/
#basic div  a.start{background:none; color:#CC3300; border:none;}
#basic div a.start:hover{background:none; color:#CC3300;border:none;}
#basic div .more{color:#CC3300;border:none;background-attachment:scroll;background-image: url(roachimg/more_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color:#fff;
	padding:10px; width:80px;
	margin-left:3px;
	display:block;
}
#basic div .more:hover
{
    color:#16292B;border:none;background-attachment: scroll;
background-image: url(roachimg/more_bg_h.gif);background-repeat: no-repeat;	background-position: left center;
	background-color:#fff;
	padding:10px;
	}
#basic div .active{background: #003E67;
}

/***************************
	nyWireBox style
***************************/ 
#mainContent .necBoxHeader
{height:4px;overflow:hidden;background:#ffffff url(images/cor_tr.gif) top right no-repeat;}
#mainContent .necBoxHeader div
{width:4px;height:4px;overflow:hidden;background:#ffffff url(images/cor_tl.gif) top left no-repeat;}
#mainContent .necBoxContent
{background:#fff;}
#mainContent .necBoxFooter
{
    height: 9px;
    width:100%;
    overflow: hidden;
    background: transparent url(images/w_br.gif) bottom right no-repeat;
}
#mainContent .necBoxFooter div
{
	height:9px;
	width:9px;
	overflow:hidden;
	background-color: #fff;
	background-image: url(images/w_bl.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}


/*TABLE STRIPING*/
.zebra table
{
	margin-top: 20px;
	border-collapse: collapse;
	font-size: 11px;
	color: #555;
	text-align: left;
	border-left: 1px solid #F1F1F1;
}

.zebra table td
{
	padding: 4px 4px;
	border-bottom: 1px solid #F1F1F1;
	border-right: 1px solid #F1F1F1;
	border-left: 1px solid #F1F1F1;
} 

.zebra table tr.alt td
{
    color: #c76400;
    background: #EBEBEB;
}

.zebra table th
{
    padding: 10px 20px;
    color: #fff;
    border: 1px solid #444;
    font-weight: normal;
    background-color: #152D45;/**/
}
.strip{background: none;}

	
.stripe table {
	border-collapse: collapse;
	width: 100%;
	padding:3px;

}

.stripe th
{
    
    color: #121212;
    font-weight: bold;
    padding: 2px 3px;
    text-align: left;
    /*border-bottom: 1px solid #fff;*/
    line-height: 1.2;
    border-right-style: none;
	padding: 7px 0;
}

.stripe td {
	padding: 1px 1px;
	vertical-align: top;
	border:0 solid #EEEEEE;
	border-width:1px 0px 0px 0px;
	padding:7px 0;
}
.stripe td img {}

.stripe td * {
	padding: 4px 1px;
}

.stripe tr.alt td
{
    background-position: #EBEBEB;
    
    background: #E5E5E5;
    color: #999;
}

.stripe tr.over td
{
    background-position: #FFFFEC;
    background: #FFFFEC;
    color: #FFFFFF;
}

.stripe li.alt td
{
    background-position: #EBEBEB;
    
    background: #E5E5E5;
    color: #999;
}

.stripe tr.over td
{
    background-position: #FFFFEC;
    background: #FFFFEC;
    color: #FFFFFF;
}
#sidebar ul.zebra
{
	border:1px solid #EBEBEB;
	border-width:1px 1px 0 1px;
	}


#sidebar ul.zebra li 
{ 
	list-style-type: none;
	border-bottom:1px solid #EBEBEB;
	display:block;
	padding:3px 2px;
	 }
#sidebar ul.zebra li.stripe-even
{
	background-color: #ECF5FF;
	height: 20px;
	list-style-type: none;
}
#sidebar ul.zebra li.stripe-odd
{
	background-color: #FFF;
	height: 20px;
	
	list-style-type: none;
}
#sidebar ul.zebra li:hover{
background-color: #FAFAF8;
text-decoration:none;
}
#sidebar ul.zebra li.head
{
	color:#FFF;
	background-color:#333;
	height:28px;
	text-align:center;
	}
	#sidebar ul.zebra li.head h3
{
	color:#FFF;	}
