
/* positions highlights box relative to other content on page */
#secondcolumnWrapper #highlight{
padding:20px 12px 4px 12px;float:right;width:250px;position:relative;
}

/* defines highlights box border and background color */
#secondcolumnWrapper #highlightContainer{
border:1px solid #ccc;background-color:#ebf7ff;vertical-align:top;
}

/* defines highlights content spacing and typography */
#secondcolumnWrapper #highlightContents{
padding:4px 4px 4px 0; font-size:0.9em; font-family:Verdana, Arial, Helvetica, sans-serif;line-height:130%;
}

#secondcolumnWrapper #highlight ul{
padding-left:1em;margin-left:1em;margin-top:8px;margin-bottom:8px;list-style-type:disc;
}

#secondcolumnWrapper #highlight a{
font-weight:bold;}

#secondcolumnWrapper #highlight a:link{
color:#333366;}

#secondcolumnWrapper #highlight a:visited{
color:#333366;}

#secondcolumnWrapper #highlight a:hover{
color:#666699;
text-decoration:none;
background:none;
}

/*highlight box floated right on page*/

/* positions highlights box relative to other content on page */
#secondcolumnWrapper .highlightRight{
/*padding:20px 12px 4px 12px;float:right;width:250px;position:relative;*/
margin:1em 0 0.5em 1em; float: right; width: 250px; position: relative;
}

/* defines highlights box border and background color */
#secondcolumnWrapper .highlightContainerRight{
/*border:1px solid #ccc;background-color:#ebf7ff;vertical-align:top;*/
border: 1px solid #ccc; background-color: rgb(252,252,252); vertical-align: top;
}

/* defines highlights content spacing and typography */
#secondcolumnWrapper .highlightContentsRight{
/*padding:4px 4px 4px 4px; font-size:0.9em; font-family:Verdana, Arial, Helvetica, sans-serif;line-height:130%;*/
padding: 4px 2px 4px 4px; font-size: 1em; font-family: Verdana,Arial,Helvetica,sans-serif; line-height: 130%;
}

#secondcolumnWrapper .highlightRight p{
margin-left:0.5em;
}

#secondcolumnWrapper .highlightRight ul{
padding-left:1em;margin-left:1em;margin-top:8px;margin-bottom:8px;list-style-type:disc;
}


#secondcolumnWrapper #linksDiv .indentDiv{
	margin-left:2em;
}

#secondcolumnWrapper .indentDiv a{
padding-left:2em;	
}

#secondcolumnWrapper .roundedTable {
    border: solid #ccc 1px;
	border-collapse:separate;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 3px 3px #ccc; 
    -moz-box-shadow: 0 0 3px 3px #ccc; 
    box-shadow: 2px 2px 3px #ccc;    
	/*font-size:11px;    */
	margin:1em 1em 1em 8px;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#fafafd;
	line-height:150%; 
	width:97%;
}

#secondcolumnWrapper .roundedTable td p{
margin:0;
font-size:100%;	
}

#secondcolumnWrapper .roundedTable td ul{
margin-left:1em;
padding-left:1em;	
}

#secondcolumnWrapper .roundedTable td li{
font-size:100%;	
}

#secondcolumnWrapper #chacycle {
margin-left: 10px;
font-size:14px;	
}



#secondcolumnWrapper ul.disc{
margin:3px 0.8em 2px 0.9em;
padding-left:1em;
}

#secondcolumnWrapper .disc li{
line-height:140%;
list-style-type:disc;
}

#secondcolumnWrapper .discOnly li{
list-style-type:disc;	
}

.important{
font-weight:bold;
color:#cc0000;	
}


#secondcolumnWrapper a.toggleElement{
	cursor:pointer;
	border:1px #6695c1 solid;
	background-color: #fcfcf8;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	border-radius:4px;
	-moz-border-radius:3px;
	box-shadow: 3px 3px 2px #8e8e8e;
	-moz-box-shadow: 3px 3px 2px #8e8e8e;
	border-collapse:separate;
	-webkit-box-shadow:3px 3px 2px #8e8e8e;
	font-weight:bold;
	font-style:italic;
}

#secondcolumnWrapper #menuwrapper{
	margin-bottom:1.5em;	
	margin-right:12px;
}

div#secondcolumnWrapper #menuwrapper p{
	margin-left:10px;	
}

#secondcolumnWrapper .toggleElement:hover, #secondcolumnWrapper .toggleElement:focus {
	background-color:#fcfcf8;
}

.toggleElement:hover{
text-decoration:none;
background-color: #fff;
}

#secondcolumnWrapper .toggleElement a:focus{
background-color: #fcfcf2;
}

.showHideThis{
	display:none;
	background-color: #fcfcf8;
	border:1px #6695c1 solid;
	border-radius:4px;
	margin-bottom:1em;
	margin-left:12px;
	width:95%;
}

#secondcolumnWrapper .list{
margin-top:12px;
margin-bottom:12px;	
font-size:.9em;
padding-right:50px;
}

/*
.showHideThis ul{
padding-top:12px;
padding-bottom:12px;	
}

.showHideThis ul li ul{
padding-top:auto;
padding-bottom:auto;
}
*/

#secondcolumnWrapper #blueWrapper .noImageLinkBorder{
background-color:transparent;
text-decoration:none;
border:none;
}

#secondcolumnWrapper #blueWrapper .noImageLinkBorder a:hover{
background-color:transparent;
text-decoration:none;
border:none;
}

.applyColorTextBG{
	background-color:#FFFF66;
	width:90%;
}

.roundedTable tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    

.roundedTable th{
color:#fff;	
font-size:14px;
line-height:125%;
}

 .roundedTable th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 8px;
    text-align: left;    
}

.roundedTable td {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 4px;
    text-align: left; 
	font-size:14px;  
	vertical-align:top;
}


.roundedTable th {
    background-color: #1769ae;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1769ae), to(#0b4c82));
    background-image: -webkit-linear-gradient(top, #1769ae, #0b4c82);
    background-image:    -moz-linear-gradient(top, #1769ae, #0b4c82);
    background-image:     -ms-linear-gradient(top, #1769ae, #0b4c82);
    background-image:      -o-linear-gradient(top, #1769ae, #0b4c82);
    background-image:         linear-gradient(top, #1769ae, #0b4c82);
    /*-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; */       
    border-top: none;
    /*text-shadow: 0 1px 0 rgba(255,255,255,.5);*/
}

.roundedTable td.first {
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e7e5e5), to(#f4f4f7));
    background-image: -webkit-linear-gradient(top, #e7e5e5, #f4f4f7);
    background-image:    -moz-linear-gradient(top, #e7e5e5, #f4f4f7);
    background-image:     -ms-linear-gradient(top, #e7e5e5, #f4f4f7);
    background-image:      -o-linear-gradient(top, #e7e5e5, #f4f4f7);
    background-image:         linear-gradient(top, #e7e5e5, #f4f4f7);
    /*-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; */       
	color:#000;
	font-weight:bold;
    /*text-shadow: 0 1px 0 rgba(255,255,255,.5);*/
}

.roundedTable td.headercell {
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c1d8f4), to(#e6f0fc));
    background-image: -webkit-linear-gradient(top, #c1d8f4, #e6f0fc);
    background-image:    -moz-linear-gradient(top, #c1d8f4, #e6f0fc);
    background-image:     -ms-linear-gradient(top, #c1d8f4, #e6f0fc);
    background-image:      -o-linear-gradient(top, #c1d8f4, #e6f0fc);
    background-image:         linear-gradient(top, #c1d8f4, #e6f0fc);
    /*-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; */       
	color:#000;
	font-weight:bold;
    /*text-shadow: 0 1px 0 rgba(255,255,255,.5);*/
}


.roundedTable td:first-child, .roundedTable th:first-child {
    border-left: none;
}

.roundedTable th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.roundedTable th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.roundedTable th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.roundedTable tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.roundedTable tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 6px;
}

.roundedTable caption{
color:#0F4979;
font-weight:bold;
font-size:1.2em;
padding:3px;
text-align:left;
}

#secondcolumnWrapper caption{
margin-bottom:auto;	
}