BODY {
	margin: 0px;
	font-family: arial, verdana, helvetica;
	font-size: 9pt;
/*	background: #ffffff url('../images/bg.gif'); */
}

P {
	font-family: arial, verdana, helvetica;
	font-size: 9pt;
	margin: 0px 0px 8px 0px;
}

H4 {
	font-family: arial, verdana, helvetica;
	font-size: 9pt;
	margin: 0px 0px 0px 0px;
}

A {
	font-family: arial, verdana, helvetica;
	font-size: 9pt;
}

INPUT {
	font-family: arial, verdana, helvetica;
	font-size: 9pt;
}

TEXTAREA {
	font-family: arial, verdana, helvetica;
	font-size: 9pt;
}

SELECT {
	font-family: arial, verdana, helvetica;
	font-size: 9pt;
}

FILE {
	font-family: arial, verdana, helvetica;
	font-size: 9pt;
}

/* ************* STRUCTURE ************************* */

#main {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -390px;
	width: 775px;
/*	height: 100%;

	border-left: solid 1px;
	border-right: solid 1px;
	background: #ffffff;
*/
}

#header {
	float: left;
	display: block;
	clear: both;
	margin: 5px 0px 5px 0px;
}

#topHeader {
	float: left;
	clear: both;
	height: 75px;
}

#logo {
	float: left;
	width: 150px;
	height: 70px;
	margin-right: 5px;
}

#buttonsHolder {
	float: left;
	width: 470px;
	height: 70px;
}

#loginDiv {
	float: left;
	width: 145px;
	height: 70px;
	margin: 0px 0px 0px 5px;
	overflow: hidden;
}

#topMenu {
	float: left;
	width: 770px;
/*	height: 30px; */
	padding: 8px 0px 8px 0px;
	background-color: #ECECEC;
	border-top: solid 1px;
	border-bottom: solid 1px;
}

#leftMenu {
	float: left;
	clear: left;
	width: 150px;
	height: 506px;
	text-align: right;
	margin-right: 5px;

/*	border: solid 1px; */
}

#leftMenuPadding {
	float: left;
	width: 145px;
	height: 575px;
	text-align: right;
	border-right: solid 1px #000000;
}

#content {
	float: left;
	width: 460px;
	height: 575px;
/*	padding: 0px 0px 0px 5px; */
/*	border-left: solid 1px #000000; */
	border-right: solid 1px #000000;

	/*	height: 100%; */
}

#rightMenu {
	float: left;
	width: 150px;
	margin-left: 5px;
}

/* ***************** END STRUCTURE ***************** */

DIV.rootBtn {
	float: left;
	width: 154px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

DIV.rootBtn A {
	color: #ffffff;
	text-decoration: none;
}

/* ************* HEADER LOGIN TABLE ************** */

INPUT.loginInput {
	font-size: 8pt;
	width: 130px;
}

#loginHomeRow2 {
	margin: 2px 0px 0px 0px;
}

#loginHomeRow3 {
	margin: 2px 0px 0px 0px;
}

/* ************* HEADER TOPMENU ****************** */

#topMenu A {
	font-weight: bold;
	color: #000000;
	margin: 0px 12px 0px 12px;
	text-decoration: none;
}

#topMenu.musicMenu {
	background-color: #EA5493;
}

#topMenu.musicMenu A {
	color: #ffffff;
}

#topMenu.artsMenu {
	background-color: #B3D800;
}

#topMenu.artsMenu A {
	color: #ffffff;
}

#topMenu.creativeMenu {
	background-color: #00B5EF;
}

#topMenu.creativeMenu A {
	color: #ffffff;
}

/* ************* LEFT MENU ****************** */

#leftMenu A {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#leftMenu A.selectedCategory {
	color: #ff0000;
}

DIV.categoryHelp {
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	padding: 6px 4px 6px 0px;
}

DIV.selectedCategory {
	font-weight: bold;
	background-color: #ECECEC;
	padding: 6px 4px 6px 0px;
}

DIV.categoryLink {
	padding: 0px 2px 0px 0px;
}

DIV.categoryFunction {
	padding: 0px 2px 0px 0px;	
}

DIV.menuSeperator {
	margin-top: 5px;
	border-top: solid 1px #C0C0C0;
}

/* ********************* RATE FILE ****************** */

#ratingDiv {
	/* shows thumbnail after voted */
	float: left;
	width: 80px;
	margin: 20px 10px 0px 20px;
	text-align: center;
}

/* ********************* PRIVACY / LEGAL ************** */

P.privacy {
	font-family: arial, verdana, helvetica;
	font-size: 9pt;
	margin: 5px 5px 8px 0px;
}

/* ******************* GENERAL CSS ****************** */

P.rightAlign {
/*	margin: 0px 0px 3px 0px; */
/*	padding: 2px 5px 0px 5px; */
	text-align: right;
}

INPUT.standardBox {
	width: 200px;
}

SPAN.normal {
	font-weight: normal;
}

SPAN.italic {
	font-style: italic;
}

SPAN.bold {
	font-weight: bold;
}

SPAN.bolditalic {
	font-weight: bold;
	font-style: italic;
}

SPAN.hideError {
	display: none;
}

SPAN.showError {
/*	display: inline; */
	font-size: 10pt;
	color: #ff0000;
	text-align: left;
}

A.noUnderline {
	text-decoration: none;
}

DIV.labelTxt {
	float: left;
	clear: left;
	width: 100px;
	padding: 3px 3px 3px 3px;
	font-weight: bold;

	margin-right: 5px;
/*	background-color: #ECECEC; */
	border-top: solid 1px;
	border-bottom: solid 1px;
}

DIV.instructDiv {
	width: 380px;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
/*	background-color: #ECECEC; */
	border-top: solid 1px;
	border-bottom: solid 1px;
	margin: 0px 0px 5px 0px;
}

DIV.labelTxt {
	text-align: right;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
/*	background-color: #ECECEC; */
	border-top: solid 1px;
	border-bottom: solid 1px;
}

DIV.completeDiv {
	width: 100px;
	font-weight: bold;
/*	background-color: #ECECEC; */
	border-top: solid 1px;
	border-bottom: solid 1px;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 10px 0px;
}

DIV.errorDiv {
	width: 100px;
	font-weight: bold;
/*	background-color: #ECECEC; */
	border-top: solid 1px;
	border-bottom: solid 1px;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 10px 0px;
}