/************ Standard HTML Elements ************/

body {
	font-family:    Verdana;
    margin:         0px;
    padding:        0px;
    background:     #050000;
    color:          #7a7772;
    font-size:      11px;
    font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
    
    scrollbar-arrow-color: #ffcc00;
    scrollbar-base-color: #555555;
    scrollbar-track-color: #000000;
    scrollbar-highlight-color:#ffcc00;
    scrollbar-shadow-color:#ffcc00;
}

a:link, a:visited {
	background-color: inherit;
	text-decoration: none;
    font-weight: bold;
	color: #7a7772;
}

a:hover, a:active{
	background-color: inherit;
	/* color: #ffe300; */
}

p, h1, h2, h3, h5 {
	margin: 10px 15px;
	margin-left: 0px;
}

h1, h2, h3 {
	color: #333333;
	font-size: 14px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
}

h1 {
	color:#6297BC;
	padding: 0px 0px 3px 20px;
    margin-right: 0px;
    font-size:10pt;
    line-height: 18px;
    text-transform: uppercase;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 10px;
}

/*
h5 {
    margin-top: 100px;
}
*/

input,
textarea {
	border: 1px solid #EEEEEE;
	color: #AAA;
	font-family: Verdana,sans-serif;
	font-size: 1em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	padding: 2px;
}

input[type="submit"] {
	background: #FFFFFF none repeat scroll 0%;
	border: 1px solid #CCCCCC;
	color: #4284B0;
	font-family: Arial,Sans-serif;
	font-size: 1em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	margin: 0pt;
	padding: 2px 3px;
}

label {
	display: block;
}

/*
ul, ol {
	margin: 10px 30px;
	padding: 0pt 15px;
}
*/

hr {
	color: none;
	border: 1px solid #cccccc;
}

/* Use a break with this class to clear float containers on both sides */ 
.brclear { 
	clear: both; 
	height: 0; 
	margin: 0; 
	font-size: 1px; 
	line-height: 0;
} 
/************** layout *******************/

DIV#wrapper {
    width:858px;
    text-align:left;
    height: 668px;
    margin: auto;
}

DIV#wrapper-inner {
    position:absolute;
    width: 858px;
}

DIV#bg-gradient {
    position: absolute;
    background: url(images/bg-gradient.jpg);
    left: -120px;
    top: 0px;
    width: 1090px;
    height: 662px;
    z-index: -25;
}

DIV#bg-gradient-left {
    position: absolute;
    background: url(images/bg-gradient-left.png);
    left: -120px;
    top: 0px;
    width: 200px;
    height: 668px;
    z-index:-19;
}

DIV#bg-gradient-right {
    position: absolute;
    background: url(images/bg-gradient-right.png);
    right: -130px;
    top:0px;
    width: 200px;
    height: 668px;
    z-index:-18;
}

DIV#bg-tar {
    background: url(images/tar-bg.jpg);
    position: absolute;
    bottom: 0px;
    left: -120px;
    height: 115px;
    width:1090px;
    z-index: -19;
}

DIV#header {
    float:right;
    height: 60px;
    width: 728px;
}

#logo {
    margin: 15px 0px 0px 20px;
    float:left;
}

#language-selector {
    float: right;
    margin: 15px 20px 0px 0px;
}

#footer {
    position: absolute;
    bottom: -30;
    left: -120px;
    background: url(images/bg-footer.png);
    height: 30px;
    width:1090px;
    
}

#copyright {
    float:left;
    margin:5px 0px 0px 5px;
}

#author-info {
    float:right;
    margin: 5px 5px;
}

#sponsor-info {
    position: absolute;
    left:510px;
    top:2px;
}

#karpackie {
    background: url(images/karpackie.png);
    width:67px;
    height:25px;
    float:left;
    
}

*html #fiat {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/fileadmin/tv-templates/yumi/images/fiat.png', sizingMethod='scale');
}

#rufa {
    background: url(images/rufa.png);
    width:78px;
    height:25px;
    float:left;
    margin-left: 20px;
    
}

*html #rufa {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/fileadmin/tv-templates/yumi/images/rufa.png', sizingMethod='scale');
}

/*************search********************/
#search{
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px 5px 0 0;
	padding: 0;
	text-align: right;
	font-size : 100%;
	color : #666666;
}

#search input[type=text] {
	background: #FFFFFF none repeat scroll 0%;
	border: 1px solid #9EC630;
	height: 14px;
	margin: 0pt;
	vertical-align: top;
	width: 120px;
}

#search input[type=submit] {
	background: #FAFAFA none repeat scroll 0%;
	border: 1px solid #F2F2F2;
	color: #777777;
	font-family: Arial,Sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	margin: 0pt 0pt 0pt 3pt;
	padding: 2px 3px;
	vertical-align: top;
	width: 60px;
}

DIV#content-area {
    float:left;
    width: 700px;
    height:558px;
}

DIV#border-left {
    background: url(images/rusty-border-left.gif);
    float:left;
    width: 14px;
    height: 558px;
}

DIV#border-right {
    background: url(images/rusty-border-right.gif);
    float:left;
    width: 14px;
    height: 558px;
}

DIV#border-top {
    background: url(images/rusty-border-top.gif);
    float:left;
    width: 728px;
    height: 14px;
}

/* @todo 	jeff	I assume this is an IE hack */
* html #middle-part { 
	margin:  15px 5px 15px 0;
} 

* html #right-part { 
	margin:  15px 5px 15px 0;
} 


#login-wrapper {
	padding: 3px;
	margin-bottom: 1em;
	background-color:#FAFAFA;
	border: 1px solid #F2F2F2;
}

#login form {
	background-color: none;
	border: none;
}

#login a {
	font-size: smaller;
}



#pagetitle {
	
    color:#6297BC;
	padding: 0px 0px 3px 15px;
    margin-top: 10px;
    font-size:10pt;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    background: url(images/header-red.png) ;
    color: white;
    position:relative;
    width: 580px;
}



#bottomnav {
	text-align: right;
}

/** Main menu **/

#menu-container {
    margin: 0px;
	padding: 0px;
    width: 130px;
    height: 630px;
    float:left;
    overflow: hidden;
}
#menu-top {
    height: 75px;
    float:right;
    width: 126px;
    border-left: solid 4px #fe9c00;
}
#menu-bottom {
    height:500px;
    float: right;
    width: 126px;
    border-left: solid 4px #fe9c00;
}

#menu ul#menuList {
	list-style:none;
    padding: 0px;
    float:right;
    width: 130px;
    margin: 0px 0px 10px 0px;
}

#menu ul#menuList li {
    margin-top: 10px;
    padding: 3px 30px 3px 10px;
    border-left: solid 4px #fe9c00;
    display:block;
    background: none;
}

#menu ul#menuList li.act {
    border-left: solid 4px #cf0709;
}

#menu ul#subMenuList {
    width:100%;
    padding: 0px;
    margin: 0px;
    list-style:none;
}

#menu ul#subMenuList li,
#menu ul#subMenuList li.act {
    margin:0px 0px 0px 10px;
    border: none;
    padding:  0px;
}

#submenu ul {
    list-style: none;
    font-size: 1.1em;
}

#submenu a {
	display:block;
    margin-right: 5px 3px 5px 0px;
	padding: 2px 10px 1px 10px;
	text-decoration: none;
    color: #FF0066;
    font-weight: normal;
}

#submenu a:hover,
#submenu SPAN.act a {
	text-decoration: underline;
}


#menu ul#subMenuList2 {
    list-style:none;
    display:block;
    margin:0px 0px 0px 0px;
    padding: 0px;
    list-style:none;
}



#header-photo {
    height: 172px;
}
/*******************************************/
/************* Extension Styles *************/
/*******************************************/

/************ tt_news extension ***********************/


/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container {
    height: 700px;
    background: 
}


.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	display: none;
	clear:right;
}

.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-item,
.news-list-item,
.news-single-item {
	background: url(images/bg-news.png);
    padding-bottom: 10px;
    padding-top: 5px;
    margin-top: 10px;
}

*html .news-latest-item,
*html .news-list-item,
*html .news-single-item {
    width: 430px;
    height: 20px;
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/fileadmin/tv-templates/yumi/images/bg-news.png', sizingMethod='scale');
}

*html .news-list-item,
*html .news-single-item {
    width: 660px;
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
	color:#369;
	padding:3px;
}
.news-latest-gotoarchive A:LINK, 
.news-latest-gotoarchive A:VISITED, 
.news-latest-gotoarchive A:HOVER {
	color:#060;
}
.news-latest-gotoarchive A {
	color:#369;
	font-size: .9em;
}

.news-latest-item P,
.news-list-item P {
    margin: 0px;
}

.news-latest-item IMG,
.news-list-item IMG {
	margin: 0px 5px 0px 0px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}

.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-latest-container a {
	text-decoration: none;
}

.news-latest-morelink a,
.news-list-morelink a {
	float: right;
    padding: 2px 5px 2px 5px;
    margin: 0px 10px 0px 10px;
    background: #430707;
    text-transform: uppercase;
    font-size: 0.8em;
    color: white;
    bottom: 0px;
    right: 0px;
}

.news-latest-date,
.news-list-date,
.news-single-timedata{
	margin:0px;
	padding:0px;
	text-decoration: none;
    float: right;
    color: #FFF;
}

.news-latest-item h3 a,
.news-list-item h3 a {
	text-decoration: none;
    color: #FFF;
}

.news-latest-item h3,
.news-list-item h3,
.news-single-item h3 {
    background: #430707;
    margin: 0px;
    padding:3px 10px 3px 10px;
    color: #FFF;
}

.news-latest-item .content,
.news-list-item .content{
    padding: 10px 10px 0px 10px;
}

.news-latest-item .separator-red {
    margin: 5px 0px;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-search-form {
	padding:3px;
	margin-bottom:5px;
}

.news-search-emptyMsg{
	margin:0px;
}

.news-search-form FORM {
	margin:0px;
}


.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
}

.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-list-browse {
	text-align: center;
}

.news-list-browse .browse-box {
    background: #430707;
    margin-top: 10px;
    padding: 5px;
}

#main-content .news-search-form {
	padding:3px;
	margin-bottom:5px;
	/*border:1px solid #666;
	background-color:#F9FFE5;*/
}
#main-content .news-search-emptyMsg{
	margin:0px;
}
#main-content .news-search-form FORM {
	margin:0px;
}

#main-content .news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
}

#main-content .news-list-browse {
	text-align: center;
}


.news-single-img {
    float:right;
    margin: 0px 10px 10px 10px;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/

.news-single-item .content {
    margin: 10px;
    overflow-y:auto;
    height: 450px;
}

	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border:1px solid #666;
	padding:3px;
}
.tx-ttnews-browsebox TD {
	font-size: .8em;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,
.tx-ttnews-browsebox TD P{
	margin:0px;
}
.tx-ttnews-browsebox-SCell {
	background-color: #9abddd;
	border:1px solid #666;
	color: #fff;
}
.tx-ttnews-browsebox-SCell a:link, 
.tx-ttnews-browsebox-SCell a:visited {
	font-size: 1em;
	color: #fff;
}
.tx-ttnews-browsebox-SCell a:hover, 
.tx-ttnews-browsebox-SCell a:active{
	color: #ffc;
}
.tx-ttnews-browsebox a:link, 
.tx-ttnews-browsebox a:visited {
	font-size: 1em;
	color: #369;
}
.tx-ttnews-browsebox a:hover, 
.tx-ttnews-browsebox a:active{
	color: #369;
}
.news-search-emptyMsg {
	font-size: .9em;
	margin-left: 10px;

}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:5px;
	padding:3px;
	border:1px solid #333;

}
.news-amenu-container LI {
	padding-bottom:3px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#369;
	padding:3px;
	font-size: 1.1em;
}
.news-amenu-item-year {
	font-weight: bold;
	/*border: 1px solid #666;*/
    border-bottom: 1px solid #ccc;
	padding: 2px;
    margin: 4px 0px 4px 0px;
	background-color: #f7f7f7;
	color:#363
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */

.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header {
	font-size:.9em;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img, 
.news-catmenu img, 
.news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {

	font-weight:bold;
}


/********* default styles for extension "tx_srfeuserregister_pi1" *********/

  /* WEC-MMS: Commented out the styles below */
* html .tx-srfeuserregister-pi1{ 
	margin-right:-10px;
}

* html div.tx-srfeuserregister-pi1 label.tx-srfeuserregister-pi1-password-again{ 
	margin-left:-5px;
}


.tx-indexedsearch {
	margin-top: 5px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	font-weight: bold;
	color: inherit;
}


/********* Styles for extension "tx_veguestbook_pi1" *********/

.tx-guestbook-list-header { 
	background-color: #69c; 
	color: #FFFFFF; 
	font-weight:bold; 
}
.tx-guestbook-list-row { 
	background-color: #FFFFFF; 
}
.tx-guestbook-list-rowleft { 
	background-color: #D2DAE1; 
}
.tx-guestbook-list-entrycomment-title {
	font-weight: bold; 
}
.tx-guestbook-list-entrycomment { 
	font-style: italic; 
}
.tx-guestbook-list-small { 
	font-size: 9px; 
	color: #666666; 
}
.tx-veguestbook-pi1-browsebox TD { 
	font-size: 9px; 
	color: #666666; 
}
.tx-veguestbook-pi1-browsebox-strong,
.tx-ttnews-browsebox-SCell { 
	font-weight: bold; 
}
.tx-veguestbook-pi1-browsebox-SCell { 
	background-color: #EEEEEE; 
}
.tx-guestbook-latest-header { 
	background-color: #539521; 
	color: #FFFFFF; 
	font-weight:bold; 
}
.tx-guestbook-latest-row { 
	background-color: #FFFFFF; 
}
.tx-guestbook-latest-small { 
	font-size: 9px; 
	color: #666666; 
}
.tx-guestbook-form-inputfield-med { 
	border-style: solid; 
	border-width: 1pt; 
	border-color:#333; 
	font-size:12px; 
	color:#333333; 
	width:100px; 
	height:20px; 
}
.tx-guestbook-form-inputfield-big { 
	border-style: solid; 
	border-width: 1pt; 
	border-color:#333; 
	font-size:12px; 
	color:#333333; 
	width:150px; 
	height:20px; 
}

.tx-guestbook-form-textarea { 
	width: 250px; 
}

.tx-guestbook-form-obligationfield { 
	color: #CC0000; 
}
.tx-guestbook-form-error { 
	color: #CC0000; 
}

.tx-veguestbook-pi1 label.radio-label {
	display: inline;
}

/* HEADER BOX BEGIN */

.header_center { 
	text-align: center; 
	height: 34px;
}
.header_text {
	font-size: 24px;
	line-height: 34px; 
	font-weight: bold;
	font-variant: small-caps;
}
.header_small {	
	margin-bottom: 3px;
	border: solid #000000 1px;
}


/********* Styles for extension "tx_mmforum" *********/
th.tx-mmforum-th {
	color: black;
	background: #A7B3CB;
}

td.tx-mmforum-subth2 {
	color: black;
	background: #F3F5F8;
}

.tx-mmforum-td  {
	background: #E3E7EF;
}

input.tx-mmforum-button {
	background: #A7B3CB;
	border-color: #A7B3CB;
}

.tx-mmforum-textbutton {
	background: none;
	border: none;
}

.tx-mmforum-textbutton a {
	text-decoration: none;
}


/********* Styles for extension "wec_servant" *********/
.tx-wecservant-button a {
	border: solid 1px #A7B3CB !important;
}
.tx-wecservant-button a:link, .tx-wecservant-button a:visited {
	background-color: #F3F5F8;
	color: black !important;
} 

.tx-wecservant-button a:hover {
	background-color: #A7B3CB;
	color: white !important;
}

/********* Styles for extension "wec_connector" *********/
.tx-wecconnector-button a {
	border: solid 1px #A7B3CB !important;
}
.tx-wecconnector-button a:link, .tx-wecconnector-button a:visited {
	background-color: #F3F5F8;
	color: black !important;
} 

.tx-wecconnector-button a:hover {
	background-color: #A7B3CB;
	color: white !important;
}


/********** Styles for wec_staffdirectory **************/
.tx-wecstaffdirectory-stafflist, 
.tx-wecstaffdirectory-staffpage {
	padding-left: 0px;
	margin-left: 0px;
}

.tx-wecstaffdirectory-stafflist .float-med {
	padding-left: 0px;
}

.tx-wecstaffdirectory-stafflist .float-lg {
    padding-left: 0px;
}

.tx-wecstaffdirectory-stafflist .float-med {
    width: 19%;
}


/********** Styles for fe_login ***************/
.tx-felogin-pi1 fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}

.tx-felogin-pi1 legend {
	display: none;
}

#login input[type="text"] {
	width: 95%;
}

#login #user,
#login #pass {
	width: 100px; 
	font-size: 11px;
}

.tx-felogin-pi1 input[type="submit"] {
	margin-top: 5px;
}

/********** Styles for wec_button ***************/
#left .tx-wecbutton-pi1 div {
	text-align: left !important;
}

.tx-cal-controller .month-large .day {
	background-color: #ffffff;
}

.tx-cal-controller .eventfont a {
	color:#FFFFFF;
}

/********** Styles for timtab ***************/
.post h2 a {
	text-decoration: none;
}

.post .postmetadata {
	background-color:#FAFAFA;
	border:1px solid #F2F2F2;
	font-size:95%;
	padding:5px;
	margin-top: 5px;
}

.post .comments {
	background:transparent url(images/comment.gif) no-repeat scroll left center;
	margin:0pt 10px 0pt 5px;
	padding-left:20px;
	text-decoration: none;
}

/************ Styles for ve_guestbook ***********/
.tx-veguestbook-pi1 ol {
	color: inherit;
	margin: 20px;
	padding: 0;
}

.tx-cal-controller dt {
    margin-top: 8px;
}

.tx-cal-controller dt.day-wrapper {
    font-size: 130%;
}

.tx-cal-controller dd {
    margin-left: 0px;
}


/************ Styles for top help menu ***********/
DIV#help-menu-top {
    position:absolute;
    top: 10px;
    left: 10px;
}

DIV#help-menu-top UL {
    list-style: none;
    margin : 0px;
    padding: 0px;
}

DIV#help-menu-top LI {
    float: left;
}

/************ Styles for contact form (sp_bettercontact) ***********/

.tx-spbettercontact-pi1 {
    
}

#sp_bettercontact_hidden {
    border: solid 1px red;
    height: 0px;
    visibility: hidden;
    display:none;
}

.tx-spbettercontact-pi1 INPUT[type="text"],
.tx-spbettercontact-pi1 TEXTAREA {
    width: 650px;
    background-color: #191e22;
    border-color:     #4d4d4d;
    color: #FFF;
}

.tx-spbettercontact-pi1 input[type="submit"] {
    background: #430707;
    border: none;
    text-transform: uppercase;
    font-size: 0.9em;
    color: white;
    float:right;
    padding: 3px 5px 2px 3px;
    cursor: pointer;
    margin: 5px 3px 0px 0px;
}

.tx-spbettercontact-pi1 input {
    margin-right: 0px;
    border: solid 1px #CCC;
}

.sp_bettercontact_label {
    margin-top: 5px;
}

.sp_bettercontact_msg {
    color: #d90807;
}



