/***************************** GENERAL HTML CSS *****************************/
html 
{
	height: 100%;
}

body 
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #000000;
}

img
{
	border:0px;
}


td 
{
	font-size: 10.5px;
	
}

tr
{

}

th
{
	
}

form 
{
	margin: 0px;
	
}

textarea
{
	font-size: 11px;
	
}

input
{
	font-size: 11px;
	
}

span
{
	
}

a:link		{ color: #8B0202; text-decoration: none; font-weight: bold; }
a:active	{ color: #8B0202; text-decoration: none; font-weight: bold; }
a:visited	{ color: #8B0202; text-decoration: none; font-weight: bold; }
a:hover		{ color: #3E0207; 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;
	font-weight: bold;
	
}

.componentheading 
{
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color: #385578;
	height: 25px;
	padding-left:6px;
	
}

.header_seperator
{
	display: block;
	height: 11px;
}

.descriptionTip
{
	    padding: 3px;
    background: #F2F2E8;
    border-bottom: 1px solid #000000;
    border-radius: 7px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000; 	
}

.userDataHeader
{
	padding:3px;
	background:#F2F2E8;
	border-bottom:1px solid #ffffff;
	font-weight: bold;	
}

.searchDataHeader
{
	padding:3px;
	background:#F2F2E8;
	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:#F2F2E8;
	border-bottom:1px solid #ffffff;	
}

.searchDataTable
{
	padding:3px;
	background:#F2F2E8;
	border-bottom:1px solid rgba(0, 0, 0, 0.3);
	text-align: left;
	border-radius:7px;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3); 
}

.error 
{
	font-style: italic;
	padding: 5px;
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
}

.info 
{
	font-style: italic;
	padding: 5px;
	color: #cccccc;
	font-size: 11px;
	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: 654px;
    height: 23px;
	z-index:9999999;
}

.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: #F2F2F2;
    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: #F2F2F2;
    text-indent: 5px;
    text-decoration: none;
    color: #000000
    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: #F2F2F2;
    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: #5da4d5;
    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: #5da4d5;
    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: #5da4d5;
    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: #F2F2F2; 
    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: #F2F2F2; 
    text-indent: 5px;
    text-decoration: none;
    color: #000000;
    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: #F2F2F2; 
    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: #5da4d5;
    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: #5da4d5;
    text-indent: 5px;
    text-decoration: none;
    color: #000000;
    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: #5da4d5;
    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: #D7D7D7;
	font-weight:bold;
	text-align:left;
	color: #section_header;
	padding-left:8px;
	padding-top:3px;
	padding-bottom:3px;	
	padding-left:8px;

}

.form_td_subheader
{
	color: #section_header;
	font-weight: bold;
	font-size: 11px;
	background:#F2F2E8;
	padding: 4px;
	border-bottom:1px solid #ffffff;
	height: 15px;
}

.inputbox 
{
	padding: 3px 11px;
font-size: 1.2em;
color: #000;
letter-spacing: -0.02em;
text-shadow: 0px 1px 0px #FFF;
outline: none;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	background: -moz-linear-gradient(top, #E0E0E0, #FFF);
	border-radius: 3px;
border: 1px solid #717171;
margin-right: 20px;
box-shadow: 1px 1px 0px #EFEFEF;
}

.form_td1
{
	text-align: justify;
	padding: 4px;
	padding-left: 8px;
	font-weight: normal;
	color: #000000;
	background: #F2F2E8;
	border-bottom:1px solid #ffffff;
}

.form_td1_header
{
	text-align: justify;
	padding: 4px;
	padding-left: 8px;
	font-weight: bold;
	color: #000000;
	background: #F2F2E8;
	border-bottom:1px solid #ffffff;
}

.form_td2
{
	text-align: justify;
	padding: 4px;
	font-weight: normal;
	color: #000000;
	background: #F2F2E8;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	width: 70%;
}


/***************************** DATATABLE CSS *****************************/
.datatable_td_header
{
	padding:3px;
	background:#D7D7D7;
}

.datatable_footer
{
	background: #D7D7D7;
	text-align: right;
	font-weight: bold; 
	color: 
}


.tablerow1 
{
	padding:3px;
	background:#EFEEE6;
        text-align: left;
}


.tablerow2
{
	padding:3px;
	background:#ECECEC;
	text-align: left;



}

.tablerowred
{
	padding:3px;
	background:#D2A4A4;
	text-align: left;
}



/***************************** BUTTON CSS *****************************/
/* DEFAULT BUTTON */

.button 

{

	color: #ffffff;

	text-align: center;

	font-size: 11px;

	border: 0px;

	width: auto;

	background-color: #868686;

	padding: 2px;

}



/* GENERIC BUTTON - SHOULD REPLACE ALL OF THE BELLOW */

.generic_button_container

{

	

}



.generic_button {
    box-shadow: inset 0px 39px 0px -24px #385598;
    background-color: #253375;
    border-radius: 4px;
    border: 1px solid #FFF;
    display: inline-block;
    cursor: pointer;
    color: #FFF;
    font-family: Arial;
    font-size: 11px;
    padding: 2px 15px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #3B3D79;
}


.generic_button_left

{

	width:2px;

	height:17px;

	background: url(../images/Button_left.gif) no-repeat;

}



.generic_button_right

{

	width:2px;

	height:17px;

	background: url(../images/Button_right.gif) no-repeat;

}



/*************************NEW DDPIndexPage***********************/
.serviceColumn
{
	width: 95%;
}

.imageColumn
{
	width: 5%;
}

.ddpIndexBackground
{
	color: #000000;
	background: #F2F2E8;
}

.serviceCategoriesHeaders
{
	text-align: justify;
	padding: 4px;
	padding-left: 8px;
	font-weight: bolder;
	color: #FFFFFF;
	background: #385578;
	border-bottom:1px solid #ffffff; 
}

.serviceCategoriesDescription
{
	font-weight: bold;
}

.serviceHeader
{
	text-align: justify;
	padding: 2px;
	padding-left: 4px;
	font-weight: bold;
	color: #000000;
}

/************************* CALENDAR CSS ****************************/
.jscalendar-DB-title-background-style {
	background-color: #385578;
}

/* Normal (not selected) appearance of controls in calendar title. */
.jscalendar-DB-title-control-normal-style {
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	cursor: pointer;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.jscalendar-DB-title-control-select-style {
	border-style: solid;
	border-width: 1px;
	border-color: #385578;
	cursor: pointer;
}


