/*
 *  General Page Styles
 */

html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial-Narrow, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
	height: 100%;
	min-height: 100%;
}

a {
  color: #CC0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li {
  color: red;
	vertical-align:middle;
}

.spot_img {
	vertical-align: middle;
}

.error_msg {
	margin-top: 40px;
	margin-left: 240px;
	color: red;
	font-size: 24px;
	font-weight: bold;
}

.error_contact {
	margin-top: 30px;
	margin-left: 240px;
}

.error_trace {
	margin-top: 30px;
	margin-left: 240px;
}

/* page header styles */

.page_title {
	margin-left: 200px;
	padding-left: 30px;
	font-size: 48px;
	color: #CCCCCC;
}

.page_subtitle {
	margin-left: 200px;
	padding-left: 50px;
	font-size: 32px;
	color: #CCCCCC;
}

.connected_as {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #999999;
	font-size: 12px;
}

/* content area styles */

#content {
	margin-top: 20px;
	margin-left: 200px;
	margin-right: 10px;
}

.breadcrumbs_container {
	padding-left: 20px;
}

.breadcrumbs {
	color: black;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.top_button_container {
	float: right;
	padding-bottom: 10px;
}

/* demo reel styles */

.demo_reel_container {
	text-align: center;
}

.demo_reel_label {
	text-decoration: none;
	color: black;
}

/* customer view styles */

.table_header_customer {
	color: white;
	background-color: #CC3333;
	font-size: 16px;
	font-weight: bold;
	margin: 2px 2px 2px 2px;
}

.table_header_center_customer {
	color: white;
	background-color: #CC3333;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	margin: 2px 2px 2px 2px;
}

.category_header {
	padding-left: 20px;
	color: white;
	background-color: #CC3333;
	font-size: 24px;
	font-weight: bold;
}

.category_header_controls {
	padding-right: 10px;
	color: white;
	background-color: #CC3333;
	font-size: 12px;
	cursor: pointer;
}

.category_content {
	overflow: hidden;
}

.category_row {
	float: left;
}

.media_container {
	float: left;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.media_container_label {
	text-decoration: none;
	color: black;
}

.media_description_container {
	padding: 10px 10px 10px 10px;
}

.media_header {
	font-weight: bold;
}

.media_title {
	float: left;
}

.media_runtime {
	float: right;
}

.media_description {
}

/* admin and contractor view styles */

.table_header {
	color: black;
	background-color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	margin: 2px 2px 2px 2px;
}

.table_header_center {
	color: black;
	background-color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	margin: 2px 2px 2px 2px;
}

.table_data {
	vertical-align: top;
	text-align: left;
}

.table_data_pad {
	padding-left: 10px;
	vertical-align: top;
	text-align: left;
}

.table_data_center {
	vertical-align: top;
	text-align: center;
}

.table_data_right {
	vertical-align: top;
	text-align: right;
}

.file_table {
	margin-top: 30px;
}

.file_row_header {
	color: black;
	background-color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

.file_row_header_label {
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
}

.file_row_header_button {
	background-color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 5px;
	margin-top: 5px;
	cursor: pointer;
	border-top: 2px solid #EEEEEE;
	border-left: 2px solid #EEEEEE;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
}

.file_row_invis {
	background-image: url(../images/row_gradient_white.gif);
	background-repeat: repeat-x;
	height: 20px;
}

.file_row_vis {
	background-image: url(../images/row_gradient_pink.gif);
	background-repeat: repeat-x;
	height: 20px;
}

/*
 *  Front Page Styles
 */
#front_content {
	margin-top: 30px;
	margin-left: 200px;
	text-align: center;
}

#logo_big {
}

#tag_line {
	margin-top: 15px;
	font-size: 32px;
}

.topic_header {
	margin-top: 40px;
  font-size: 18px;
  font-weight: bold;
}

.footnote_header {
	margin-top: 50px;
	font-size: 14px;
	font-weight: bold;
}

.footnote {
	font-size: 12px;
}

/*
 *  Navigational Styles
 */
 
#left_nav_container {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	min-height: 100%;
	float: left;
 	background-color: #EEEEEE;
}

#logo_nav {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

#left_nav_items {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.left_nav_item {
	margin-bottom:5px;
	color: black;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

/*
 *  Dialog Styles
 */
.dialog_title {
	text-align: center;
	margin-top: 10px;
	font-size: 32px;
	color: #CCCCCC;
}

.dialog_form_label {
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

.dialog_form_label_center {
	text-align: center;
	font-weight: bold;
	vertical-align: top;
}

.dialog_form_sublabel {
	text-align: right;
	vertical-align: top;
}

.dialog_form_field {
	vertical-align: top;
}

.dialog_form_required {
  margin-left: 5px;
	font-weight: bold;
	color: red;
}

.dialog_msg {
	margin-top: 20px;
	margin-left: 40px;
	font-size: 24px;
	font-weight: bold;
  text-align: center;
}

.dialog_error_msg {
	margin-top: 20px;
	margin-left: 40px;
	color: red;
	font-size: 24px;
	font-weight: bold;
}

.dialog_error_contact {
	margin-top: 30px;
	margin-left: 40px;
}

