*
{
border: 0;
margin: 0;
}

p {
	margin: -5px;
}

img
{
border: 0px;
}

td {
	padding: 5px;
	vertical-align: top;
}

.clear {
	clear: both;
}

.td_title {
	font-weight: bold;

}

.table_border tr td {
  border-bottom: 1pt solid grey;
}

body{
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	background: #E4E4E4;
	line-height: 20px;
}

	
#wrapper {
	width: 961px;
	margin: 0px auto;
}

#header { 
	height: 129px;
}

#header2 { 
	height: 75px;
}

#logo {	
		height: 53px;
		padding: 10px 0px 0px 27px;
		width:300px;
}

#logo H2 {

		font-family: Arial, Helvetica, sans-serif;
		color:#580b00;
		font-size:18px;
		font-style:italic;
		}

#logo a {
	text-decoration: none;
	font-style: italic;
	font-size: 16px;
	color: #580b00;
}
	
#logo h2 a{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
}

#menu{
	text-align:center;
	height: 58px;
	margin-left: 0px;
	padding: 8px 0px 0px 0px;
	background: url(images/buttons.gif) left top no-repeat;
	
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	padding-top: 13px;
	height: 33px;
	font-weight: bold;
	margin-right: 20px;
}

#menu li {
	float: left;
	list-style: none;
}



#menu .but:hover {
	color: #bf1702;
}





#content{
		padding: 0px 12px 0px 12px;
		background: #ffffff;
}




h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight: 100;
	color: #004d58;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}


	
#bottom {
	width: 100%;
	background: url(images/bottom.jpg) left bottom no-repeat #3D3D3D;
	color: #FFFFFF;
	padding-top: 15px;
}

#bottom h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 18px;
	color: #004d58;
	line-height: normal;}

.bottom_h1 { 
	background: url(images/bottom_h1.gif) top repeat-x;
	padding: 0px 0px 40px 0px;}

.b_col1 {
	width: 220px;
	height: 204px;
	float: left;
	margin-left: 30px;
	line-height: 25px;
}
.b_col2 {
	width: 153px;
	height: 204px;
	float: left;
	margin-left: 50px;
	text-align: left;
}
.b_col3 {
	width: 156px;
	height: 204px;
	float: left;
	margin-left: 50px;
	
}

.b_col4 {
		width: 218px;
		height: 204px;
		float: left;
		margin-left: 50px;
		text-align: left;
}


.b_col3 ul {
	list-style:none;
	padding: 0px 0px 0px 0px;}

.b_col3 li {
	padding: 8px 0px 0px 20px;
	background: url(images/fish2.gif) 0px 14px no-repeat;
	}
.b_col3 ul a:hover {
	text-decoration:underline;
	}
	
.b_col3 ul a {
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;}
	
.fu_i {
	padding: 0px 14px 0px 0px;
	vertical-align: middle ;
}


.b_col2 ul {
	list-style:none;
	padding: 0px 0px 0px 0px;}

.b_col2 li {
	padding: 8px 0px 2px 0px;
	background: none;
	}
	
.b_col2 li a {
	color:#FFFFFF;
	text-decoration: none;
	
}
.b_col2 li a:hover {
	text-decoration: underline;
}


#footer{
	height: 63px;
	font-size: 12px;
	color: #666666;
	text-align: center;
	padding: 27px 0px 0px 0px;
	background: url(images/footer.jpg) 0px 15px no-repeat;
	font-weight: bold;
}

#footer a{
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover{
	color: #666666;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}




/* form */
label {
	width: 120px;
	margin-bottom: 12px;
	display: block;
	float: left;	
}

input, select {
	width: 200px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	color: #555;
	padding: 4px;
	font-size: 12px;
	margin-bottom: 5px;
	border: 2px solid #ccc;	
}


.form_float_box {
	width: 100px; 
	float: left;
}

.checkbox_color_green {
	width: 15px; 
	border: 1px green solid; 
	outline-color: green; 
	outline-style:inset;
}

.checkbox_color_red {
	width: 15px; 
	border: 1px red solid; 
	outline-color: red; 
	outline-style:inset;
}

select {
	width: 160px;
}

textarea {
	border: 2px solid #ccc;	
	width: 400px;
}

textarea:focus, input:focus, select:focus  {
	border: 2px solid #900;
}

input[type=checkbox] { width: 15px;}

.submit {
	width: 150px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #ece9d8;
	border: solid 1px transparent;
	color: #000000;
	padding: 4px;
	font-size: 12px;
	margin-bottom: 5px;
	border: 2px solid #ccc;	
}

form span {
	color: red;
	margin-left: 5px;
}


.msg_error {
	border: 1px solid #c12929;
	background-color: #fff7f4;
	color: #2b2b2b;
	margin: auto;
	padding: 5px 5px 5px 5px;
	width: auto;
	max-width: 400px;
}

.msg_approve {
	border: 1px solid #08059C;
	background-color: #F4F4FF;
	color: #2b2b2b;
	margin: auto;
	padding: 5px 5px 5px 5px;
	width: auto;
	max-width: 400px;
}

.msg_note {
	border: 1px solid #038206;
	background-color: #F4FFF5;
	color: #2b2b2b;
	margin: auto;
	padding: 5px 5px 5px 5px;
	width: auto;
	max-width: 400px;
}

#load {
	position: absolute;
	z-index: 1;
	border: 3px double #999;
	background: #f7f7f7;
	width: 300px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	top: 50%;
	left: 50%;
	text-align: center;
	line-height: 200px;
	font-family: "Trebuchet MS", verdana, arial,tahoma;
	font-size: 18pt;
}

.more {
	display: none;
	border: 1px solid #808080;
	padding: 5px;
	width: 400px;
}


/* PR Calendar*/

.PrCalendar {
	width: 98%;
	background: #EEEEEE;
}

.PrCalendar td{

	height: 50px ;
	vertical-align: top ;
	padding: 2px ;
	border: 1px solid grey ;
	background: url('images/cellBG.png') repeat-x;	
}

.PrCalendar td a{
	float: right;
}

.PrCalendar  td p {
	padding: 0 2px 0 2px;
	border-radius: 4px;
	margin: 0 3px 3px 3px;
}

.mark_start {
	background: #b4dbb8;
}

.mark_end {
	background: #dbb4b4;
}
.mark_vacation {
	background: yellow;
}

/* END - PR Calendar*/




.page_break {page-break-before:always}
