
/* -------------------------------KOMFI-------------------------------------- */


* {
	margin: 0; padding: 0;
}


BODY {
	background: #FFF url(../../../../public_cont/96/96/116715_462218_bg_body.gif) repeat-x top left;
	color: #333;
	text-align: center;
	font-family: verdana, tahoma, sans-serif;
	font-size: 120%;
}
A {
	color: #DE9906;
}
A:visited {
	color: #DE9906;
}
A:hover {
	color: #DE9906;
}
A IMG {
	border: none;
}
P {
	line-height: 15px;
	margin-bottom: 15px;
}
TABLE, INPUT, SELECT, TEXTAREA {
	font-size: 100%;
	font-family: verdana, tahoma, sans-serif;
}

TABLE {
	width: 98%;
	_width: 96%;
	margin-bottom: 10px;
	order-collapse: collapse;
    	overflow: auto;
}
TD, TH {
	border: 1px solid #231F20;
	padding: 2px;
}
TD IMG {
	vertical-align: middle;
}
TD {
	background: #F5F5F5;
}
TD.white {
	background: #FFF;
}

TD.none {
	background: #FFF;
	border:none;
}
TH {
	color: #FFF;
	background: #DE9906;
}






/* --- GRADIENTBOX --- */
#gradientBox {
	background: url(../img/gradient.gif) repeat-x bottom left;
	padding-bottom: 60px;
}

/* --- MAINHOLDER --- */
#mainHolder {
	font-size: 70%;
	width: 979px;
	margin: 0 auto;
}

/* --- HEADER --- */
#header {
	width: 979px;
}

#headerTop {
	color: #DE9906;
	font-size: 90%;
	text-align: right;
	text-transform: uppercase;
	min-height: 23px; _height: 38px;
	padding: 15px 20px 0 0;
	_padding: 15px 20px 5px 0;
}
#headerTop A {
	color: #DE9906;
	text-decoration: none;
}
#headerTop A:hover, #headerTop A:focus, #headerTop A.active {
	text-decoration: underline;
}
#headerMain {
	background: url(../header.jpg) no-repeat top center;
	position: relative;
}

/* --- TABSMENU --- */
#tabsMenuHolder {
	position: relative;
	width: 979px; height: 112px;
}
#tabsMenu {
	color: #003399;
	list-style-type: none;
	position: absolute;
	bottom: 0; right: 7px;
}
#tabsMenu LI {
	float: left;
	height: 25px; _height: 31px;
	margin-left: 1px; padding-top: 6px;
}


/* --- MAINMENU --- */
#mainMenuHolder {
	background: #DE9906;
	width: 975px; min-height: 26px; _height: 26px;
	margin: 0 auto;
	border-bottom: 7px solid #E9EBED;
}

#mainMenu {
	font-size: 90%;
	list-style-type: none;
	margin: 0; padding: 0;
	margin-left: 201px;
}
#mainMenu.noSegments { margin-left: 0; }
#mainMenu LI {
	line-height: 26px;
	float: left;
}
#mainMenu A, #mainMenu A:visited {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	min-height: 26px; _height: 26px;
}
#mainMenu A:hover, #mainMenu A:focus, #mainMenu A.active {
	background: #DE4806;
}

/* --- CONTENT --- */
#contentHolder {
	background: #FFF;
	text-align: left;
	margin: 0 auto;
	width: 973px; _width: 975px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}


/* --- MISCELANEOUS --- */
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.vBottom { vertical-align: bottom; }
.vTop { vertical-align: top; }
.vMiddle { vertical-align: middle; }
.floatLeft { float: left; }
.floatRight { float: right; }
.noDisplay { display: none; }
.reset, .clear {
	clear: both;
	height: 1px;
}