/* ELEMENTS */

*, A:link, A:visited, A:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
HTML {
	height: 100%
}
BODY {
	margin: 0 0 0 0;
	padding: 0 0 25px 0;
	height: 100%;
	background-color: #000000;
	background-image: url(../../Media/Global/bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-attachment: fixed;
	SCROLLBAR-TRACK-COLOR: #282828;
	SCROLLBAR-FACE-COLOR: #474747;
	SCROLLBAR-ARROW-COLOR: #EDF4F7;
	SCROLLBAR-3DLIGHT-COLOR: #707070;
	SCROLLBAR-HIGHLIGHT-COLOR: #474747;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #474747;
}
IMG {
	border: 0;
}
TD {
	vertical-align: top;
}
H1, H2, H3, H4, H5, H6 {
	font-weight: normal
}
H1, H1 *, H2, H2 *, H3, H3 *, H4, H4 *, H5, H5 *, H6, H6 * {
	margin: 0;
	margin-bottom: 0.9em;
	margin-top: 0;
	font-size: 12px;
	padding: 0;
}
P {
	margin-top: 0;
	margin-bottom: 0.9em;
}
INPUT.text {
	border: 1px;
	background-color: #282828;
}
INPUT.button {
	border: 1px outset #333333;
	background-color: #282828;
	padding: 3px 5px 3px 5px
}
TEXTAREA.text {
	border: 1px;
	background-color: #282828;
}
A:hover, A:active {
	text-decoration: none;
}







/* CLASSES */

/* main structure */
.pageHolder1
{
	text-align: center;
	min-width: 1002px;
}
.pageHolder2
{
	text-align: left;
	width: 1002px;
	margin:0 auto
}


/* menu1 */
.menu1 {
	height: 21px;
	background-image: url(../../Media/Global/menu1_background.gif);
	background-repeat:repeat-x;
	text-align: right;
	padding: 4px 8px 0 8px;
	margin-bottom: 4px;
}
.menu, .menu1 *, .menu1 A:link, .menu1 A:visited, .menu1 A:active, .menu1 A:hover {
	font-size: 11px;
}
.menu1 A:link, .menu1 A:visited
{
	text-decoration: none;
}
.menu1 A:hover, .menu1 A:active
{
	text-decoration: underline;
}
.menu1 .selected 
{
	font-weight: bold;
	color: #E5BA62;
	cursor: default
}

#languageNav {
	margin-top: 4px
}
#languageNav, #languageNav *, #languageNav A:link, #languageNav A:visited, #languageNav A:active {
	color: #b0b0b0;
	letter-spacing: 0.2em;
	text-decoration: none
}
#languageNav A:hover {
	color: #ffffff;
	text-decoration: none
}
#languageNav IMG {
	margin-top: 5px
}


/* menu page */
.Titles, .Titles * {
	color: #999999;
	font-size: 12px
}
.menuPage IMG {
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: pointer
}
.menuPage .Titles DIV {
	white-space: nowrap;
	overflow: hidden;
	width: 95px;
	text-overflow: ellipsis;
	padding: 0;
	margin: 0
}
.menuPage .selected {
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: default;
}
.menuPage .Titles {
	background-image: url(../../Media/Global/menuPage_background.gif)
}
.menuPage .Titles {
	padding: 3px 0 0 3px
}



/* form */
.inputText {
	border: 1px inset;
}
.inputButton {
	border: 1px outset;
	cursor: pointer;
}
.formTable TD {
	padding-bottom: 4px
}
.col1 {
	width: 1%;
	white-space: nowrap
}
.col2 {
	padding-left: 8px
}


/* misc */
.superscript {
	vertical-align: super;
	font-size: 0.7em;
}


/* content */
.contentLeft {
	background-color: #232323;
	width: 200px;
	margin: 15px 17px 0 0;
	background-image: url(../Media/Global/menuPage_background.gif);
	background-repeat: repeat-x;
	padding: 8px;
	float: left
}
.contentLeft * {
	font-size: 11px
}
.contentLeft a:link, .contentLeft a:active, .contentLeft a:visited {
	text-decoration: none
}
.contentLeft a:hover {
	text-decoration: underline
}
.contentBlock {
	padding-top: 20px;
	width: 100%;
}
.newstitle {
	font-weight:bold;
	 
}

