﻿/******************************************************
Master Admin Style Sheet
Version: 1.2
Copyright: 2007 NMPCA
Developed: Jeff Algarra and Jason Stearns - NMBVI 
Date: August 20 2007
Notes:


/**********************************************************/
/*??????? Jason Styles ????????*/

.toolbar
{
    margin-bottom:10px;
}
img a
{
    border-style:none;
}
/************* Dashboard Layout *****************************/
#dash-left	{
	/*border:1px solid black;*/
	/*position:relative;*/
	background-color:#FFFFFF;
	width:570px;
	float:left;
	font-size:11px;
}
#dash-right	{
	/*border:1px solid black;*/
	position:relative;
	width:180px;
	float:right;
	background-color:#eee;
	height:100%;
}
.dash-menu	{
	background-color:#eee;
	height:auto;
	
	/*margin-top:20px;*/
}
#dashboard-container	{
	background-color:#fff;
	clear:both;
	border-bottom:5px solid #026B6E;
	background-image:url(../../images/menu/rightbacktile.gif);
	background-position:right;
	background-repeat:repeat-y;
}
.session-table-container	{
	background-color:#fff;
}
.session-table	{
	width:550px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid black;
	text-align:left;
	padding:5px;
}
.session-table td
{ width:33%;}
.session-tools-container	{
	background-color:#fff;
	text-align:center;
	padding-left:10px
}
.session-tools-table {
	width:550px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid black;
	text-align:left;
	padding:5px;
}
/**************** Admin Styles ************************/

.button	{

	font-size:11px;
	background-color: #009999;
	color:#FFFFFF;
	border:1px ridge black;
	width:155px;
	padding:2px;
	margin:5px;
}
.table-title	{
	font-size:12px;
	line-height:20px;
	color:#000099;
	text-align:center;
	font-weight:bold;
	background-color:#666666;
	color:#FFFFFF;
}
.session-tools-table li	{
	margin-left:30px;
	line-height:17px;
	list-style-type:square;
	text-align:left;
}
#dashboard-container hr	{
	width:550px;
	padding:0px;
	margin:0px;
	background-color:#D47E7E;
	
}
.session-table li	{
	margin-left:30px;
	line-height:17px;
	list-style-type:square;
	text-align:left;
}
#dash-left	p {
	font-size:11px;
}
.media-req	{
	font-size:13px;
	width:180px;
	text-align:left;
	padding-bottom:15px;
}
.media-req-title	{
	background: url(../../images/menu/title.gif) repeat-x;
	height: 25px;
	text-align:left;
	font-size: 11px;
	font-family: Arial, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom: 3px;
	padding-top:5px;
	padding-left:10px
}
.bandwidth	{
	float:right;
	margin-right:15px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:0px;
}
.video-title	{
	float:left;
	font-size:13px;
	font-weight:bold;
	color: #666666;
	margin-left:15px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:8px;
}
/***************Session and Admin Menu*****************/
div.menu {
	width: 180px;
	height:auto;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	background-color: #eee ;
	color: #fff;

}
div.menu div {
	background: url(../../images/menu/title.gif) repeat-x;
	overflow: hidden;
	width:180px;
}
div.menu div:first-child {
	background: url(../../images/menu/title.gif) repeat-x;
}
div.menu div.collapsed {
	height: 25px;
}
div.menu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(../../images/menu/expanded.gif) no-repeat 10px center;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	text-align:left;
}
div.menu div.collapsed span {
	background-image: url(../../images/menu/collapsed.gif);
}
div.menu div a {
	padding: 5px 15px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
	text-align:left;

}
div.menu div a.current {

	
}
div.menu div a:hover {
	background : #066 url(../../images/menu/linkarrow.gif) no-repeat left center;
	color: #fff;
	text-decoration: none;

}


