﻿body 
{
    Background-image: url(../images/common/horizontalBackGround.gif);
    Background-Repeat: 	repeat-y;
    background-color: #001f52;
    color: #1E3253;
    font-family: Arial;
    font-size: 12px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    
}
td
{
    text-align: left;
    font-family: Arial;
    font-size: 12px;
}


A:link,A:visited,A:active
{
    text-decoration: none; 
    color: #116ab4; 
    font-weight: normal; 
    font-family: Arial; 
    font-size: 12px;
}
  
A:hover 
{
    text-decoration: none; 
    color: black; 
    font-weight: normal; 
    font-size: 12px; 
    font-family:Arial, Helvetica, sans-serif;
}

a.titleLink:link,a.titleLink:visited,a.titleLink:active
{
    font-family: Tahoma;
    font-size: 12px;
    color: #1E3253; 
    font-weight: bolder; 
}
a.titleLink:hover 
{
    color: #666666;
}
A.white:link,A.white:visited,A.white:active
{
    text-decoration: none; 
    color:  white;  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
    font-weight: bold;
}
 
A.white:hover 
{
    text-decoration: none; 
    color: white; 
    font-size: 0px; 
    font-family: Arial;
    font-weight: bold;
}
/*///////////////////////////////////////////
Index div layout
//////////////////////////////////////////*/
#OuterDiv
{
    width: 980px;
    margin-left: 30px;
    margin-top: 20px;
    background-color: White;
}
#LogoSlice
{
    width: 980px;
    height: 74px;
    background-image: url("../Images/Backgrounds/LogoSliceBg.jpg");
    background-repeat: no-repeat;
}
#MainContent
{
    float: left;
    width: 970px;
    background-color: #ffffff;
    padding: 6px 6px 16px 4px;
    
}
#Footer
{
    width: 980px;
    height: 60px;
    margin-left: 30px;
    margin-top: 4px;
    color: White;
}
#Copy
{
   float: left;  
}
#KovarusLogo
{
    float: right;
    
}
#hpLeftCol
{
    float: left;
    width: 378px;
}
#hpCenterCol
{
    float: left;
    width: 305px;
}
#hpRightCol
{
    float: left;
    width: 284px;
}
#PageHeader
{
    /* border-bottom: solid 4px #a1a1a1;*/
    margin-bottom: 0px;
    height: 40px;
}
#InnerLeftCol
{  
    float: left;
    padding-left: 2px;
    margin-top: 14px;
}
#InnerRightCol
{
    float: right;
}
/* home page links */
.homepageimagelink
{
    display: inline-block;
    float: right;
    border: none;
    margin-left: 16px;
}
/* div that displays the hot news item image */
#hotImage{
    margin-top: 4px;
    width: 378px;
    text-align: center;
    vertical-align: middle;
}

#featuredImage{
    display: inline-block;
    float: left;
    width: 75px;
    height: 50px;
    margin-right: 3px;
    text-align: center;
    vertical-align: top;
}

#hotNewsItemContainer{
    width: 325px;
    text-align: left;
    vertical-align: top;
    margin-top: 4px;
    margin-left: 24px;
}

#featuredNewsItemContainer{
    position: relative;
    width: 325px;
    text-align: left;
    vertical-align: top;
    margin-top: 4px;
    margin-left: 24px;
}
/* remove all borders from images */
img
{
    border: none;
}






/*///////////////////////////////
Table Styles
//////////////////////////////*/
.tblOuter 
{
    border: 1px solid #CFCFCF;  
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;	
	empty-cells: show;
}
.tdInner 
{
    border: 1px solid #CFCFCF;
	border-spacing: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
	border-collapse: collapse;
	empty-cells: show;
    text-align: left;
    vertical-align: top;
}
.tdInnerLbl 
{
    border: 1px solid #CFCFCF;
	border-spacing: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
	border-collapse: collapse;
	empty-cells: show;
    text-align: right;
    vertical-align: top;
    font-weight: bold;
	}
.tdInnerBlue 
{
    border: 1px solid #1E3253;
	border-spacing: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
	border-collapse: collapse;
	empty-cells: show;
    text-align: left;
    vertical-align: top;
}
.tdInner_center 
{
    border: 1px solid #CFCFCF;
	border-spacing: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
	border-collapse: collapse;
	empty-cells: show;
    text-align: center;
    vertical-align: top;
	}
.subBg 
{
    background-color: #d5effa;
}
.titleBg 
{
    /*background-image: url("../images/blueTile.gif");*/
    background-color: #5D7B9D;
    padding: 2px;
	color: white;
	font-weight: bold;
	font-size: 11px;
}
.headerBg 
{
    /* background-image: url("../images/header_text_tile.gif"); */
    padding: 2px 2px 2px 2px;
	font-weight: bold;
	background-color: #e9e9e9;
}
.headerBg th
{
    font-size: 12px;
}
.msg
{
    color: Red;
}
.lbl1
{
    font-family: Tahoma;
    font-size: 16px;
    color: #1E3253; 
    font-weight: bolder;
}
.lbl2
{
    font-family: Tahoma;
    font-size: 14px;
    color: #1E3253; 
    font-weight: bolder;
}
.lbl3
{
    font-family: Tahoma;
    font-size: 12px;
    color: #1E3253; 
    font-weight: bolder; 
}
.lblRed2
{
    font-family: Tahoma;
    font-size: 14px;
    color: #000000; 
    font-weight: bolder; 
}
.lblRed3
{
    font-family: Tahoma;
    font-size: 12px;
    color: #000000; 
    font-weight: bolder; 
}
.PageLabel
{
 color: #001f53;
 font-size: 24px;
 font-weight: bold;
 font-family: Tahoma;
 margin-right: 8px;
 vertical-align: middle;
}
.txt10
{
    font-size: 10px;
}
.txt9
{
    font-size: 9px;
}
.AlternatingRowStyle
{
    background-color: #e8edf4;
}
/*//////////////////////////////////////////
Pager for the grid view styles
/////////////////////////////////////////*/
.PagerStyle
{
   
    background-color: Black;
    font-weight: bold;
    font-size: 16px;
}
.PagerStyle span
{
    color: White;
    font-weight: bold;
    background-color: Red;
    font-size: 14px;
    padding-right: 2px;
    padding-left: 2px;
}
.PagerStyle a
{
    color: White;
    font-weight: bold;
    font-size: 14px;
}
.PagerStyle a:hover
{
    color: Red;
    font-weight: bold;
    font-size: 14px;
}
.PagerStyle table
{
  
  margin-left: 15%;
 

}

/*/////////////////////////////////
Msg Boxes used for info help and error messages
////////////////////////////////*/
.msgBox{
	color: #FF0000;
	width: 385px;
	border: solid 1px #FF0000;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	background-color: #FFF99D;
	margin-bottom: 6px;
	margin-top: 6px;
	text-align: left;
}
.infoBox{
	color: #191970;
	width: 500px;
	border: solid 1px #0669B2;
	padding: 6 6 6 6;
	background-color: #B5DEF5;
	margin-bottom: 6px;
	text-align: left;
}
/*//////////////////////////
Align Style
//////////////////////////*/
.alignCenter
{
    text-align: center;
   
}
.alignLeft
{
    text-align: left;
}
.alignRight
{
    text-align: right;
}
/*////////////////////////
Control Styles
///////////////////////*/
.inputs
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: black;
    background-color: #e0e0e0;
    border: 1px solid #002157;
    height: auto;
    width: auto;
    padding: 1px;
}
.highLight
{
    background-color: #e9e9e9;
}
/*//////////////////////////////////////////////////////////////
Related Files
/////////////////////////////////////////////////////////////*/
#relatedFilesContainer
{
    float: right;
    margin-left: 4px;
    margin-bottom: 4px;
    padding: 4px 4px 4px 4px;
    background-color: #e0e0e0;
    width: 150px;
}
#relatedFilesTitle
{
    background-color: #002157;
    color: #ffffff;
    font-weight: bold;
    padding-left: 2px;
    margin-bottom: 2px;
}
/*//////////////////////////////////////////////////////////////
Calendar Popup
/////////////////////////////////////////////////////////////*/
#calendarDiv{
	position:absolute;
	width:205px;
	border:1px solid #317082;
	padding:1px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	padding-bottom:20px;
	visibility:hidden;
}
#calendarDiv span,#calendarDiv img{
	float:left;
}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{
	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv td{
	padding:3px;
	margin:0px;
	font-size:10px;
}

#calendarDiv .selectBox{
	border:1px solid #E2EBED;		
	color: #E2EBED;
	position:relative;
}
#calendarDiv .selectBoxOver{
	border:1px solid #FFF;
	background-color: #317082;
	color: #FFF;
	position:relative;
}
#calendarDiv .selectBoxTime{
	border:1px solid #317082;		
	color: #317082;
	position:relative;
}
#calendarDiv .selectBoxTimeOver{
	border:1px solid #216072;	
	color: #216072;
	position:relative;
}

#calendarDiv .topBar{
	height:16px;
	padding:2px;
	background-color: #317082;


}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color:#FF0000;
}
#calendarDiv .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #E2EBED;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
}
#calendarDiv .todaysDate div{
	float:left;
}
	
#calendarDiv .timeBar{
	height:17px;
	line-height:17px;
	background-color: #E2EBED;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
}

#calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}


#calendarDiv .monthYearPicker{
	background-color: #E2EBED;
	border:1px solid #AAAAAA;
	position:absolute;
	color: #317082;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;

}
#calendarDiv #monthSelect{
	width:70px;
}
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;	
	padding:1px;
	margin:1px;	
	cursor:pointer;
}
#calendarDiv .monthYearActive{
	background-color:#317082;
	color: #E2EBED;
}

#calendarDiv td{
	text-align:right;
	cursor:pointer;
}

#calendarDiv .topBar img{
	cursor:pointer;
}
#calendarDiv .topBar div{
	float:left;
	margin-right:1px;
}
