/* Whole page items. */

body {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	margin-bottom: 20px;
	padding:0%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color:#f5f5f5;
}
a:link {
	color:#ffffff;
}
a:visited {
	color:#ffffff;
}
a:hover {
	color:#8f8f8c;
}
a:active {
	color:#ffffff;
}

html {
	overflow-y: scroll;
}
/* End of whole page items */


/* container for everything */
#container {
	width:900px;
	padding:0px;
	margin:0px auto;
	background-color:#5f574f; /* Sets color beneath menu */
	
}
/* End of container */


/* Beginning of header items */
#header {
	background-color:#a99a6f;
}
#headerimg {
	text-align: center;
	padding: 10px;
	background-color:#500000;
}

#logo-image {
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
		
}
#rotate {
	text-align:center;
	padding:10px;
	background-color:#500000;
}

.rotate_img img {
	z-index:-1;
}
#title {
	position:relative;
	overflow:auto;
	text-align:center;
}
#topnav {
	text-align:right;
	float:right;
	overflow:auto;
	padding-top:7px;
	padding-right:10px;
	top:0px;
}
#topnav A:link, A:visited, A:active {
	color:#ffffff;
}
#topnav A:hover {
	color:#d7d3c7;
}

#topsearch {
	padding-top:12px;
	overflow:auto;
}

/* End of header items. */

/* Content */
#content {
	text-align:left;
	overflow:auto;
	min-height:400px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	background-color:white;
	clear: right;
}
#content P {
	padding:0px;
}
#content A:link {
	color:blue;
}
#content A:visited {
	color:blue;
}
#content A:hover {
	color:red;
}
#content A:active {
	color:blue;
}
/* End of Content*


/* Content */
#file_list {
	text-align:left;
	overflow:auto;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	background-color:white;
}
#file_list P {
	padding:0px;
}
#file_list A:link {
	color:blue;
}
#file_list A:visited {
	color:blue;
}
#file_list A:hover {
	color:red;
}
#file_list A:active {
	color:blue;
}
/* End of file_list*/


/* Footer */
#footer {
	clear: both;
	background-color:#500000;
}
.footer-table {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
.footer-table A:link, A:visited, A:active {
	color:#ffffff;
}
.footer-table A:hover {
	color:#d7d3c7;
}
#footer2 {
	clear: both;
	background-color:#fff;
}
.footer2-table {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
.footer2-table A:link, A:visited, A:active {
	color:#000;
}
.footer2-table A:hover {
	color:#d7d3c7;
}
/* End of Footer */


/* common styling for menu */
#menu {
	font-family: arial, sans-serif;
	width:140px;
	top:0px;
	font-size:11px;
	margin:0px 0;
	float:left;

}
#menu ul li a, #menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000000; /* Text color for main list items. */
	width:139px;
	height:20px;
	text-align:center;
	border:1px solid #fff;
	border-width:1px 1px 0 0;
	background-color:#d7d3c7; /* Background color for main menu */
	line-height:19px;
	font-size:11px;
	z-index:12;
}
#menu ul {
	width:141px;
	padding:0;
	margin:0;
	list-style-type: none;
}
#menu ul li {
	float:left;
	margin-right:1px;
	position:relative;
}
#menu ul li ul {
	display: none;
}

/* Specific to non IE browsers */
#menu ul li:hover a {
	color:#000000; /* Text color for main list items when hovered over. */
	background:#b3ab79;
}
#menu ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:140px;
	width:140px;
}
#menu ul li:hover ul li a {
	display:block;
	background:#D7D3C7; /* Background color of sub list items */
	color:#000000; /* Text color of sub list items when displayed */
	width:150px;
}
#menu ul li:hover ul li a:hover {
	background:#dfc184; /* Background color of sub list items when hovered over */
	color:#000; /* Text color of sub list items when hovered over */
}


#box_cal2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin-left: 8px;
	margin-right: 8px;
	width: 375px;
	text-align: left;
	border-collapse: collapse;
}
#box_cal2 th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	padding-left: 22px;
	background: #E2DBCC;
	border-bottom: 1px solid #fff;
	color: #000;
}
#box_cal2 td
{
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #F1EBDF; 
	border-bottom: 1px solid #fff;
	color: #000;
	border-top: 1px solid transparent;
}
#box_cal2 tr:hover td
{
	background: #dcdad7;
	color: #000;
}

.buttons a, .buttons button {
    display:block;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 0.9em;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    height: 22px;

}

.buttons button {
    width: auto;
    overflow:visible;

}
.buttons button[type] {
    padding:2px 2px 2px 2px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type] {
    padding:2px 2px 2px 2px; /* IE7 */
}
.buttons button img, .buttons a img {
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:18px;
}
/* STANDARD */

button:hover, .buttons a:hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active {
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE ex. add */

button.positive, .buttons a.positive {
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover {
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active {
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE ex. delete */

.buttons a.negative, button.negative {
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover {
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active {
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

