/*===========================================================================================================*/
/*       MAIN       */
/*===========================================================================================================*/
body {
	font-family: Tahoma, Geneva, Arial, Verdana, sans-serif;
	background-color: #d5c592;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
body .printview {
	padding: 30px;
	font-family: Tahoma, Geneva, Arial, Verdana, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/blank.gif);
}
/*===========================================================================================================*/
/*       BASE       */
/*===========================================================================================================*/
p {
	font-family: Tahoma, Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
a:link {
	color: #900;
	text-decoration: underline;
}
a:visited {
	color: #900;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
a:active  {
	color: #900;
	text-decoration: underline;
}
strong {
	font-family: Tahoma, Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;	
}
table {
	width: 100%;
	padding: 10px;
}
/*===========================================================================================================*/
/*       CLASSES       */
/*===========================================================================================================*/
.white {
	color:#FFF;	
}
.left {
	float: left;	
}
.right {
	float: right;	
}
.clear {
	clear: both;	
}
/*===========================================================================================================*/
/*       GLOBAL CLASSES       */
/*===========================================================================================================*/
.txtfield {
	border: 1px solid #48290D;
	margin: 0px;
	padding: 3px;
}
.line {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #48290D;
}
.error {
	margin: 5px;
	padding: 4px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	background-color: #900;
}
/*===========================================================================================================*/
/*       GRIDVIEW       */
/*===========================================================================================================*/
.GridViewStyle {
	font-family: Tahoma, Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 11px;
	padding: 5px;
	text-align: center;
}
.GridViewStyle a {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	background-image: url(images/buttontile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
}
.GridViewStyle a:link {
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000;
	padding-bottom: 10px;
}
.GridViewStyle a:visited {
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000;	
}
.GridViewStyle a:hover {
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/buttontile_ro.jpg);
}
.GridViewStyle a:active {
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000;	
}
.GridViewHeaderStyle th {
	padding: 5px;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D5C592;
	border-left-color: #D5C592;
	text-transform: uppercase;
	font-size: 10px;
}
.GridViewHeaderStyle {
	background-color: #000;
	font-weight: bold;
	color: White;
	padding: 10px;
	text-align: center;
	background-image: url(images/darkbg.jpg);
}
.GridViewFooterStyle {
    background-color: #48290D;
    font-weight: bold;
    color: White;
	padding: 10px;
	text-align: center;
}
.GridViewRowStyle {
    background-color: #F7F6F3;
    color: #333333;
	padding: 10px;
	text-align: center;
}
.GridViewRowStyleLeft {
    background-color: #F7F6F3;
    color: #333333;
	padding: 10px;
	text-align: Left;
}
.GridViewAlternatingRowStyle {
    background-color: #FFFFFF;
    color: #284775;
	padding: 10px;
	text-align: center;
}
.GridViewRowStyle td, .GridViewAlternatingRowStyle td {
	border: 1px solid #D5C592;
	padding: 10px;
	text-align: center;
}
.GridViewSelectedRowStyle {
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
	padding: 10px;
	text-align: center;
}
.GridViewPagerStyle {
    background-color: #48290D;
    color: #FFFFFF;
	padding: 10px;
	text-align: center;
}
.GridViewPagerStyle table {
    margin: 0 auto 0 auto;
	padding: 10px;
	text-align: center;
}
/*===========================================================================================================*/
/*       TABLE       */
/*===========================================================================================================*/
.TableViewStyle {
	font-family: Tahoma, Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 11px;
	padding: 5px;
	text-align: center;
	
}	
.TableViewRowStyle {
    background-color: #F7F6F3;
    color: #333333;
	padding: 5px;
	text-align: center;
	
}
.TableViewHeaderStyle {
	background-color: #000;
	font-weight: bold;
	color: White;
	padding: 5px;
	text-align: center;
	background-image: url(images/darkbg.jpg);
}
.TableViewHeaderStyle th {
	padding: 5px;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D5C592;
	border-left-color: #D5C592;
	text-transform: uppercase;
	font-size: 10px;
}
.TableViewCellStyle {
	padding: 5px;
	text-align: center;
	
}
.TableViewRowStyleNoBox {
    background-color: #F7F6F3;
    color: #333333;
	padding: 5px;
	text-align: center;
	
}
.TableViewHeaderStyleNoBox {
	background-color: #000;
	font-weight: bold;
	color: White;
	padding: 5px;
	text-align: center;
	
	background-image: url(images/darkbg.jpg);
}
/*===========================================================================================================*/
/*       CONTAINER       */
/*===========================================================================================================*/
#container {
	width: 100%;
}
/*===========================================================================================================*/
/*       HEADER       */
/*===========================================================================================================*/
#header {
	width: 931px;
	height: 130px;
	padding-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
/*===========================================================================================================*/
/*       HEADER NAV       */
/*===========================================================================================================*/
#header #navi {
	top: 10px;
	float: right;
	width: 100%;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #963;
	position: relative;
	text-align: right;
}
#header #navi .current {
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 10px;
	background-image: url(images/buttontile_ro.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: bold;
}
#header #navi a {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	background-image: url(images/buttontile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
}
#header #navi a:link {
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000;
	padding-bottom: 10px;
}
#header #navi a:visited {
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000;	
}
#header #navi a:hover {
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/buttontile_ro.jpg);
}
#header #navi a:active {
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000;	
}

/*===========================================================================================================*/
/*       HEADER INFO       */
/*===========================================================================================================*/
#header #orghead {
	top: 0px;
	width: 600px;
	float: right;
	position: relative;
	text-align: right;
}
#header #orghead p {
	width: 100%;
	float: right;
	font-size: 8px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 12px;
	padding-top: 5px;
	font-weight: bold;
}
#header #orghead .current {
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 10px;
	background-image: url(images/buttontile_ro.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
	font-size: 8px;
	letter-spacing: 1px;
	font-weight: bold;
}
#header #orghead a {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	background-image: url(images/buttontile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
}
#header #orghead a:link {
	font-size: 8px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000;
	padding-bottom: 10px;
}
#header #orghead a:visited {
	font-size: 8px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000;	
}
#header #orghead a:hover {
	font-size: 8px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/buttontile_ro.jpg);
}
#header #orghead a:active {
	font-size: 8px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000;	
}
/*===========================================================================================================*/
/*       DEFAULT       */
/*===========================================================================================================*/
#photo_inner {
	width: 931px;
	height: 174px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/photo_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*===========================================================================================================*/
/*       LOGIN       */
/*===========================================================================================================*/
#photo {
	width: 931px;
	height: 174px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/photo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#photo p {
	font-size: 10px;
	color: #FFE384;
	text-transform: uppercase;
}
#photo #accountlogin {
	width: 354px;
	height: 125px;
	padding: 25px;
	float: right;
	position: relative;
	background-image: url(images/accountlogin.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
}
#photo #accountlogin #contentarea {
	padding-top: 30px;
	padding-left: 16px;
	padding-right: 30px;
}
#photo #accountlogin #contentarea #fields {
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	width: 100%;
}
#blurbs {
	width: 918px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#blurbs .button {
	float: left;
}
#blurbs .callout {
	float: left;
	width: 305px;
	background-image: url(images/button_main_bg.jpg);
	background-color: #3b180b;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}

#blurbs .callout p {
	color: #ffe384;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#blurbs .callout h1 {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: left;
}

#blurbs .callout h1 a {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}

#blurbs .callout h1 a:link {
	color: #FFF;
}

#blurbs .callout h1 a:visited {
	color: #FFF;
}

#blurbs .callout h1 a:hover {
	color: #ffe384;
	background-color: #3b180b;
}

#blurbs .callout h1 a:active {
	color: #FFF;
}

#blurbs_two {
	width: 918px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#blurbs_two .button {
	float: left;
}
#blurbs_two .callout {
	float: left;
	width: 305px;
	background-image: url(images/button_main_bg.jpg);
	background-color: #3b180b;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}

#blurbs_two .callout p {
	color: #ffe384;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#blurbs_two .callout h1 {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: left;
}
#blurbs_two .callout h1 a {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}

#blurbs_two .callout h1 a:link {
	color: #FFF;
}

#blurbs_two .callout h1 a:visited {
	color: #FFF;
}

#blurbs_two .callout h1 a:hover {
	color: #ffe384;
	background-color: #3b180b;
}

#blurbs_two .callout h1 a:active {
	color: #FFF;
}
/*===========================================================================================================*/
/*       FOOTER       */
/*===========================================================================================================*/
#content {
	padding-top: 30px;
	width: 931px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/*===========================================================================================================*/
/*       FOOTER       */
/*===========================================================================================================*/
#footer {
	padding-top: 30px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer p {
	font-family: Tahoma, Geneva, Arial, Verdana, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #281101;
}
