
* { margin:0; padding:0; }

body, html {
	/*overflow:hidden;*/
	height:100%;
	padding: 0px; 
	margin: 0px;
	background-image:url(../images/bg_dark.png);
}

/* ******************** Hyperlink Styling ******************** */
/* unvisited link */
a:link {
    color: #FFFFFF;
	text-decoration: none;
	cursor: default;
}

/* visited link */
a:visited {
    color: #FFFFFF;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #FFFFFF;
	text-decoration: none;
}

/* selected link */
a:active {
    color: #FFFFFF;
	text-decoration: none;
}
/* *********************************************************** */

.header {
	width: 200px;
	color: #FFFFFF;
	font-size: 22px;
	text-align:center;
}

#maincontainer{
	overflow:hidden;
	height:100%;
	margin: 0 0 0 0;
}

.navbar{
	height:45px; 
	min-width:1125px;
	border-bottom:4px solid #333333;
	/*background-color:#900;*/ /* 791E25 */
	background: -webkit-linear-gradient(#9B0000, #5B0000); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#9B0000, #5B0000); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#9B0000, #5B0000); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#9B0000, #5B0000); /* Standard syntax */
}

#sidebarContainer {
	width:200px;
	vertical-align:top;
	background-color:#EEEEEE;
}

#sidebarContainerClose {
	width:0px;
	vertical-align:top;
	background-color:#EEEEEE;
}

.sidebar{
	float:left;
	height:100%;
	width:200px;
	background-color: #EEEEEE;
	overflow-y:auto;
	overflow-x:hidden;
}

#logo
{
	height:50px;
	width:200px;
	position:absolute;
	left:0;
	top:0;
}

.contentWrapper {
	vertical-align:top;
	padding:4px 12px 10px 8px;
	overflow-y: hidden;
}

.wrapperContent {
	width:100%;
	height:100%;
	background-color:#EEEEEE;
	/*background: -webkit-linear-gradient(#5B0000, #EEEEEE);*/ /* For Safari 5.1 to 6.0 */
  	/*background: -o-linear-gradient(#5B0000, #EEEEEE);*/ /* For Opera 11.1 to 12.0 */
  	/*background: -moz-linear-gradient(#5B0000, #EEEEEE);*/ /* For Firefox 3.6 to 15 */
  	/*background: linear-gradient(#5B0000, #EEEEEE);*/ /* Standard syntax */
	border-radius:10px 10px 10px 10px;
	overflow-y: hidden;
	padding:2px 2px 2px 2px;
}

.wrapperContentHeader {
	width:100%;
	height:34px;
	background-color:#5B0000;
	border-radius:9px 9px 0px 0px;
	color:#FFFFFF;
	border-bottom: 4px solid #333333;
	text-align:left;
}

.wrapperContentHeaderInner {
	padding-left:20px;
	padding-top:8px;
	font-size:18px;
}

.wrapperContentMain {
	padding: 0px 0px 0px 6px; 
	overflow-y: auto;
}

.wrapperContentMain .outerThumbnail {
	width: 176px;
	height:168px;
	float:left;
	border:0px solid red;
	padding-top:4px;
}

.wrapperContentMain .innerThumbnail {
	width: 165px;
	height:158px;
	float:left;
	border:0px solid red;
	padding-top:4px;
	background-color:#333333;
	border-radius: 10px 10px 10px 10px;
}

.wrapperContentMain .innerThumbnail:hover {
	background-color:#666666;
	color:#000000;
}

.thumbnailHeader {
	padding-bottom: 6px;
	color:#FFFFFF;
}

.thumbnailFooter {
	padding-bottom: 4px;
	color:#FFFFFF;
}

.thumbnailImage {
	height:100px;
	border-radius:10px 10px 10px 10px;
}

/* Used for login button on the right of the navbar */
.btnLogin {
	width:100%;
	height:33px;
	text-align:center;
	padding-top:12px;
	border-left:1px solid #666666;
	border-radius:15px 0px 0px 15px;
}

.btnLogin:hover {
	border-radius:15px 15px 15px 15px;
	background:#333333;
}

.btnLoginOuter {
	width: 85px;
}
/* ************************************************ */

/* used to put a space between header and scrollable div in wrapperContent div */
.spacer {
	height: 5px;
}

/* Youtube List Styles */
div.youtubeLinkOuter {
	height:60px;
	width:180px;
	padding-right:10px;
	padding-bottom:5px;
	float:left;
}

div.wrapperContentMain div.youtubeLink {
	padding:10px 10px 10px 10px;
	background-color:#5B0000;
	border-radius:10px 10px 10px 10px;
	color:#FFFFFF;
	border:5px solid #333333;
	width:150px;
	float:left;
	text-align:center;
}

div.wrapperContentMain div.youtubeLink:hover {
	background-color:#666666;
}


/* Links */
div.linkOuter {
	height:60px;
	width:180px;
	padding-right:10px;
	padding-bottom:5px;
	float:left;
}

div.wrapperContentMain div.linkInner {
	padding:10px 10px 10px 10px;
	background-color:#5B0000;
	border-radius:10px 10px 10px 10px;
	color:#FFFFFF;
	border:5px solid #333333;
	width:150px;
	float:left;
	text-align:center;
}

div.wrapperContentMain div.linkInner:hover {
	background-color:#666666;
}











