/*   http://localhost/css/default.css   */

body,div,span,p,ul,li,td,th,input,select,textarea,button 
{
	font: 10px Verdana, Tahoma, Arial;
	font-size: 11px;
	line-height: 150%;
	color : #333333;
}
body
{
	background-color: white;
	margin: 0px;
}
a{color:navy;}
a:hover{color:gray;}

/* Page layout styles */
TABLE#main
{
	width:780px;
	background-color:white;
	border:1px solid black;
	border-bottom:3px solid black;
}

TABLE#main TD#headerPaneHome
{
	width:780px;
	height:127px;
	background-color:#FFFFFF;
    background-image: url(/webimgs/headerBack.gif);
    border-bottom:3px solid black;
}


TABLE#main TD#headerPane
{
	width:780px;
	height:25px;
	background-color:#FFFFFF;
    border-bottom:3px solid black;
}

TABLE#main TD#tagLinePane
{
	bo rder-bottom:1px solid gray;
	bor der-top:1px solid black;
    background-color:black;
    text-align:right;
    height:30px;
}


TABLE#main TD#leftPane
{
	width:165px;
	height:100%;
	border-right:3px solid black;
}

TABLE#main TD#centerPane
{
	width : 615px;
	height:100%; 
	background-color:white;
	padding-left:10px;
	padding-right:10px;
	overflow-x:hidden;
}

TABLE#main TD#rightPane{
	width:140px;
	height:100%;
	background-color: white;
}


TABLE#main TD#tagLinePane2
{
	display:none;
}
		
TABLE#main TD#footerPane
{
	width:780px;
    padding:3px;
    background-color:#2d2d2d;

}

TABLE#main TD#HomeleftPane
{
	
	width:385px;
}

TABLE#main TD#HomecenterPane
{
	width: 395px;
	background-color:gray;
	height:300px;
	border-left:1px solid black;
}

/*Home Page Object*/
.homePageBoxColSpan{

	margin:5px;
}


.homePageBox{
	margin:1px;
	margin-bottom:4px;
	border:1px solid black;
}


.homePageTitle{
	background-color:black;
	color:white;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.homePageContent{
	padding:0px;
	background-color:white;

}

#panel1{
	background-color:black;
	width:200px;
    height:100%;
}

#panel2{
	width:195px;
    height:100%;
}

.hpCell{
		width:190px;
		padding:5px;
		color:balck;
		background-color:#bbcb9a;
		font-size:10px;
	}
	
	.hpCell2{
		width:180px;
		padding:5px;
		color:white;
		font-size:10px;
		background-color:black;
	}
	
	.hpCell3{
		width:200px;
		padding:5px;
		color:black;
		font-size:10px;
		background-color:#bbcb9a;
	}
	
	.hpCell4{
		width:200px;
		padding:5px;
		color:white;
		font-size:10px;
		background-color:black;
	}


/* Web part styles */
.divContentTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: white;
    TEXT-DECORATION: underline
}
     
.tagContent, .footercontent
{   font-size: 11px;
    color:white;    
    font-weight:bold;
}
.clsVisibleMenu
{
    DISPLAY: block
}
.copyright
{
    FONT-SIZE: 9px;
    COLOR: #0000ff
}
.copyrightHR
{
    BORDER-RIGHT: #333366 1px solid;
    BORDER-TOP: #333366 1px solid;
    BORDER-LEFT: #333366 1px solid;
    WIDTH: 80%;
    BORDER-BOTTOM: #333366 1px solid
}


#divContent
{
    MARGIN-TOP: 5px;
    FONT-SIZE: 11px;
    MARGIN-LEFT: 5px;
    WIDTH: 100%;
    MARGIN-RIGHT: 5px;

}
#divContentTable
{
    FONT-SIZE: 11px
}
#divCopyright
{
    WIDTH: 100%;
    TEXT-ALIGN: center
}
#divFooter
{
    TEXT-ALIGN: center
}

#divTitleBar
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 10px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    PADDING-BOTTOM: 2px;
    WIDTH: 100%;
    COLOR: #559534;
    PADDING-TOP: 6px;
    HEIGHT: 25px
}

.footerText{
	color:red;
}

.pageTitle {
   color :BLACK;
   font-size : 18px;
   font-weight : bold;
	margin-top:10px;
	margin-bottom:15px;
}
#pageHeaderContent {
	margin: 10px 0px 5px 0px;
}
#pageFooterContent {
	margin: 10px 0px 5px 0px;	
}
.categoryTitleBar {
	font-weight: bold;
   color: white;
   text-decoration: none;
	background-color: black;
	border:1px border solid;
	padding:3px;
	margin:10px 0px 10px 0px;
	font-size: larger;
}
.categoryDescription {
	padding: 0px 5px;
}
.navTitle {
    color : Navy;
    font-size : 13px;
    font-weight : bold;
    margin-bottom:5px;
}

.pageTitle2 {
    color: black;
    font-size: 11px;
    font-weight : bold;
	 background-color: #C3C8CB;
	 padding:3px;
	 padding-left:25px;
	 width:570;
    /*margin-bottom:10px;*/
}

.Title2 {
    color : black;
    font-size : 18px;
    font-weight : bold;
    margin-bottom:10px;
	padding:5px;
	background-color:#FFCA03;
	border:1px solid black;
	width:150px;
}

#logo{
	font-size:48px;
	padding-top:15px;
	color:white;
	font-weight:bold;
	font-family: "Arial Black, arial";
}
    
    
		
    .labelBox{
    border: thin solid #9D9D9D; 
    height: 30px; 
    width: 400px;
    text-align: center; 
    vertical-align: middle;
    padding-top:5px;
    background-color:#011D70;
    text-decoration: none;
	font-size:13px;
    font-weight:bold;
    color:white;
	display:block;
    
}

   .labelBox:hover{
    background-color:#EF9848;
   }
   
    .loginBox{
	width:300px;
	border-top:1px solid silver;
	border-right:1px solid gray;
	border-left:1px solid silver;
	border-bottom:1px solid gray;
	background-color: silver;
}
	
	.loginTitle{
	width:300px;
	text-align:left;
	font-weight:bold;
	border:1px solid gray;
	background-color: black;
	color:black;
}

a.login{
	color: #0065C2;
	font-weight:bold;
	text-decoration:none;
}

/* Start of News module selectors */
.storyHeadline {	
	color: navy;
	font-weight: bold;
	text-decoration: none;
}
.storyHeadline a {	
	color: navy;
	font-weight: bold;
	text-decoration: none;
}
.storyHeadline a:hover {	
	color: navy;
	text-decoration: underline;
}
.storySubtitle {	
	color: navy;
	font-weight: bold;
	font-size: smaller;
}
.storySummary p {
	font-size: 11px;
	margin: 3px 0px 3px 0px;
}
.storySummary {	
	margin: 5px 0px 10px 0px;
}
.storySummary a {	
	font-size: 11px;
	color: navy;
	text-decoration: none;
}
.storySummary a:hover {	
	color: navy;
	text-decoration: underline;
}
.storyTimestamp {
	font-size:10px;
	color:black;	
}
.storyText  {
	margin: 10px 5px 15px 15px;
}
/* End of News module selectors */


	
	div.navHeader{
		font-weight:bold;
		padding-left:5px;
		color:black;
		font-size:15px;
		
	}
	
	.userLogin {
		color:white;
	}
	
	.NavloginBox{
		font-size:10px;
		width:100px;
		height:15px;
		background-color:#EEEEEE;
		border:none;
	}
	
	.approveText{
		color:red;
	}
    
    .taskTitle{
        text-align:left;
        font-size:15px;
        font-weight:bold;
        .color:#6db33f;
    }
    
    #TaskDetail{
        text-align:left;
    }
    
    .taskTag{
        text-align:left;
        padding-bottom:5px;
        font-style:italic;
        margin-bottom:5px;
    }
.pageLabel {
	width:30%;
	text-align: right;
}