﻿ /***********************************************/
/* Base Styles                                 */
/***********************************************/
body
{
	font-family: Tahoma, Trebuchet MS, Arial,sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

a:link, a:visited
{
	color: blue;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
	padding: 0;
	margin: 0;
}

input, select
{
	margin: 0;
	padding: 0;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container
{
	width: 100%;
}

#header
{
	width: 100%;
}

#navbar
{
	width: 100%;
}

#header #siteName
{
	width: 40%;
	float: left;
}

#header #toolbar
{
	width: 60%;
	float: right;
}


#maincontent
{
	width: 100%;
}


#footer
{
	width: 100%;
}

#contentbody
{
	width: 100%;
}

#contentheader
{
	width: 100%;	
}

#contenttoolbar
{
	width: 100%;
}

#contentlefttoolbar
{
	width: 49%;
	float: left;
}

#contentrighttoolbar
{
	float: right;	
	width: 50%;
}

#contentfooter
{
}

.separator
{
	clear: both;
}

#crystalreport
{
	width: 100%;
}

#login
{
	width: 300px;
}

.loginform
{
}

.loginimage
{
}

.notice
{
	width: 500px;	
}

.progressbar
{
	float: left;
}

/*************** Generic Div-Tables layout **************/
.divtable
{
	width: 100%;
}

.divtable .row
{
	clear: both;
	width: 100%;
}

.divtable span.col1
{
	float: left;
}

.divtable span.col2
{
	float: left;
}























/***********************************************/
/* Style Divs                                 */
/***********************************************/

/************* #container style ****************/
#container
{
	background-color: white;
	font-size: 80%;
	text-align: left;	
}	

/************* #header styles ****************/


#header
{
	color: black;
	background-color: #cccccc;	
	border-bottom: 5px solid black;	
	height: 40px;
	line-height: 40px;
	white-space: nowrap;		
}

#header #siteName
{
	text-align: left;
}

#header #toolbar
{
	text-align: right;
}

/************* #navbar style *****************/
#navbar
{
	line-height: 20px;
	height: 20px;
	background-color: gray; /* #AC4144; */
	color: White;
}

#navbar a, #navbar a:hover, #navbar a:visited
{
	color: blue;
}


/************* #content styles *****************/
#contentheader
{
	margin: 0px;
	white-space: nowrap;	
}

#contenttoolbar
{
	padding: 10px 0px 10px 0px;
	background-color: #cccccc;	
	white-space: nowrap;	
}

#contentheader>#contenttoolbar
{
	padding: 0;
}

#contenttoolbar ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#contentlefttoolbar
{
	text-align: left;
}

#contentrighttoolbar
{
	text-align: right;
}

#contenttoolbar ul li
{
	display: inline;
	white-space: nowrap;
}

#contentlefttoolbar li, #contentrighttoolbar li
{
	padding: 0px 10px 0px 10px;
	border-right: 1px gray solid;
}

#contentlefttoolbar li.lastitem, #contentrighttoolbar li.lastitem
{
	border-right: 0;
}

#contentbody
{
}

/************* #footer styles ***************/
#footer
{
	border-top: 5px solid black; /* border-bottom: 1px solid #cccccc; */ /* background-image: url(../images/logobottom.jpg); 	background-repeat: repeat-x; */
	color: black;
	background-color: #cccccc;
	padding: 10px 0px 10px 0px;
	white-space: nowrap;
	text-align: center;	
}

/************* #siteName and sitelink styles ***************/
#siteName, #toolbar, #sitelink
{
	background-color: #cccccc;
}

#siteName ul, #toolbar ul, #sitelink ul
{
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#siteName ul li, #toolbar ul li, #sitelink ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid black;
}

#siteName ul li a
{
	padding: 0;
	margin: 0;
}

#siteName a:link, #siteName a:visited, #siteName a:hover, #toolbar a:link, #toolbar a:visited, #toolbar a:hover, #sitelink a:link, #sitelink a:visited, #sitelink a:hover
{
	color: black;
}

#siteName ul li.lastitem, #toolbar ul li.lastitem, #sitelink ul li.lastitem, #toolbar li.progressbar
{
	border-right: 0px;
}


/**************** SiteMap ******************/
.sitemap
{
	margin: 0;
	padding: 0;
	color: maroon;
	font-weight: bold;
	background-color: transparent;
}


/**************** Crystal Reports ****************/
.crystalreport
{
	border: 0;
	margin: 0;
}


/************* Story *****************/
#story
{
	padding: 5px 15px 5px 15px;
}

#story p
{
	font-size: 10pt;
	line-height: normal;
}

/***************** Login ******************/
#login
{
	margin: 0px auto;
	text-align: center;	
}

#login table label
{
	color: maroon;
}

#login .loginimage
{
	text-align: center;
}

.loginform
{
	height: 400px;
}

.loginform ul li
{
	list-style-type: none;
}

#login fieldset
{
	border: 2px solid Maroon;
	margin-bottom: 5px;
	padding: 5px;
}

/************** Notice ***************/
.notice
{
	font-size: 70%;
	color: maroon;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding-left: 150px;	
}

.notice2
{
	color: Red;
}

/************* Gridview **************/
.gv
{
	width: 100%;
	font-size: 10pt;
	text-align: left;
	border: 0px;
	margin: 0;
	padding: 0;
}


