/**
 * This is Stylesheet file for the default template
 * @author David Green <david@dggreen.co.uk>
 * @copyright Copyright (c) 2007, David Green
 * @link http://www.dggreen.co.uk
 * @version style.css v1.0
 */

/* [Start] Standard Page Elements */
body, pre, td, li, ul, ol, dl, p, form, input, select, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545C65;
}

body {
	padding: 0px;
	margin: 0;
	/*background-image: url(../images/green_bk.jpg);*/	
}


a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}


h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}

/* [End] Standard Page Elements */


.center
{ 
margin-left: auto;
margin-right: auto;
text-align: left;
}



.colour1 {
	background-color: #C1C5CC;
}
.colour2 {
	background-color: #ffffff;
}
.colour3 {
	background-color: #efefef;
}


a.headerNavigationLinks {
	color: #666666;
	text-decoration: none;
}


a.secondaryLinks {
	color: #2A53A5;
	text-decoration: underline;
}
a.nlink:hover {
	color: #2A53A5;
	text-decoration: none
}

/* ~~~ [forms] ~~~ */
.submitButton {
text-align:center;
}

form { margin: 0; }

.errormsg {
	color: #B80000;
	font-weight: bold;
}









table.data {
/*	margin: 10px 0;*/
	empty-cells: show;
	empty-cells: show;
	border-bottom: 1px solid #C1C5CC;
	border-left: 1px solid #C1C5CC;
	border-right: 1px solid #C1C5CC;
}
table.data, table.data p, table.data td, table.data th {
	font-size: 12px;
	color: #545C65;
}
table.data th div
{
    position:relative;
}
table.data thead tr {
	background-color: #EBEDC5;
	
}


table.data thead tr th a {
	display: block;
/*	width: 100%;*/
	width: 100%;
	color: #333333;
	cursor:hand;
	margin: 0;
	padding: 5px 4px 6px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-image: url(../images/icon-sort-normal-s.gif);
	background-position: right center;
}

table.data thead tr th a#notselected {
	display: block;
	width: 100%;
	color: #FFFFFF;
	cursor: hand;
	margin: 0;
	padding: 5px 4px 6px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-image: url(../images/1x1.gif);
	background-position: right center;
}


table.data thead tr th a#selected {
	display: block;
	width: 100%;
	cursor: hand;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 5px 4px 6px;
	white-space: nowrap;
	background-color: #7C9C5F;
	background-image: url(/templates/estate/images/sort_down.gif);
	background-repeat: no-repeat;
	layer-background-image: url(/templates/estate/images/sort_down.gif);
	background-position: right center;
}

table.data thead tr th a#selected2 {
	display: block;
	width: 100%;
	cursor: hand;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 5px 4px 6px;
	white-space: nowrap;
	background-color: #7C9C5F;
	background-image: url(/templates/estate/images/sort_up.gif);
	background-repeat: no-repeat;
/*	layer-background-image: url(/templates/estate/images/sort_down.gif);*/
	background-image: url(/templates/estate/images/sort_down.gif);
/*/*/
	background-position: right center;
/*buzz*/
}


.unselected {
	color: #333333;
	font-weight: normal;
	margin: 0;
	border-right:1px; border-right-color:#FFFFFF;
	padding: 5px 4px 6px;
	white-space: nowrap;
	background-color: #EBEDC5;
/*/*/
	background-position: right center;
/*buzz*/
}


table.data thead tr th a#selected3 {
	display: block;
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 5px 4px 6px;
	white-space: nowrap;
	background-color: #7C9C5F;
	background-image: url(/templates/estate/images/sort_down.gif);
	background-repeat: no-repeat;
/*	layer-background-image: url(/templates/estate/images/sort_down.gif);*/
	background-image: url(/templates/estate/images/sort_down.gif);
	background-position: right center;
}

table.data thead tr th a:hover {
	background-color: #7C9C5F;
	color: #FFFFFF;
	text-decoration: none;
}
table.data thead tr th {
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
/*/*/
	border-left: 1px solid white;
/*buzz*/
}
table.data thead tr th#firsth {
	background: transparent;
	background-color: #EBEDC5;
	padding-left: 2px;
	border-left: 1px solid #EBEDC5;
}
table.data thead tr th#selected {
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: top;
	padding: 5px 4px 0px;
	background-color: #7C9C5F;
	background-image: url(/templates/estate/images/sort_down.gif);
	background-repeat: no-repeat;
/*	layer-background-image: url(/templates/estate/images/sort_down.gif);*/
	background-image: url(/templates/estate/images/sort_down.gif);
/*/*/
	background-position: right center;
	border-left: 1px solid white;
/*buzz*/	
}

table.data tbody tr td {
	border-color: white;
	border-style: solid;
	border-width: 1px 0 0 1px;
	padding: 1px 4px;
}
tr.iselected td, tr#iselected td {
	background-color: #DEE0E2;
}
tr.dataodd td {
	background-color: #F2F3F3;
}
table.data tbody tr td.f {
	border-left: none;
}

table.data tbody tr:hover td{
	background-color: #F5F7E6;
}
table.data tbody tr.over+tr td {
background-image:url(/templates/estate/images/shadow.png);
background-repeat:repeat-x;
}

#container {
	background-image:url(/templates/estate/images/green_bk.jpg);
	background-repeat:no-repeat;
	width:100%;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
    }

#navContainer {
	width:100%;
	padding:0px;
	background:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
    }

#logoContainer {
	background-color:#333333;
	padding:0px;
	width:100%;
	height:17px;
	margin-left: auto;
	margin-right: auto;
    }

#titlesContainer {
	background-image:url(/templates/estate/images/green_bk.jpg);
	background-repeat:no-repeat;
	height:70px;
	width:100%;
	padding-right:0px;
	margin-left: auto;
	margin-right: auto;

    }

#admin_header_table  {
background-color:#F9F9F9;
padding-left:15px;
padding-right:15px;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #999999;
border-right: 1px solid #999999;
border-left: 1px solid #999999;
}

#admin_results_navigation_table  {
background-color:#F9F9F9;
padding-left:15px;
padding-right:5px;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #999999;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
text-align:right;
}


#admin_navigation_table  {
background-color:#FFFFFF;
padding-left:15px;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #999999;
}

#admin_topLevel_navigation_table  {
background-color:#F9F9F9;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
text-align:right;
padding-right:15px;
padding-top:3px;
}


#admin_top_navigation_table  {
background-color:#333333;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
height: 25px;
position: relative;

border-top: 1px solid #FFFFFF;
background: #333333 top repeat-x;
z-index: 1;
}

#admin_top_navigation_table ul { right: 0; } 

#admin_table  {
display: table-row;
background-color:#ffffff;
display:table;
width:100%
}

#search_box  {
margin:0px;
padding-left:13px;
padding-bottom:10px;
padding-top:7px;
}


.navigation_results_table  {
width: auto;
padding:2px;
}


.navigation_results_box-off  {

cursor: hand;
background-color:#999999;
border: 1px solid #999999;
text-align:center;
width:15px;
height:15px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

.navigation_results_box-on {

cursor: hand;
background-color:#333366;
border: 1px solid #999999;
text-align:center;
width:15px;
height:15px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
}


a.navigation_results {
	color: #ffffff;
	text-decoration: none;
}

.selectBox{
width:200px;
}

.selectBoxLong{
width:400px;
}

.selectMultiple{
width:275px;
}

.selectMultiple2{
width:400px;
height:400px;
}

.messageBox{
width:400px;
height:100px;
}

.textFieldWide{
width:400px;
}


.error{
color:#CC0000;
}

.suggest_link {		
background-color: #F2F3F3;	
color:#666666;		
padding: 2px 6px 2px 6px;	
}	
.suggest_link_over {		
background-color: #D5D9D9;
color:#666666;			
padding: 2px 6px 2px 6px;	
}	
#search_suggest {		
position: absolute; 				
text-align: left; 		
border: 1px dashed #ffffff;				
}

.contentBox{
text-align:left;
width:300px;
height:200px;
padding:50px;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
}




  .actionbuttonssmall{background-color: #999999;border: 0px;color: #ffffff;width: 25px;height: 19px;font-size: 9px;} 
  .actionbuttonsbig{ padding:2px; background-color: #999999;border: 0px;color: #ffffff;width: 45px;height: 19px;font-size: 9px;} 
  .yearokbutton{background-color: Gray;border: 0px;color: #000000;width: 15px;height: 20px;font-size: 9px;} 
  .daybuttons{border: 0px;width: 20px;height: 20px;background-color: #EEEEEE ;background: #EEEEEE ;font-family: Tahoma;font-size: 12px;position: relative;} 
  .presseddaybutton{border: 1px; border-color:#316AC5; width: 20px; height: 20px; color: #316AC5 ;font-family: Tahoma;font-size: 12px;position: relative;} 
  .caltable {border: 0px;background-color: #EEEEEE;font-family: Tahoma;font-size: 12px;} 
  .monthyear {border: 0px;background-color: Silver;font-family: Tahoma;font-size: 12px;align :center} 



.projectTaskColourLayer{

	width:150px;
	position:absolute; 
	visibility:hidden;
	border-style: solid; 
	background-color: #D8DDC6; 
	color: #636D41;
	border-width:1px;
	padding: 5px;
}

.projectTaskColour{
background-color:#D8DDC6;
color: #636D41;
border:1px solid;
border-color:#FFFFFF;
border-bottom:1px;
}

.projectTaskColourLink{
background-color:#D8DDC6;
color: #636D41;
text-decoration:none;
}

.projectTaskColourLayer1{

	width:135px;
	position:absolute; 
	visibility:hidden;
	border-style: solid; 
	background-color: #9D313D; 
	color: #ffffff;
	border-width:1px;
	margin-left:-3px;
	padding: 3px;
}

.projectTaskColour1{
background-color:#9D313D;
color: #ffffff;
height: 15px;
border:1px solid;
border-color:#FFFFFF;
border-bottom:1px;
}

.projectTaskColourLink1{
background-color:#9D313D;
color: #ffffff;
text-decoration:none;
}

.projectTaskColourLayer2{

	position:absolute;
	width:135px;
	visibility:hidden;
	border-style: solid; 
	background-color: #9A525D; 
	color: #ffffff;
	border-width:1px;
	margin-left:-3px;
	padding: 3px;
}

.projectTaskColour2{
background-color:#9A525D;
color: #ffffff;
height: 15px;
border:1px solid;
border-color:#FFFFFF;
border-bottom:1px;
}

.projectTaskColourLink2{
background-color:#9A525D;
color: #ffffff;
text-decoration:none;
}


.projectTaskColourLayer3{

	width:135px;
	position:absolute; 
	visibility:hidden;
	border-style: solid; 
	background-color: #FAE084; 
	color: #636D41;
	border-width:1px;
	margin-left:-3px;
	padding: 3px;
}

.projectTaskColour3{
background-color:#FAE084;
color: #636D41;
height: 15px;
border:1px solid;
border-color:#FFFFFF;
border-bottom:1px;
}

.projectTaskColourLink3 {
color: #636D41;
text-decoration:none;
}

.projectTaskColourLayer4{

	width:135px;
	position:absolute; 
	visibility:hidden;
	border-style: solid; 
	background-color: #B6C197; 
	color: #636D41;
	border-width:1px;
	margin-left:-3px;
	padding: 3px;
}

.projectTaskColour4{
background-color:#B6C197;
color: #636D41;
height: 15px;
border:1px solid;
border-color:#FFFFFF;
border-bottom:1px;
}

.projectTaskColourLink4{
background-color:#B6C197;
color: #636D41;
text-decoration:none;
}

.calendarActive{
border:1px solid;
border-color:#000000;
}

.calendarWeekend{
background-color:#F7F8E7;
}


.upload{

	position: relative;
	visibility:hidden;

}

.calendarEventLayer{

	width:130px;
	margin-left: -12px;
	margin-top: 10px;
	position:absolute; 
	visibility:hidden;
	border-style: solid; 
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px; 
	color: #636D41;
	border-width:1px;
	padding: 5px;
}



#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
/*background-color: light-yellow;*/
background-color: yellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}




#admin_top_navigation_table ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-left: 1px solid #576178;
	border-right: 1px solid #1f2635;
	position: absolute;
}

#admin_top_navigation_table li {
	float: left;
	padding: 0;
	margin: 0;
}

#admin_top_navigation_table ul span, #admin_top_navigation_table ul a:link, #admin_top_navigation_table ul a:visited {
	display: block;
	float: left;
	padding: 5px 10px;
	text-decoration: none;
	border-right: 1px solid #576178;
	border-left: 1px solid #1f2635;
	color: #dee0e5;
	height: 15px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 15px;
}

#admin_top_navigation_table ul li a:hover {
	background: #666666;
	color: #ffffff;
	text-decoration: underline;
}

.navSelected {
	background: #666666;
	color: #000000;
	text-decoration: underline;
}


#messageContainer {
	width:100%;
	padding:0px;
	background:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

#helpContainer {
	width:100%;
	padding:0px;
	background:#666666;
	margin-left: auto;
	margin-right: auto;
	
}

#helpMessage{

	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 18px;
	font-size:11px;
	color:#ffffff;
	font-weight:normal;
}


#screenMessage{

	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding-left: 18px;
	font-size:14px;
	color:#993300;
	font-weight:bold;

}

#loading {
 	width: 200px;
 	height: 100px;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
	visibility:hidden;
}

fieldset {
  padding: 1em;
  }
legend {
margin-left:-15px;
  padding: 1em;
  color:#000000;
  text-align:right;
  font-size:16px;
  font-weight:bold;
  text-align:left;
  }
[disabled] {  
background-color:#F9F9F9;
color:#F9F9F9; 
} 

.loginTitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px; 
	color: #CC6600;
	font-weight:bold;
}

.upload1  {color:#000033; 
        position:fixed; top:100px; left:100px; width:480px; height:280px;
        z-index:99;  visibility:hidden;}
.upload2  {color:#000033; 
        position:fixed; top:100px; left:100px; width:480px; height:280px;
        z-index:99;  visibility:hidden;}
.upload3  {color:#000033; 
        position:fixed; top:100px; left:100px; width:480px; height:280px;
        z-index:99;  visibility:hidden;}
.upload4  {color:#000033; 
        position:fixed; top:100px; left:100px; width:480px; height:280px;
        z-index:99;  visibility:hidden;}
.upload5  {color:#000033; 
        position:fixed; top:100px; left:100px; width:480px; height:280px;
        z-index:99;  visibility:hidden;}
.upload6  {color:#000033; 
        position:fixed; top:100px; left:100px; width:480px; height:280px;
        z-index:99;  visibility:hidden;}
.upload7  {color:#000033; 
        position:fixed; top:100px; left:100px; width:480px; height:280px;
        z-index:99;  visibility:hidden;}
.upload8  {color:#000033; 
        position:fixed; top:100px; left:100px; width:480px; height:280px;
        z-index:99;  visibility:hidden;}
		

.tipTable{
padding:6px;
border: 1px solid #DDDDDD;
}	
		
.tipTitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#F0F0EE; 
	color: #000000;
	font-weight:bold;
}		
.tipBody{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#F9F9F9; 
	color: #000000;
	font-weight:bold;
}		


#popupMask {
	position: fixed;
	z-index: 98;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin:0px;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("/templates/estate/images/maskBG.png") !important; /* For browsers Moz, Opera, etc. */
	background-image:none;
	background-repeat: repeat;
	visibility:hidden;
	
}
#showActiveMenu
{
    position:absolute;
    left:3.8em;
    top:6px;
    z-index:2;
    display:inline;
}
#showInactiveLink
{
/*	float:right;*/
/*	margin:5px 25px 5px 20px;*/
	cursor:default;
	text-decoration:underline;
	padding:3px;
/*	padding-right:25px;*/
	font-size:10px;
	display:inline;
}
#showInactiveLink:hover
{
	background-color: #EBEDC5;
	color: #000099;
}
