@charset "UTF-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/background/fade_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #414141;
	padding: 0 10px 0 20px;
	position: relative;	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#DDD;
	padding: 15px 0 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: transparent;
	background-image: url(../images/background/fade_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* @group Table styles */

/* @group Music */

.table_music {
	font-size: 12px;
}

.table_music thead th {
	padding-right: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #786445;
}

.table_music tbody td {
	vertical-align: top;
	font-size: 11px;
	padding: 2px;
}

.table_music tbody td.td_music_name {
	font-size: 12px;
	white-space: nowrap;
}

.td_music_duration {
	color: #404040;
}

.td_music_filesize {
	color: #1b3f05;
	padding-right: 8px;
}

.td_music_bitrate {
	color: #50479a;
	padding-right: 5px;
	white-space: nowrap;
}

.td_music_year {
	color: #404040;
}

.td_music_comment {
	color: #404040;
}

.td_music_lyrics {
	color: #122e55;
	text-align: right;
}

.td_music_genre {
	color: #a8484b;
}

/* @end */



/* @end */





/* @group Container styles */

/* @group Start */

#div_presentation {
	float: left;
	width: 600px;
}

#div_news {
	float: left;
	width: 320px;
	background-color:#DDD;
	margin-left: 20px;
	padding: 10px;
}

#div_news h2 {
	margin-top: 0px;
	color:#333;
}

/* @end */

/* @group Music */

.music_comment, .music_lyrics {
	text-align: left;
	display: none;
}

.music_comment_toggle_hide, .music_lyrics_toggle_hide {
	display: none;
}

.link {
	color: olive;
	text-decoration: underline;
	cursor: pointer;
}

/* @end */



/* @end */

/* @group AP Divs */

/* @group Menu */

#menu {
	position: absolute;
	bottom: 5px;
	left: 200px;
}

#apMenu {
	position: absolute;
	width: 400px;
	
	z-index:1;
	left: 300px;
	bottom: 0px;
}


/* @end */



/* @end */


/* Tabs */

.outerTabDiv {
	position: relative;
	height: 25px;
	padding-left: 12px;
	padding-right: 12px;
	border-top: none 3px gray;
	float: left;
	text-align: center;
	vertical-align: bottom;
	margin-right: 5px;
	
}

.leftTabDiv {
	position: absolute;
	left: 0;
	top: 0;
	width: 12px;
	height: 25px;
	background-image:url(../images/tabs/tab_l.gif);
	background-repeat: no-repeat;
}

.middleTabDiv {
	height: 25px;
	background-image:url(../images/tabs/tab_c.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.rightTabDiv {
	position: absolute;
	right: 0;
	top: 0;
	width: 12px;
	height: 25px;
	background-image:url(../images/tabs/tab_r.gif);
	background-repeat: no-repeat;
}

.tabContentDiv {
	padding-top: 4px;
	margin-left: 0px;
	margin-right: 0px;
}

.tabContentDiv a {
	text-decoration: none;
	color: #FFF;
	font-size: 15px;
}


/* Hover */
.outerTabDiv:hover .leftTabDiv {
	background-image:url(../images/tabs/tab_hover_l.gif);
}

.outerTabDiv:hover .middleTabDiv {
	background-image:url(../images/tabs/tab_hover_c.gif);
}

.outerTabDiv:hover .rightTabDiv {
	background-image:url(../images/tabs/tab_hover_r.gif);
}

.outerTabDiv:hover .tabContentDiv {
	border-bottom: solid 2px #222;
}

.outerTabDiv:hover .tabContentDiv a {
	color: #000;
}

/* Selected tab */
.selected .leftTabDiv, .selected:hover .leftTabDiv {
	background-image:url(../images/tabs/tab_selected_l.gif);
}

.selected .middleTabDiv, .selected:hover .middleTabDiv {
	background-image:url(../images/tabs/tab_selected_c.gif);
}

.selected .rightTabDiv, .selected:hover .rightTabDiv {
	background-image:url(../images/tabs/tab_selected_r.gif);
}

.selected .tabContentDiv, .selected:hover .tabContentDiv {
	border-bottom: solid 2px #222;
}

.selected .tabContentDiv a, .selected:hover .tabContentDiv a {
	color: #000;
}




.errorMessage 
{
	/* Added by Aram */
	color:red;
	font-weight:bold;
	font-size:11px;
	background-color: #FFCCFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: thin solid #CC0000;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.successMessage 
{
	/* Added by Aram */
	color:green;
	font-weight:bold;
	font-size:11px;
	background-color: #09ffd1;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: thin solid #006600;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.otherMessage 
{
	/* Added by Aram */
	color: navy;
	font-weight:bold;
	font-size:11px;
	background-color: #99CCFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: thin solid #0066FF;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}