/****************************************
 * IWS
 * CS User CSS Rules
 * 08/06 - 
 ****************************************/
span.more {
	background: url(/catc/images/layout/bullet.gif) no-repeat 100% 70%;
	padding-right: 10px;
}

.table_row_light {
	background: #fff;
	} 
	
.table_row_dark {
	background: #fafaf7;
	}
	
.table_head_dark {
	background: #efefdc; 
	}
	
.notestyle, .notestyle-pale {
	background: #fff;
	padding: 12px 8px 0 8px;
	border: 1px solid #e7e7e7;
	margin-bottom: 15px;
}

.notestyle-dark {
	background: #e9e9cf;
	padding: 12px 8px 0 8px;
	border: 1px solid #fff;
	margin-bottom: 15px;
}
.notestyle-pale {
	background: #f6f7e9;
}
span.notestyle,span.notestyle-dark,span.notestyle-pale {
	padding: 12px 8px 0 8px;
}

p.notestyle,p.notestyle-dark,p.notestyle-pale {
	padding: 12px 8px;
}

.tip-box {
	padding: 8px 8px 8px 55px;
	min-height: 30px;
	/*margin-bottom: 14px;
	border: 1px solid #fff;*/
	background: url(/catc/images/layout/tip-arrow.jpg) no-repeat 8px 8px;
}

.warning-box {
	padding: 8px 8px 8px 42px;
	min-height: 30px;
	margin-bottom: 14px;
	border: 1px solid #fff;
	background: #e9e9cf url(/catc/images/layout/alert_icon_rr.png) no-repeat 8px 8px;
}


.text-highlight-red {
	background: #f0beb6;
}

.text-highlight-yellow {
	background: #f0ee9f;
}

.text-highlight-green {
	background: #c5ee9f;
}

.text-highlight-dark {
	background: #e9e9cf;
}

.tip-title {
	color: #3a6285;
	font-size: 1.4em;
	margin: 0;
	text-transform: none;
}

hr.divider {
	display: block;
	border-top: 3px solid #e9e9cf;
}

hr.ruler2 {
	
	border: none 0;
	border-top: #444b4f 1px dotted;
	width: 100%;
	height: 1px;
	display: block;
	margin: 20px 0 20px 0;
	
}

hr.ruler4 {
 
	border: none 0;
	border-top: #ddc 4px solid;
	width: 100%;
	height: 5px;
	display: block;
	margin: 20px 0 20px 0; 

}

hr.ruler3 {
	border: none 0;
	border-top: #C27F4B 3px solid;
	width: 100%;
	display: block;
	margin: 20px 0 20px 0; 

}

hr.ruler {
	border: none 0;
	border-top: #A8C545 3px solid;
	display: block;
	margin: 20px 0 20px 0;

}

.graybutton a {
	margin: 0 5px;
        padding: 6px 8px;
        border-top: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #b3b3b3;
        border-bottom: 1px solid #b3b3b3;
        font-weight: bold;
        /* color: #333; */
        background: #f2f2f2;
        }



	/* rss listing */

ul.rss li a,li.rss a, a.rss, span.rss {
	/*display: block;*/
	background: url(/catc/images/layout/rss.gif) no-repeat 100% 0.3em;
	padding: 2px 18px 2px 0;
	}
	
/*.home span.rss {
	background-image: url(/catc/images/layout/rss_home.png);
	}*/
	
	.buttonize {
	background-color: #CC0000;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	border: #ccc 1px solid;
	text-transform:none;
	margin-right: 10px;
	} 
	
	.buttonize a {
	text-decoration:none;
	color: #FFFFFF;
	}
	
	.buttonize a:hover {
	color: #CCCCCC;
	}
	
	.columnBlock {
	float: left;
	width: 100%;
	clear: both;
}

	.tierPrice {
	float: left;
	width: 12%;
	}
	
	.tierInfo {
	float: left;
	width: 88%;
	}

/****************************************
 * Image with caption snippet
 ****************************************/	
.photo-right {
	background: #fff;
	border: 1px solid #e7e7e7;
	margin: 0 0 8px 15px;
	float: right;
	width: 250px;
}

.photo-right img {
	width: 250px;
}

.photo-right p {
	padding: 12px;
	margin: 0;
}


img.floatLeft { 
    float: left; 
    margin: 5px 15px 5px 0; 
}

img.floatRight { 
    float: right; 
    margin: 5px 0 5px 15px;
}

.floatLeft { 
    float: left; 
    margin: 5px 15px 5px 0; 
}
.floatRight { 
    float: right; 
    margin: 5px 0px 5px 15px; 
}



/****************************************
 * compressed table (less spacing)
 ****************************************/

table.compressed,table.compressed tr,table.compressed th,table.compressed td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	}
	
/*table.compressed {
	margin: 5px 0;
	border-bottom: 1px solid #e7e7e7;
	}*/
	
table.compressed th {
	padding: 0 5px 5px 5px; /*0 15 5 15*/
	}
	
table.compressed td, table.compressed tbody th {
	padding: 3px 4px;/*10px 15px;*/
	/*border-top: 1px solid #e7e7e7;*/
	font-size: 1.1em;
	line-height: 1.5em;
	vertical-align: top;
	}
	
table.withborder,table.withborder2 {
	border: 2px solid #d9d9bf;
	}

table.withborder td, table.withborder tbody th {
	/*padding: 3px 4px;/*10px 15px;*/
	/*border-top: 1px solid #e7e7e7;*/
	/*border: 0px solid #e7e7e7;*/
	/*font-size: 1.1em;
	line-height: 1.5em;*/
	vertical-align: top;
	}
	
table.notop {
	margin: 0 0 15px 0;
	border-bottom: none;
	}
	
table.thinruler td, table.thinruler th {
	border-top: #444b4f 1px dotted;
	}
	
table.thinruler {
	border-bottom: #444b4f 1px dotted;
	}

/****************************************
 *    Flowchart specific
 ****************************************/
 
 .flowchart {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.flowchart li {
	float: left;
	margin: 5px 0px;
	padding: 0 0 0 17px;
	background: url(/catc/images/flowchart_arrow.gif) no-repeat 0px 50%;
}

.flowchart li a {
	
	float: left;
	width: 85px;
	height: 50px;
	font-weight:bold;
	text-decoration:none;
	color: #000000;
	text-align:center;
	vertical-align:middle;
	padding: 37px 8px 8px 8px;
	border: #ffffff 3px solid;
	margin: 1px;
	background: #edecd7;
}

.flowchart li.first {
	background: none;
	padding: 0;
}

.flowchart .twoline {
	padding-top: 29px;
	padding-bottom: 16px;
}

.flowchart .threeline {
	padding-top: 21px;
	padding-bottom: 24px;
}


 
/****************************************
 *    Policy specific
 ****************************************/
 
 .usabilitylarge {
 	font-size: 3.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #0000FF;
 }
 
 /****************************************
 * RedRover specific
 ****************************************/	
 
ul.postnav,ul.postnav li{margin:0;padding:0;list-style-type:none}
ul.postnav li{float:left;width: 7.3em;font-size:100%;margin-right: 5px}
ul.postnav a{display:block;width:7.3em;padding:8px 0;font: bold 100% Verdana,Arial,sans-serif;
    background: #e03333;color: #ffffff;
    text-decoration:none;text-align:center}
ul.postnav a:hover, ul.postnav a.hover{background: #fcaf09/*#d42525*/;color:#FFF}

 /****************************************
 * FAQ layout specific
 ****************************************/
 
 .faqcategory {
 	margin: 0 0 15px 0;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	color: #3A4F70;
	/* text-transform: uppercase; */
	display: block;
 }
 
 .faqsubcategory {
 	margin: 12px 0 4px 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	display: block;
 }
 
 .faqquestion {
 	margin: 5px 0;
	padding: 0 0 0 30px;
	list-style: none;
	background: url(/catc/images/layout/bullet.gif) no-repeat 18px 0.5em;
	font-weight: bold;
	/*font-size: 1.2em;
	line-height: 1.4em;
	display: block;*/
 }
 
 .faqanswer {
 	margin: 0 0 15px 60px;
	/*font-size: 1.2em;
	line-height: 1.5em;
	display: block;*/
 }
 
  /****************************************
 * T&D specific (for procedural docs)
 ****************************************/
 
.fee {
        font-weight: bold;
        color: #147714;
}
.screenbutton {
	font-weight: bold;
	color: #607714;
}
.typeditem {
	font-family : "Courier New", Courier, monospace;
	font-weight: normal;
	font-size: 1.3em;
}
.screentitle {
	font-weight: bold;
}

.procedure-head {
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	/*color: #3A4F70;*/
	text-transform: uppercase;
	}
	
.procedure-subhead {
	/*font-size: 1.1em;*/
	font-weight: bold;
	/*line-height: 1.3em;*/
	}
 
   /****************************************
 * T&D specific (for procedural docs)
 ****************************************/

.phonepad {
	float: left;
	margin: 10px 50px 10px 10px;
	width: 250px;
	background-color: white;
}
.phonepad h3 {
	width: 250px;
	background: #e9e9cf; /*#efefdc*/
	padding: 4px 0px 4px 4px;
}
.phonepaditem {
	float: left;
	width: 80px;
	padding: 0px;
	margin: 0px;
	/*border: thin #e7e7e7 solid;*/
}
.phonepaditem p {
	padding-left: 6px;
	margin-bottom: 0;
}
.phonebutton {
	background: url(/catc/images/layout/roundedtransbutton.png) no-repeat;
	margin-top: 3px;
	width: 70px;
	height: 67px;
	padding: 10px 8px 0px 0px;
	text-align: center;
	line-height: 1.6em;
	font-weight: bold;
	color: #ffffff;
}
 
/*****************************************/
 #homefeaturednews {
 	margin: 10px 0 10px 0;
 }
 
 .shadow {
 	float: right;
	margin: 0 0 8px 15px;
	padding: 1px 4px 4px 1px;
	background: #fff url(/catc/images/layout/shadow_medium.png) no-repeat 100% 100%;
}

#servicetitle h2 {
	color: #dfe1d4;
	width: 550px;
	position: absolute;
	top: 125px;
	left: 280px;
	}
	
.qtvideo {
	margin-right: 10px;
}

.mce-holder { background-color: #f6f7e9; }
	
/****************************************
 * Mobile web styles
 ****************************************/

#mobileswitch h3 {
	text-align: center;
	display: block;
	padding: 5px 0 20px 0;
	border-top: 1px solid #000;
	
}

#mobileswitch h3 a {
	border-right: 1px solid #000;
	padding: 0 6px 0 3px;
}

#mobileswitch h3 a.last {
	border: none;
}
