BODY {
	BACKGROUND:  #ffffff; PADDING-LEFT: 0px; PADDING-RIGHT: 0px;  MARGIN: 0px auto; FONT-FAMILY: Arial; FONT-SIZE: 10pt;
}

.all-four-rounded-corners {
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
}

a.linkcolnormal
{
color:#00c !important;
text-decoration: underline;
cursor:pointer;
}

a.linkcol
{
color:#00c !important;
}

a.linkcola
{
color:#00c !important;
}

a.linkcolb
{
color:#6666E0 !important;
}

a.linkcolc
{
color:#BFBFF2 !important;
}

a.linkcold
{
color:#00c !important;
}

a.linkcole
{
color:#00c !important;
}

a.linkcola:hover, a.linkcolb:hover, a.linkcolc:hover
{
color:#00c !important;
}

            .panel
            {
                height: 53px; /* Height(240) - Margin(14) - Margin(14) */
            }
            .entry-title
            {
                vertical-align: top; /* Keeps title near top of Web Slice */
            }
            .hslice
            {
	width: auto;
                min-width: 138px;
            }


ul
{
margin-left: 20px;

padding:0 0 0 0;
}

li.normal
{
list-style-position: outside;
list-style-image: url(/images/arrb.gif);
list-style-type: square;
padding:0 0 0 1px;
}

li.plusli
{
list-style-position: outside;
list-style-image: url(/images/plusb.gif);
list-style-type: square;
padding:0 0 0 1px;
}

.smtext {
	FONT-FAMILY: Arial; FONT-SIZE: 8pt;
}

.linkbut {
	FONT-FAMILY: Arial; FONT-SIZE: 9pt;
	border: 1px solid;
	border-color:#808080;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:7px;
	padding-right:7px;
	background:#FFFFFF;
	height:24px;
	width:1px;
	text-decoration: none;
	color:#444444;
	cursor: pointer;
}

.logopic {
	font-size: 0px;
	padding-top:12px;
	padding-bottom:10px;
	padding-left:12px;
	padding-right:12px;
	background:white;
	text-align:center;
	text-decoration: none;
	color:#666666;
	margin:0px;
}

td {
	FONT-FAMILY: Arial;
	FONT-SIZE: 10pt;
	color: black;
}

A {
	
	font-family: arial;
	COLOR: #0000CC;        
}

A:visited {
	COLOR: #5A228F;        
}

.tabberlive .tabbertabhide {
 display:none;
}

.tabber {
}

.tabberlive {
 margin-top:1em;
}

ul.tabbernav
{
 background:#EFEDF8;
 margin:0px;
 padding: 6px 3px;
 border-bottom: 1px solid #778;
 font: 10pt Arial;
}

.clanum a
{
 color:#00c !important;
 font-weight:regular;
 text-decoration: none;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 color:#00c;
 text-decoration: underline;
 padding: 4px 0.5em;
 margin-left: 2px;
 margin-bottom: -2px;
 border: 0px solid #778;
 border-bottom: none;
}

ul.tabbernav li a:hover
{
}

ul.tabbernav li.tabberactive a
{
 font-weight:bold;
 color: #000000;
 text-decoration: none;
 background-color: #fff;
 padding: 6px 0.5em;
 margin-left: 6px;
 border: 1px solid #778;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 background: white;
 border-bottom: 1px solid white;
}


.tabberlive .tabbertab {
 padding-top:5px;
 border:0px solid #aaa;
 border-top:0;

}

.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {overflow:auto;
}

.textnormal {
 color: #000000 !important;
 text-decoration: none;
}

#mainContainer{
	width:660px;
	margin:0 auto;
	text-align:left;
	height:100%;
	background-color:#FFF;
	border-left:3px double #000;
	border-right:3px double #000;
}
#formContent{
	padding:5px;
}


/* Big box with list of options */
#ajax_listOfOptions{
	text-align:left;
	z-index:100;
	position:absolute;	/* Never change this one */
	width:335px;	/* Width of box */
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:0px;		
	padding:1px;
	cursor:default;
	overflow:auto;	/* Scrolling features */
	background-color:white;	/* White background color */
	border-left: 1px solid #777777;
	border-right: 1px solid #777777;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	padding:2px;
	
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	padding:2px;
	background-color:#3366CC;
	color:white;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}

/* Big box with list of options */
#ajax_listOfOptionsSecond{
	text-align:left;
	z-index:100;
	position:absolute;	/* Never change this one */
	width:285px;	/* Width of box */
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
}
#ajax_listOfOptionsSecond div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:0px;		
	padding:1px;
	cursor:default;
	overflow:auto;	/* Scrolling features */
	background-color:white;	/* White background color */
	border-left: 1px solid #777777;
	border-right: 1px solid #777777;
}
#ajax_listOfOptionsSecond .optionDiv{	/* Div for each item in list */
	padding:2px;
	
}
#ajax_listOfOptionsSecond .optionDivSelected{ /* Selected item in the list */
	padding:2px;
	background-color:#3366CC;
	color:white;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}
	
form{
	display:inline;
}

/* Weather.com Style */
#cc {
	padding: 3px;
}
#cc h1 {
	margin: 0px;
	font: arial;
	font-size: 10pt;
	border-bottom: 0;
}
#forecast {
	padding: 3px;
	text-align: center;
}
#detailed td {
	padding: 3px;
}
#detailed th {
	font-weight: bold;
	padding: 3px;
	background: #CCCCCC;
}









div.autosuggest
{
	position: absolute;
	background-position: top;
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	background-color: white;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 0px;
	padding: 0 0px;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	width: 0px;
	background-color:white;
	border-bottom:1px solid black;
}
div.autosuggest div.as_footer div.as_corner
{
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: -2px;
	overflow: hidden;
	background-color: #093f64;
}


div.autosuggest ul
{
	color: white;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
	background-color: white;
	border-bottom:1px solid black;
}

div.autosuggest ul li
{
	color: white;
	padding: 0px;
	margin: 0 0px 0px;
	text-align: left;
	border-right:1px solid black;
	border-left:1px solid black;
}

div.autosuggest ul li a
{
	font-weight: bold;
	color: black;
	display: block;
	text-decoration: none;
	background-color: transparent;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	color:white;
	background-color: #3366cc;
}
div.autosuggest ul li.as_highlight a:hover
{
	color:white;
	background-color: #3366cc;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 2px 4px;

}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: black;
}

div.autosuggest ul li.as_highlight a span small
{
	color: white;
}

div.autosuggest ul li.as_highlight a em
{
	color: white;
	background-color: #3366cc;
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	color:white;
	background-color: #3366cc;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-color: white;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
	border-left:1px solid black;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url(/images/actable/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url(/images/actable/hl_corner_tr.gif);
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: black;
	font-weight: normal;
}


.h{color:#36c;font-size:20px}
.q{color:#00c}.ts td{padding:0}
.ts{border-collapse:collapse}
#pdbbar{height:20px;padding-top:4px;padding-left:9px}
.pdbbh,.pdbbd{border-top:1px solid #EBCFBE;font-size:1px}
.pdbbh{position:absolute;top:24px;width:100%}
#pdbbi,#gbs{background:#fff;left:0;position:absolute;top:24px;visibility:hidden;z-index:1000}
#pdbbi{border:1px solid;border-color:#EBCFBE #CF5A5A #CF5A5A #EBCFBE;z-index:1001}
@media all{.pdbb1,.pdbb3{height:20px;margin-right:.65em;vertical-align:top}
#pdbbar{float:left}}
.pdbb2{display:block;padding:.2em .5em}
a.pdbb1,a.pdbb2,a.pdbb3{color:#00c !important}
.pdbb2,.pdbb3{text-decoration:none}
a.pdbb2:hover{background:#36c;color:#fff !important}

.cpYearNavigation,.cpMonthNavigation{background-color:#D5D6F7;text-align:center;vertical-align:center;text-decoration:none;color:#000000;font-weight:bold;}
.cpDayColumnHeader, .cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpCurrentMonthDateDisabled,.cpOtherMonthDate,.cpOtherMonthDateDisabled,.cpCurrentDate,.cpCurrentDateDisabled,.cpTodayText,.cpTodayTextDisabled,.cpText{font-family:arial;font-size:8pt;}
TD.cpDayColumnHeader{text-align:right;border:1px solid #C0C0C0;border-width:0px 0px 1px 0px;}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate{padding:2px;text-align:right;text-decoration:none;}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled{color:#D0D0D0;text-align:right;text-decoration:line-through;}
.cpCurrentMonthDate, .cpCurrentDate{color:#000000;}
.cpOtherMonthDate{color:#A3A4ED;}
TD.cpCurrentDate{color:white;background-color: #D5D6F7;border:0px solid;}
TD.cpCurrentDateDisabled{}
TD.cpTodayText, TD.cpTodayTextDisabled{border:1px solid #C0C0C0;border-width:1px 0px 0px 0px;}
A.cpTodayText, SPAN.cpTodayTextDisabled{height:16px;}
A.cpTodayText{color:black;}
.cpTodayTextDisabled{color:#D0D0D0;}
.cpBorder{border:1px solid #808080;}