/* GLOBALS CSS DEFINITIONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/

body{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 0px;
	font-size : 11px;
	background : #666666;
	color : #999999;
}

H1  {
	font-size: 14px;
	color: #CCCC00;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}


A {
	color: #CCCC00;
	text-decoration:none;
}

A:hover {
	color: #CCCC00;
	text-decoration:underline;
}

/* LAYOUT ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/

.headarea {
	background: url(../img/head_bg.png) repeat-x;
}
.headarea td {
	font-size: 10px;
}

.horizarea {
	background-image: url(../img/horizont_bg.png);
}

.last {
	background-position: 1px;
}

.footerarea {
	background: url(../img/footer_bg.png) repeat-x;
	font-size: 10px;
}

.MainContent {
	padding-top : 23px;
	padding-left: 45px;
	padding-right: 60px;
	padding-bottom: 60px;
	background-color: #4D4D4D;
	font-size: 11px;
}
.MainContent td {
	font-size: 11px;
}

A.Paging {
	background: #999999;
	display: inline-block;
}

A.Paging:hover {
	background: #CCCC00;
}

.IMGArea {
	background: #4D4D4D;
}

.IMGArea {
	background: #4D4D4D;
}

.IMGTitles {
	background: #4D4D4D;
	padding-top : 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	font-size: 11px;
}


/* MAIN NAVIGATION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


.MNav-Bar UL {
	margin-left: 0px;
	padding-left : 0px;
}
.MNav-Bar LI {
	margin: 0px 0px 0px 0px;	
	list-style: none;
	color: #999999;
	display: inline;
}

.MNav-Bar A {
	padding-left:10px;
	padding-right:10px;
	font-size : 10px;
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}

.MNav-Bar A:hover {
	color: #CCCC00;
	text-decoration: none;
}

.IMGArea A {
	border: 2px solid #4d4d4d;
	display: inline-block;
}
.IMGArea A:hover {
	border: 2px solid #CCCC00;
}

#ViewerDisplay {
	background: #4d4d4d !important;
}

/* FORM ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 


INPUT, SELECT, TEXTAREA{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	width : 100%;
}

INPUT.Fix, SELECT.Fix, TEXTAREA.Fix{
	width : auto;
}

 */

