/**
 * Common styles for all services 
 */

*	{
	margin: 0;
}

html	{
	height: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 74%;
}

body {
	height: 95%;
	margin: 0;
	padding: 0;
	/*color: #333;*/
	/*color: lightgrey;*/
	text-align: center;
}

/* CONTENT CONTAINER STYLE */
#sitecontainer {
	width: 990px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	padding: 0;
	text-align: left;
}

#wrapper_footer	{
	clear: both;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
	border: 0px solid #FFFFFF;
	text-align: left;
	height: 4em;
}

.push	{
	clear: both;
	height: 4em;
	background-color: #FFFFFF;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

.redBoldTextPadded {
	font-weight:bold;
	color:#ff0000;
	padding-top:0.3em;
	padding-bottom:0.3em;
}

.blackBoldSpan {
	color:#000;
}


.inboxOne {
	background-color: #F3F3F3;
	font-family: Arial, Verdana;
	font-size: 11px;
	padding-top:3px;
	padding-bottom:3px;
}


.inboxTwo {
	background-color: #FFFFFF;
	font-family: Arial, Verdana;
	font-size: 11px;
	padding-top:3px;
	padding-bottom:3px;
}

.wrapper_gov	{
	margin-left: auto;
	margin-right: auto;
	width: 990px;
}



.greenHeadingNew
{
color: #006A4E;
font-family: Verdana;
font-weight: bold;
font-size: 18px;

}


.greenHeadingToolkit {
background-color: #E0F2D1; 
color: #63BD19;
font-family: Verdana;
font-weight: bold;
font-size: 14px;
padding-left:20px;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
border-bottom: 0px solid #FFFFFF;
}


.greenTableToolkit {
border-top: 5px solid #C7E7AC; 
padding-top: 0px;
border-left: 5px solid #C7E7AC; 
padding-left:0px; 
border-right: 5px solid #C7E7AC; 
padding-right: 0px; 
border-bottom: 5px solid #C7E7AC; 
padding-bottom:5px;
background-color: #FFFFFF;
}

.greenToolkitLogin
{
color: white;
background-color: #63BD19; 
padding-top:5px;
padding-bottom:5px; 
padding-left: 10px;
}




.jobtypes {
padding-top: 5px;
padding-left:5px; 
padding-right: 5px; 
padding-bottom:5px;
background-color: #D0EBBA;
/* color: #63BD19; */
color: #006A4E;
}



.greenPaddingToolkit {
	padding-left: 1px solid #FFFFFF;
	padding-right: 1px solid #FFFFFF;
	padding-top: 1px solid #FFFFFF;
	padding-bottom: 1px solid #FFFFFF;
} 

.greenTableToolkit td {
	padding-left: 1px solid #FFFFFF;
	padding-right: 1px solid #FFFFFF;
	padding-top: 1px solid #FFFFFF;
	padding-bottom: 1px solid #FFFFFF;
} 

ul#menuLeftToolkit	{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#menuLeftToolkit a:link, #menuLeftToolkit a:visited	{
	display: block;
	padding: 6px 8px 6px 8px;
	text-decoration: none;
	background-image: url('../../../web_common/toolkit/menu_arrow_off.gif');
	background-position: right;
	background-repeat: no-repeat;
	color: #63BD19;
	font-size: 11px;
	border-bottom: 1px solid #11AE30;
}

#menuLeftToolkit a:hover{
	background-image: url('../../../web_common/toolkit/menu_arrow_rollover.jpg');
	padding: 6px 8px 6px 8px;
	background-position: right;
	background-repeat: no-repeat;
	color: #006A4E;
	font-size: 11px;
	text-decoration: underline;
}

#menuLeftToolkit a:active	{
	background-image: url('../../../web_common/toolkit/menu_arrow_rollover.jpg');
	padding: 6px 8px 6px 8px;
	background-position: right;
	background-repeat: no-repeat;
	color: #63BD19;
	font-size: 11px;
	text-decoration: underline;
}




ul#menuRightToolkit	{
	list-style-type: none;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}

#menuRightToolkit a:link, #menuRightToolkit a:visited	{
	display: block;
	padding: 3px 8px 3px 8px;
	text-decoration: none;
	background-image: url('../../../web_common/toolkit/nav_list_arrow.gif');
	background-position: left;
	background-repeat: no-repeat;
	color: #63BD19;
	font-size: 11px;
/*	border-bottom: 1px solid #11AE30; */
}

#menuRightToolkit a:hover{
	background-image: url('../../../web_common/toolkit/nav_list_arrow.gif');
	padding: 3px 8px 3px 8px;
	background-position: left;
	background-repeat: no-repeat;
	color: #006A4E;
	font-size: 11px;
	text-decoration: underline;
}

#menuRightToolkit a:active	{
	background-image: url('../../../web_common/toolkit/nav_list_arrow.gif');
	padding: 3px 8px 3px 8px;
	background-position: left;
	background-repeat: no-repeat;
	color: #63BD19;
	font-size: 11px;
	text-decoration: underline;
}



.formspecial_green
 { font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	border: #006A4E;
	color:#FFFFFF;
	background-color: #006A4E;
	border-style: solid; 
	height:25px;
	width:155px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;

	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
}


/******** New entries 01/05/09 ********/

ul#menuLeft	{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#menuLeft a:link, #menuLeft a:visited	{
	display: block;
/*	width: 158px;*/
	padding: 6px 8px 6px 8px;
	text-decoration: none;
	background-position: right;
	background-repeat: no-repeat;
/*	color: #00667C; */
	color: #003580;
	background-color:#E5E5E5;
	font-size: 11px;
	border-bottom: 1px solid #FFFFFF;
}

#menuLeft a:hover{
	background-position: right;
	background-repeat: no-repeat;
	background-color:#C5C5C5;
/*	color: #962399; */
	color: #003580;
	font-size: 11px;
	text-decoration: underline;
}

#menuLeft a:active	{
	background-position: right;
	background-repeat: no-repeat;
	background-color:#C5C5C5;
	color: #003580;
	font-size: 11px;
	text-decoration: underline;
}

/*
New Poole Styles
*/

.blueTitle
{
color: #FFFFFF;
width:100%;
padding-left:15px;
padding-top:7px;
padding-bottom:7px;
font-family:Arial, Verdana;
font-size:26px;
background-color:#335D99;
height:17px;
}

.panelHeading
{
color: #FFFFFF;
padding-left:10px;
padding-top:7px;
padding-bottom:7px;
background-color:#335D99;
font-size: 15px;
background-position: right;
text-decoration:bold;
background-repeat: no-repeat;
background-image:url(../../../web_common/images/poolegov/login_header.gif);
height:17px;
}

.greyline2
{
background-position: right;
background-repeat: repeat;
background-image:url(../../../web_common/images/poolegov/dots2.gif);
height:11px;
}

.greyline
{
background-position: right;
background-repeat: repeat;
background-image:url(../../../web_common/images/poolegov/dots3.gif);
height:1px;
padding-top:0px;
padding-right:0px;
}

.cellBGLGreenHeading	{
	color: #FFFFFF;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
	font-size: 15px;
	text-decoration:bold;
	background-color:#335D99;
	background-position: right;
	background-repeat: no-repeat;
	background-image:url(../../../web_common/images/poolegov/login_header.gif);
	height:17px;
}

.LeftOver {
	background-position: right;
	background-repeat: no-repeat;
	background-color:#C5C5C5;
/*	color: #962399; */
	color: #003580;
	font-size: 11px;
	text-decoration: underline;
}

.formspecialBG {
	font-size: 11px;
	border: 1px solid #666666;
	padding: 1px 1px 1px 1px;
}

.formSubmitEnterGo	{
	background-color: #B2C2D9;
	color: #FFFFFF;
	padding: 0px 4px 0px 8px;
	cursor: pointer;
	font-size: 14px;
	border: 0px solid #2DA9BB;
}

.footerText		{
	color: #666666;
	font-size: 11px;
}

.footerText a	{
	color: #666666;
	text-decoration: none;
}

.footerText a:hover	{
	color: #666666;
	text-decoration: underline;
}

#wrapper	{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	border: 4px solid #FFFFFF;
	text-align: left;
	background-color: #FFFFFF;
}

ul#menuPink	{
	list-style-type: none;
	padding: 0px 0px 0px 14px;
	margin: 0px 0px 0px 0px;
}

#menuPink a:link, #menuPink a:visited	{
	display: block;
	width: 100%;
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	background-image: url('../../../web_common/images/poolegov/pale_blue_arrow.gif');
	background-position: left;
	background-repeat: no-repeat;
	color: #003580;
	font-size: 11px;
	border-bottom: 1px solid #666666;
}

#menuPink a:hover{
	background-image: url('../../../web_common/images/poolegov/pale_blue_arrow.gif');
	background-position: left;
	background-repeat: no-repeat;
	color: #003580;
	font-size: 11px;
	text-decoration: underline;
}

#menuPink a:active	{
	background-image: url('../../../web_common/images/poolegov/pale_blue_arrow.gif');
	background-position: left;
	background-repeat: no-repeat;
	color: #003580;
	font-size: 11px;
	text-decoration: underline;
}

.searchCalendar	{
	border: 4px solid #CCCCCC;
	margin-left: 0px;
	margin-bottom: 8px;
	height: 260px;
}

.searchCalendarTitle	{
	margin-left: 0px;
	/*background-image: url('../images/page_titlebar.jpg');*/
	background-color: #CCCCCC;
	color: #003580;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0px 4px 8px;
	border-bottom: 0px solid #FFFFFF;
}

.calOuter	{
	background-color: #FFFFFF;
	border: 4px solid #CCCCCC;
	padding: 1px 1px 1px 1px;
	width: 215px;
}

.calOuterleft	{
	background-color: #FFFFFF;
	border: 4px solid #CCCCCC;
	padding: 1px 1px 1px 1px;
	width: 215px;
}

.calIframeleft	{
	width: 230px;
	height: 270px;
	border: 4px solid #CCCCCC;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

.calIframe	{
	width: 220px;
	height: 270px;
	border: 4px solid #CCCCCC;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

.calMonth	{
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	padding: 4px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	color: #003580;;
}

.calDay	{
	background-color: #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-size: 11px;
	height: 24px;
	text-align: center;
	color: #003580;
}

.calDate	{
	background-color: #E5E5E5;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #003580;
	font-size: 11px;
}

.calDate a:hover	{
	background-color: #B2C2D9;
	color: #FFFFFF;
	cursor: pointer;
}

.td_dash {
	padding: 5px;
}
