/* --------------------------------
	Component Containers
-------------------------------- */
.comp_container {
	float: left;
	margin-bottom: 6px;
	width: 100%;
}

/* --------------------------------
	Component
-------------------------------- */

/* Component Header
---------------------- */

.comp_header {
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	background: #afafaf top left repeat-x;
	clear: both;
	display: block;
	height: 31px;
}
.comp_header h1 {
	background: 100% 3px no-repeat;
	color: #fff;
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	height: 24px;
	padding: 7px 0 0 5px;
}

a.comp_header_close {
	background: url(../images/close.png) no-repeat center;
	display: none;
	height: 8px;
	float: right;
	margin: 3px 3px 0 0;
	padding: 3px; 
	text-indent: -10000px;
	width: 7px;
}

a.comp_header_close:hover {
	background: url(../images/close_on.png) no-repeat center;
}


/* --------------------------------
	Component Body
-------------------------------- */

.comp_body {
	background: #ebebeb bottom left repeat-x;
	border-top: solid 1px #fff;
	float: left;
	overflow: hidden;
	width: 100%;
}
.comp_body .titlebar {
	background: #e3ecef bottom left repeat-x;
}
.comp_body .submit {
	background: #76cb52 left 45% repeat-x;
	border: 1px solid #58ac34;
	color: #000;
}
div#body_col_local_cont div.submit {
        background: none;
        border: none;
}
.comp_body ul li.alt a:hover {
	background: #e3ecef;
}
.topnews_comp {
	width: 100%;
}
.comp_body div.news_detail_image {
	float: left;
	padding-right: 10px;
}

/* --------------------------------
	Component Content
-------------------------------- */

.comp_content {
	background: bottom left repeat-x;
	clear: both;
	padding: 5px;
	overflow: hidden;
}
#body_col_2 .comp_content {
	background: bottom left repeat-x;
}
.container_premium {
	background: #efefef bottom left repeat-x;
}
#body_col_12 .comp_content {
	background: #fff;
}
#body_col_23_wrapper .comp_20_news .comp_content {
	padding: 10px;
}
.watercooler_component .comp_content .more {
	color: #3c7494;
	float: right;
}
.watercooler_component .comp_content .more a {
    color: #3c7494;
}
.watercooler_component .comp_content .more a:hover {
	color: #042d4d;
	text-decoration: underline;
}
.watercooler_component .comp_content .img {
	border: 1px solid #fff;
}
.watercooler_component .comp_content td.row-1 {
	background: #666;
	border-bottom: 0;
	padding: 1px 5px;
}
.watercooler_component .comp_content td.row-2 {
	background: #333;
	border-bottom: 0;
	padding: 1px 5px 7px 5px;
}
.watercooler_component .comp_content td.row-2:hover {
	background: #333;
}
.watercooler_component .comp_content td.row-2 a {
	color: #aecfe1;
}
.watercooler_component .comp_content .text-2 {
	color: #000;
	padding-bottom: 10px;
	width: 100%;
}
.watercooler_component .comp_content ol li {
	background: #333;
}
.watercooler_component .comp_content  ol li a {
	color: #6ac9fe;
}
.watercooler_component .comp_content .dcc h3 {
	color: #fff;
}
.watercooler_component .comp_content h1 a, .watercooler_component .comp_content  h4 a, .watercooler_component .comp_content  h3 a {
	color: #3c7494;
	text-decoration: none;
}
.watercooler_component .comp_content h4 a:hover {
	color: #042d4d;
	text-decoration: underline;
}
.watercooler_component .comp_content .comp-form-nav-11 select, .watercooler_component .comp_content  .comp-form-nav input {
 	background: #575757;
	color: #aecfe1;
}
.watercooler_component .comp_content {
	background: #efefef bottom left repeat-x;
	float: left;
	margin: 0;
	padding: 0px;
	overflow: hidden;
}
.watercooler_component .comp_content .comp_content {
	background: transparent none;
	padding: 0px 0px 0px 3px;
}
.watercooler_component .comp_content .lt {
	cursor: pointer;
	float: right;
	height: 120px;
	text-align: center;
	width: 170px;
}
.watercooler_component .comp_content .rt {
	float: left;
	margin-top: 15px;
}
.watercooler_component .comp_content .rt ul {
	float: left;
	width: 250px;
}
.watercooler_component .comp_content .rt ul li {
	list-style-type: none;
	padding: 2px 0 2px 5px;
}
.watercooler_component .comp_content .rt ul li img {
	padding-right: 5px;
}
.watercooler_component .comp_content .rt ul li a {
	color: #3c7494;
	display: block;
	padding: 2px 0 2px 5px;
	text-decoration: none;
	width: 100%;
}
.watercooler_component .comp_content  .rt ul li a:hover, .watercooler_component .comp_content  .rt ul li a.on {
	background: #b4b4b4;
	color: #042d4d;
	display: block;
	margin: 0px;
	text-decoration: none;
	width: 100%;
}
div.watercoolerlegal {
	text-align: right;
}
div.watercoolerlegal span.watercoolerlegal {
	color: #000;
	font-size: 75%;
}

/** Watercooler More Link for Embarq Cluster **/
.watercooler_component .comp_content .watercoolermore {
        float: right;
        margin-right: 20px;
}

.watercooler_component .comp_content .watercoolermore a {
	background: transparent url(http://images.synacor.com/clientimages/13268/5713.gif) right 50% no-repeat;
        font-weight: bold;
	padding-right: 10px;
}

.watercooler_component .comp_content .watercoolermore a:hover {
        text-decoration: none!important;
}

.comp_content .lt {
	float: left;
}
.comp_content .rt {
	float: right;
}


