/***************************** GENERAL HTML CSS *****************************/
html 
{
	height: 100%;
}

body 
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 10px;
	color: #000000;
}

img
{
	border:0px;
}


td 
{
	font-size: 10px;
}

tr
{
	
}

th
{
		
}

form 
{
	margin: 0px;
}

textarea
{
	font-size: 10px;
}

input
{
	font-size: 10px;
}

span
{
	
}

a:link		{ color: #434965; text-decoration: none; font-weight: bold; }
a:active	{ color: #434965; text-decoration: none; font-weight: bold; }
a:visited	{ color: #434965; text-decoration: none; font-weight: bold; }
a:hover		{ color: #434965; text-decoration: none; font-weight: bold; }

/***************************** PAGE CSS *****************************/
.eservicesTable
{
	text-align: center;
	font-weight: bold;
}

.menuTable
{
	background: url(backgroundMenu.png);
    background-repeat: repeat-x;
	border-bottom:1px solid #000000;
}

.componentheading 
{
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color: #434965;
	height: 25px;
	padding-left:6px;
}

.header_seperator
{
	display: block;
	height: 10px;
}

.descriptionTip
{
	padding:3px;
	background:#F0F0F0;
	border-bottom:1px solid #000000; 	
}

.userDataHeader
{
	padding:3px;
	background:#F0F0F0;
	border-bottom:1px solid #ffffff;
	font-weight: bold;	
}

.searchDataHeader
{
	padding:3px;
	background:#F0F0F0;
	border-bottom:1px solid #ffffff;
	font-weight: bold;
	text-align: center;
}

.component_seperator
{
	display: block;
	height: 5px;
}

.main_component_seperator
{
	display: block;
	height: 40px;
}

.userDataTable
{
	padding:3px;
	background:#F0F0F0;
	border-bottom:1px solid #ffffff;	
}

.searchDataTable
{
	padding:3px;
	background:#F0F0F0;
	border-bottom:1px solid #ffffff;		
}

.error 
{
	font-style: italic;
	padding: 5px;
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
}

.info 
{
	font-style: italic;
	padding: 5px;
	color: #cccccc;
	font-size: 10px;
	font-weight: bold;
}

.section_header
{
	font-weight:bold;
	text-align:center;
	color: #section_header;
}


/***************************** MENU CSS *****************************/
/* ********** Main Menu ********** */
.ThemeOfficeMenu
{
    background-image: url(backgroundMenu.png);
    background-repeat: repeat-x; 
    width: 154px;
    height: 23px;
}

.ThemeOfficeMainItemHover .ThemeOfficeMainFolderText,
.ThemeOfficeMainItemActive .ThemeOfficeMainFolderText,
.ThemeOfficeMainItemHover .ThemeOfficeMainFolderText a,
.ThemeOfficeMainItemActive .ThemeOfficeMainFolderText a
{
    background-image: url(backgroundMenuOver.png); 
    background-repeat: repeat-x;
    text-indent: 5px;
    text-decoration: none;
    color: #000000;
    font-style: normal;
    font-weight: bolder;
    white-space: nowrap;
    cursor: pointer;
    height: 23px;
    vertical-align: middle;
    padding-top:	3px;
    padding-bottom:	3px;
    padding-left:	2px;
    padding-right:	4px;
}

/* ********** Sub Menu ********** */
/* Item */
.ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft
{
    background-color: #D8D8C6;
    width: 1px;
    cursor: pointer;
    border-bottom: 1px solid #FFFFFF;
    border-left: 0px;
    border-top: 0px;     
    border-right: 0px;
    text-align: center; 
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-indent: 0px; 
    font-size: 1pt;   
}

.ThemeOfficeMenuItem .ThemeOfficeMenuItemText,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemText a
{
    background-color: #D8D8C6;
    text-indent: 5px;
    text-decoration: none;
    color: #434965;
    font-style: normal;
    font-weight: normal;
    white-space: nowrap;
    margin: 0px;
    cursor: pointer;
    border-bottom: 1px solid #FFFFFF;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    vertical-align: middle;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuItemRight
{
    background-color: #D8D8C6;
    width: 1px;
    cursor: pointer;
    border-bottom: 1px solid #FFFFFF;
    border-right: 0px;
    border-top: 0px;     
    border-left: 0px;
    padding-top: 1px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    text-indent: 0px;
    font-size: 1pt;
}

/* Item Over */
.ThemeOfficeMenuItemHover .ThemeOfficeMenuItemLeft,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuItemLeft
{
    background-color: #A9AF41;
    width: 1px;
    cursor: pointer;
    border-bottom: 0px solid #FFFFFF;
    border-left: 0px;
    border-top: 0px;     
    border-right: 0px;
    text-align: center; 
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 0px;
    text-indent: 0px; 
    font-size: 1pt;  
}

.ThemeOfficeMenuItemHover .ThemeOfficeMenuItemText,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuItemText,
.ThemeOfficeMenuItemHover .ThemeOfficeMenuItemText a,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuItemText a
{
    background-color: #A9AF41;
    text-indent: 5px;
    text-decoration: none;
    color: #FFFFFF;
    font-style: normal;
    font-weight: bolder;
    white-space: nowrap;
    margin: 0px;
    cursor: pointer;
    border-bottom: 0px solid #FFFFFF;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 0px;
    vertical-align: middle;
}

.ThemeOfficeMenuItemHover .ThemeOfficeMenuItemRight,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuItemRight
{
    background-color: #A9AF41;
    width: 1px;
    cursor: pointer;
    border-bottom: 0px solid #FFFFFF;
    border-right: 0px;
    border-top: 0px;   
    border-left: 0px;
    padding-top: 1px;
    padding-left: 0px;
    padding-bottom: 1px;
    padding-right: 0px;
    text-indent: 0px;
    font-size: 1pt;
}

/* Folder */
.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft
{
    background-color: #D8D8C6;
    width: 1px;
    cursor: pointer;
    border-bottom: 1px solid #FFFFFF;
    border-left: 0px;
    border-top: 0px;     
    border-right: 0px;
    text-align: center; 
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-indent: 0px; 
    font-size: 1pt;   
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItem .ThemeOfficeMenuFolderText a
{
    background-color: #D8D8C6;
    text-indent: 5px;
    text-decoration: none;
    color: #434965;
    font-style: normal;
    font-weight: bold;
    white-space: nowrap;
    margin: 0px;
    cursor: pointer;
    border-bottom: 1px solid #FFFFFF;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    vertical-align: middle;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderRight
{
    background-color: #D8D8C6;
    width: 1px;
    cursor: pointer;
    border-bottom: 1px solid #FFFFFF;
    border-right: 0px;
    border-top: 0px;     
    border-left: 0px;
    padding-top: 1px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    text-indent: 0px;
    font-size: 1pt;
}

/* Folder Over */
.ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderLeft,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderLeft
{
    background-color: #A9AF41;
    width: 1px;
    cursor: pointer;
    border-bottom: 1px solid #FFFFFF;
    border-left: 0px;
    border-top: 0px;     
    border-right: 0px;
    text-align: center; 
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-indent: 0px; 
    font-size: 1pt;   
}

.ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderText a,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderText a
{
    background-color: #A9AF41;
    text-indent: 5px;
    text-decoration: none;
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    white-space: nowrap;
    margin: 0px;
    cursor: pointer;
    border-bottom: 1px solid #FFFFFF;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    vertical-align: middle;
}

.ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderRight,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderRight
{
    background-color: #A9AF41;
    width: 1px;
    cursor: pointer;
    border-bottom: 1px solid #FFFFFF;
    border-right: 0px;
    border-top: 0px;     
    border-left: 0px;
    padding-top: 1px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    text-indent: 0px;
    font-size: 1pt;
}


/***************************** FORM CSS *****************************/
.form_td_header
{
	padding-left: 0px;
	background-color: #A9AF41;
	font-weight:bold;
	text-align:left;
	color: #FFFFFF;
	padding-left:8px;
	padding-top:3px;
	padding-bottom:3px;	
	padding-left:8px;

}

.form_td_subheader
{
	color: #434965;
	font-weight: bold;
	font-size: 10px;
	background:#D8D8C6;
	padding: 4px;
	border-bottom:1px solid #ffffff;
	height: 15px;
}

.inputbox 
{
	border: solid 1px #cccccc;
	background-color: #ffffff;
	font-size:10px;
        font-family: Verdana, Arial, Helvetica, Sans Serif;
}

.form_td1
{
	text-align: justify;
	padding: 4px;
	padding-left: 8px;
	font-weight: normal;
	color: #434965;
	background: #D8D8C6;
	border-bottom:1px solid #ffffff;
}

.form_td1_header
{
	text-align: justify;
	padding: 4px;
	padding-left: 8px;
	font-weight: bold;
	color: #434965;
	background: #D8D8C6;
	border-bottom:1px solid #ffffff;
}

.form_td2
{
	text-align: justify;
	padding: 4px;
	font-weight: normal;
	color: #000000;
	background:  #F0F0F0;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
        width: 70%;

}


/***************************** DATATABLE CSS *****************************/
.datatable_td_header
{
	padding:3px;
	background:#A9AF41;
}

.tablerow1 
{
	padding:3px;
	background:#F0F0F0;
    text-align: left;
}


.tablerow2
{
	padding:3px;
	background:#D8D8C6;
    text-align: left;
}


/***************************** BUTTON CSS *****************************/
/* DEFAULT BUTTON */
.button 
{
	color: #ffffff;
	text-align: center;
	font-size: 10px;
	border: 0px;
	width: auto;
	background-color: #c6bd70;
	padding: 2px;
}


/* GENERIC BUTTON - SHOULD REPLACE ALL OF THE BELLOW */
.generic_button_container
{

}

.generic_button
{
	font-family:Arial;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border: 0px;
	background-image: url(../images/b_pattern.gif);
	height:18px;
	padding-bottom:2px;
	cursor:pointer;
}

.generic_button_left
{
	width:4px;
	height:18px;
	background: url(../images/b_start.gif) no-repeat;
}

.generic_button_right
{
	width:4px;
	height:18px;
	background: url(../images/b_end.gif) no-repeat;
}
