@charset "utf-8";
/* CSS Document */

/* Text */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #333333;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}

.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.alert_good {
	font-family: Tahoma;
	color: #333333;
	background-color: #91FF91;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: 1px solid #009900;
}
.alert_bad {
	font-family: Tahoma;
	color: #333333;
	background-color: #FFB7B7;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: 1px solid #990000;
}
.alert_warning {
	font-family: Tahoma;
	color: #333333;
	background-color: #FFFFB0;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: 1px solid #FFFF00;
}
.loading {
	background-image: url(../../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.text {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.text_column {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.text_field {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.tr {
	color: #FFFFFF;
	background-color: #666666;
}
.tbl_brd_1 {
	background-color: #DDDDDD;
	border: 1px solid #F9A11B;
}
.button {
	background-color: #F9A11B;
	color: #333333;
}
.tr_top {
	color: #FFFFFF;
	background-color: #666666;
}

.inline {
	display: inline;
}
.thumbnail
{
	float: left;
	border: 1px solid #999;
	padding: 3px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0;
}
.clearboth { clear: both; }
.floatLeft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.floatRight { 
    float: right; 
    margin: 4px; 
}
/* ADMIN NAV START*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#slantedmenu{
font-weight: bold;
font-size: 90%;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
	text-indent: 10px;
	padding: 3px 0;
	margin: 0;
	background-color: #CCCCCC;
	border: 1px solid #bebebe;
	text-align: left; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #494949;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url(images/slantdivider.gif) top right no-repeat;
}

#slantedmenu ul li a:visited{
color: #494949;
} 

#slantedmenu ul li a:hover{
color: black;
}

#container {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 45px;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(images/sitewhirks.png);
}
/* ADMIN NAV END */
.text_white {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
p {
	color: #FFFFFF;
}
.tbl_first_row {
	display: none;
}
.tbl_brd_2 {
	border: 1px solid #FFFFFF;
}
