FORM {
margin: 0px;
padding: 0px;
}

BODY {
margin: 0px;
background-color: #1b1f21;
}

BODY, TD, INPUT, SELECT, TEXTAREA {
font-family: "Tahoma";
font-size: 11px;
color: #232a2d;
}

INPUT, TEXTAREA, SELECT {
padding: 3px;
border-style: solid;
border-width: 1px;
border-color: ccc;
_padding: 1px;
}


#content_top {
background-image: url('images/top_bg.png');
background-color: #d2d2d2;
background-repeat: no-repeat;
}

#content_top .innercontent {
width: 900px;
text-align:left;
padding-top: 00px;
padding-bottom: 50px;
}

#content_top A {
text-decoration: none;
color: #939597;
}

#content_top A:Hover {
text-decoration: none;
color: #000000;
}



#content_bottom {
background-color: #232a2d;
height: 200px;
}


#content_bottom .innercontent {
width: 900px;
text-align: left;
padding-top: 15px;
}

#content_bottom A {
text-decoration: none;
color: #a0a0a0;
}

#content_bottom A:Hover {
text-decoration: none;
color: #f0f0f0;
}


#logo {
float: left;
width: 164px;
height: 131px;
}

#menuHolder {
float: left;
margin-top: 75px;
margin-left: 75px;
}

#menuHolder A {
text-decoration: none;
color: #999999;
padding-right: 30px;
outline: none;
}

#menuHolder A:Hover {
color: #666666;
padding-right: 30px;
outline: none;
}


#news {
width: 50%;
float: left;
height: 155px
}


.newsDate {
color:  #6a8089;
margin-bottom: 3px;
cursor: default;
}

.newsText {
color: #fff;
}

.flashHead {
font-size: 19px;
font-family: "Arial";
color: #fff;
margin-bottom: 0px;
cursor: default;
}


.flashHead2 {
font-size: 19px;
font-family: "Arial";
color: #232323;
margin-bottom: 10px;
cursor: default;
}



#contact {
width: 50%;
float: left;
}



#credits {
width: 900px;
background-image: url('images/credits_bg.png');
height: 30px;
text-align: left;
color: #cbcbcb;
cursor: default;
}





.button, .buttonRed {
font-family: "tahoma";
font-size: 11px;
padding: 5px;
border-style:solid;
border-color: #AAA;
border-width: 1px;
color: #888;
}

.buttonOver {
font-family: "tahoma";
font-size: 11px;
padding: 5px;
border-style:solid;
border-color: #303030;
background-image: url('admin/images/gr1.png');
color: #fff;
border-width: 1px;
cursor: pointer;
}


.fade75 {
opacity: 0.75; 
filter:alpha(opacity=75); 
-khtml-opacity: 0.75; 
-moz-opacity:0.75; 
}

.updateComplete {
background-color: #bcee87;
margin-top: 10px;
cursor: default;
margin-bottom: 10px;
}
.noticeBox {
background-color: #9ebce1;
margin-top: 10px;
cursor: default;
margin-bottom: 10px;
}



/* VALIDATION */


input.validation-failed, textarea.validation-failed {
  
border-style: solid;
border-width: 1px;
border-color: a11515;
color: #a11515;
padding: 3px;
_padding: 0px;
 
}


.validation-advice {
  	margin-top: 3px;
		margin-bottom: 3px;
    padding: 5px;
    background-color: #c65252;
    color : #FFF;
    padding-right: 30px;
		cursor: default;
}


.validation-advice2 {
  	margin-top: 0px;
		margin-bottom: 3px;
    padding: 5px;
    background-color: #c65252;
    color : #FFF;
		float: left;
    padding-right: 30px;
		cursor: default;
}

.validation-advice A {
	color : #f6f6f6;
	text-decoration: underline
}

.validation-advice A:HOVER {
	color : #232323;
	text-decoration: underline
}


