
/****************
 CyberCommunity
 ***************/

.topArrow
{
    background-image: url(/cybcom_wp/CyberCommunity/buttons/home_facility_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}

.topBarBg
{
    background-color: #29B5DE;
    text-indent: 5px; 
    text-align:left;
}
.moduleImageHeader
{
    background-image: url(/cybcom_wp/CyberCommunity/headers/main_home.gif); 
    width: 790px;
    height: 87px;
}

.sectionTextHeader
{
    background-color: #29B5DE; 
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: White;
    height: 20px;
    text-indent: 5px;
}

.sectionBody
{
    background-color: White;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: Gray;
}

.noticeListDiv
{
    text-align: left;
    width: 100%;
    height: 200px;
    overflow: auto; /* visible, hidden, auto, scroll */
    -scrollbar-arrow-color: black;
    -scrollbar-3dlight-color: white;
    -scrollbar-face-color: #2CB1DD;
    -scrollbar-shadow-color: #E8A108;
    -scrollbar-darkshadow-color: white;
    -scrollbar-track-color: rgb(221, 246, 255);
}
.shortNewsArrow
{
    background-image: url(/cybcom_wp/CyberCommunity/buttons/home_in_arrow.gif);
    background-repeat: no-repeat;
    background-position: center 7px;
    width:15px;
}

.lnkNoticeItem
{
    font-family: verdana;
    font-size: 12px;
    color: #E8A108;
    text-decoration: none;
}
.lnkNoticeItem:hover
{
    text-decoration: underline;
}

.noticeItemDate
{
    font-family: verdana;
    font-size: 10px;
    font-weight: normal;
    color: #2CB1DD;
}

/*
  _RK:  
  style to display classified ad's in the home page
*/
.ClassifiedAdListHeader
{    
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #1C87AA;
    background-color: White;
    background-image: url("/cybcom_wp/CyberCommunity/backgrounds/facility_name_bg.png");
    height: 30px;
}
.ClassifiedAdImage
{
    background-color: white;
    font-family: Verdana;
    font-size: 11px;
    text-align: center;
    width: 140px;
}

ul.tabs
{
    margin: 0px;
    padding: 0px;
    float: right;
    list-style: none;
    height: 26px;
    border-bottom: 0px solid #999;
    border-left: 0px solid #999;
    width: 100%;
}
ul.tabs li
{
    float: right;
    margin: 0px;
    padding: 0px;
    height: 24px;
    line-height: 20px;
    border: 1px solid #999;
    border-left: 1px solid #999;
    margin-bottom: -1px;
    background-color: #29B5DE;
    overflow: hidden;
    position: relative;
    text-align: center;
}
ul.tabs li a
{
    text-decoration: none;
    color: white;
    display: block;
    font-size: 1em;
    padding: 0 2px;
    border: 0px solid #fff;
    outline: none;
    width: 99px;
    font-weight: bold;
    height: 24px;
}
ul.tabs li a:hover
{
    background: white;
    color: #29B5DE;
}
html ul.tabs li.active, html ul.tabs li.active a:hover
{
    border-bottom: 1px solid #DDF6FF;
    background-color: #fff;
    -background-repeat: repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#29B5DE), to(#fff));
    background: -webkit-linear-gradient(top, #29B5DE, #fff);
    background: -moz-linear-gradient(top, #29B5DE, #fff);
    background: -ms-linear-gradient(top, #29B5DE, #ffffff);
    background: -o-linear-gradient(top, #29B5DE, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29B5DE', endColorstr='#ffffff'); /* IE6 & IE7 */     
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#29B5DE', endColorstr='#ffffff')"; /* IE8+ */  
    background: linear-gradient(#29B5DE, #ffffff); /* the standard */
   

}
.tab_container
{
    border: 0px solid #999;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
.tab_content
{
    padding: 4px;
    font-size: 1.2em;
}

.classifiedHeader
{
	background-color:#354f8f;
	border-top:2px solid #D4D0C8;
	height:30px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:white;
}

.classifiedName
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:white;
}

.classifiedNameBg
{
	background-image: url(/cybcom_wp/CyberCommunity/backgrounds/facility_name_bg.gif);
	height:30px;
}

.cellInputHeaderTopRow
{
	background-color:#F9FAF9;	
	color:#354f8f;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	height:30px;
	text-align:center;
	border-bottom:1px solid #E7E7E7;
}

.cellInputHeader
{
	background-color:#F9FAF9;	
	color:#354f8f;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	width:100px;
	height:30px;
	text-align:right;
	border-bottom:1px solid #E7E7E7;
}
.cellInput
{
	background-color:#EBEAEA;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	border-bottom:1px solid white;
}

.inputButton
{
	border:1px solid #354f8f;	
	background-color:#354f8f;
	color:white;
	font-family:Verdana;
	font-weight:bold;
	font-size:11px;	
	width:120px;	
	height:20px;
	vertical-align:middle;
}
.inputButton:hover
{
	border:1px solid #354f8f;	
	color:#354f8f;
	background-color:white;
}

.inputButtonNW
{
	border:1px solid silver;	
	background-color:#F9FAF9;
	color:#29B5DE;
	font-family:Verdana;
	font-weight:bold;
	font-size:11px;
	height:22px;
	vertical-align:middle;
}

.lnkFunction
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#354f8f;
	text-decoration:none;
}
.lnkFunction:hover
{
	text-decoration:underline;
}

.lnkSubCategory
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#354f8f;
	text-decoration:none;
}
.lnkSubCategory:hover
{
	text-decoration:underline;
}

.lnkNavigation
{
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:#DE9D12;
	text-decoration:none;
}
.lnkNavigation:hover
{
	text-decoration:underline;
}


.lnkClassifiedItem
{
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:#354f8f;
	text-decoration:none;
}
.lnkClassifiedItem:hover
{
	text-decoration:underline;
}

.categoryHeader
{
	background-color:#FFBA10;
	font-size:11px; 
	font-weight:bold; 
	color:white; 
	height:21px;
}

.classifiedPostCell
{
	background-color:#EFF4E8;
}

.classifiedListHeader
{
	height:30px;
	background-color:#354f8f;	
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:white;
	text-align:center;
}

.classifiedListItem
{
	font-family:Verdana;
	font-size:11px;
	text-align:center;
}

.classifiedTitle
{
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	color:#9F7313;
}

.classifiedSubTitle
{
	font-family:Verdana;
	font-size:12px;
	color:#black;
}
.classifiedDetails
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#black;
}
.lblClassifiedDetail
{
	font-family:Verdana;
	font-size:12px;
	color:#354f8f;
	width:120px;
}
.lblClassifiedHeader
{
	height:30px;
	background-image: url(/cybcom_wp/CyberCommunity/backgrounds/facility_name_bg.gif);
	font-family:Verdana;
	font-weight:bold;
	font-size:15px;
	color:white;
}

.lnkContactSeller
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#DE9D12;
	text-decoration:none;
}
.lnkContactSeller:hover
{
	text-decoration:underline;
}

.tableclassified
{
    border-spacing:0px;
    padding:0px;
    width:92.5%;
    border:0px;
}
.classifiedHeadermb
{
	background-color:#354f8f;
	border-top:2px solid #D4D0C8;
	height:13px;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:white;
}