@charset "UTF-8";
/* general rules */
*{
	font-family:Helvetica, sans-serif;
	font:Helvetica;
	border:0px;
	margin:0px;
	padding:0px;
	position:absolute;
}

body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
br{
	position:relative;
}
a:visited {
color: #5C7996;
}
a:hover{
	color:#ca0002;
}
/* main layout styles */
#holder{
	width:960px;
	height:500px;
	background:#fff;
}

/* top row */
#content{
	width:960px;
	height:340px;
	margin-bottom:5px;
}
/*left hand side */
#content_navigation_box{
	width:315px;
	height:340px;
	background:url(../images/ui/content_navigation_box.jpg);
	
}
a{
	text-decoration:none;
}
#ireport_box{
	
	width:295px;
	height:41px;
	background:#dadada;
	top:345px;
	cursor:pointer;
	padding:10px;
	text-decoration:none;
	color:#000;
	font-weight:bolder;
}
#ireport_box:hover{
	
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
	background:#9e2522;
	color:#FFF;
}
#content_navigation_headline{
	height:25px;
	padding:5px 10px 0 10px;
	width:295px;
	background:#9e2522;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
	font-size:16px;
	font-stretch:condensed;
}

#content_navigation_text{
	
}
/* buttons */
#content_button_holder{
	top:30px;
	padding:10px;
	width:90px;
	height:290px;
}
.content_button{
	
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
	
	position:relative;
	margin:0 0 10px 0;
	width:90px;
	height:56px;
	background:url(../images/ui/grey_button.png);
	
	cursor:pointer;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	padding-top:34px;
	
	
}
.content_button:hover{
	/* animations */
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
	
	-webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
	
	background:url(../images/ui/blue_button.png);
}
.disabled_content_button{
	position:relative;
	margin:0 0 10px 0;
	width:90px;
	height:56px;
	background:url(../images/ui/inactive_button.png);
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	padding-top:34px;
}
.content_button_active{
	-webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
	
	background:url(../images/ui/blue_button_fold.png);
}
#content_navigation_button_profile{
}

#content_navigation_button_profile_active{
	
}

#content_blurb_holder{
	left:120px;
	top:30px;
	padding:10px 10px 10px 0;	
	font-size:14px;
}

/* right hand side */
#content_display{
	background:#000;
	CURSOR:pointer;	
	width:640px;
	height:406px;
	left:320px;
	overflow:hidden;
}
#content_blurb_holder a{
	margin:0;
	color:#00a8e8;
	position:relative;
}

/* bottom row */
#navigation{
	top:411px;
	width:960px;
	height:155px;
	overflow:hidden;
}

.thumbnail{
	width:156px;
	height:155px;
	background:#c6c6c6;
	cursor:pointer;
}
.thumbnail p{
	padding:5px;
	background:#000;
	color:#FFF;
	bottom:0;
	opacity:.8;
	width:146px;
	text-align:center;
}
.thumbnail_hover{
	top:0px;
	width:156px;
	height:155px;
	background:url(../images/ui/roll_over_thumbnail.png);
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	
}
.thumbnail_hover_start{
	text-align:center;
	width:136px;
	height:25px;
	padding:10px;
	color:#FFF;
	top:0px;	
}
.thumbnail_hover_end{
	text-align:center;
	width:136px;
	height:25px;
	padding:10px;
	color:#FFF;
	top:110px;	
}