@charset "utf-8";
/* CSS Document */

/* Text */
.link_nav {
	font-family: Arial;
	font-size: 12px;
	text-transform: capitalize;
	color: #333333;
	padding-right: 30px;
	font-weight: bold;
}
.title {
	font-family: Arial;
	font-size: 18px;
	color: #666666;
}
.desc {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
}
h1 {
	font-family: Arial;
	font-size: 25px;
	font-weight: normal;
	color: #333333;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial;
	font-size: 21px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}

.links {
	font-family: Arial;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
li {
	list-style-type: square;
	color: #333333;
	list-style-position: outside;
	margin: 6px;
}

a:hover {
	text-decoration: underline;
}
.header {
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.alert_good {
	font-family: Arial;
	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: Arial;
	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: Arial;
	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: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.text_column {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.text_field {
	font-family: Arial;
	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-table;
}
.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: 5px; 
}
.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: 80%;
}

#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 {
	background-image: url(images/sitewhirks-2.png);
	height: 45px;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: right;
}
/* ADMIN NAV END */
.link_nav_active {
	font-family: Arial;
	font-size: 12px;
	text-transform: capitalize;
	color: #95272C;
	padding-right: 30px;
	font-weight: bold;
}
.scroll_title {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.scroll_date {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
}
.scroll_intro {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
.bg_left {
	background-image: url(images/layout/main-01_r4_c2.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.tableFirstRow {
	color: #FFFFFF;
	background-color: #FFFFFF;
	display: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.tablerowfirst {
	display: none;
}.footer {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}
.tbl_first_row {
	display: none;
}
p {
	font-size: 14px;
	color: #333333;
	border-top-width: 10px;
	border-right-width: 15px;
	border-bottom-width: 10px;
	border-left-width: 15px;
}

.link_nav2 {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	padding-right: 30px;
	font-weight: normal;
	text-decoration: none;
}
.link_nav {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	padding-right: 30px;
	font-weight: normal;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 5px;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.tbl_news {
	border: 1px solid #CCCCCC;
}
