html, *{
	padding:0;
	margin:0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/background.png) repeat scroll 0 0 #ECECEC;
}

.clear{
	clear: both;
}

.left{
	float:left;
}

.right{
	float:right;
}

.container{
	margin: 0 auto;
	width: 960px;
}

#main_content{
	width: 720px;
	float: left;
}

#sidebar_content{
	width: 240px;
	float: left;
}

h1, h2, h3, h4, h5, h6 {
    color: #006738;
    font-family: 'PT Sans',arial,serif;
    font-weight: 700;
    margin: 10px 0 5px;
}

h2 {
    font-size: 20px;
    line-height: 16px;
    margin-bottom: 8px;
	margin-top: 15px;
}

h3 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px;
	margin-top: 20px;
}

#header
{
	height: 126px;
	background: #ccc; 

}

#header.login{
	min-height: 190px;
	padding-bottom: 10px;
	color: #000 !important;
}
#header.login form{
	padding-top: 28px;
}

#header #brs-logo{
	float: right;
	margin-top: 15px;
}

#header #menu{
	margin-top: 5px;
	background: #d3d3d3;
	height: 40px;
}

#content_container {
	padding-top: 10px;
}

.error_login{
	color: #FFF;
}


/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav{
	list-style:none;
	font-weight:bold;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#nav li{
	float:left;
	position:relative;
	border-right: 1px solid #c3c3c3;
}
#nav a{
	display:block;
	padding:12px;
	color:#525252;
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
	background:#6b0c36;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; 
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	z-index: 5;
}
#nav li:hover a{ 
	background:#b3b3b3;
}
#nav li:hover ul a{
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#b3b3b3;
}

#footer{
	padding-top: 10px;
	font-size: 11px;
	margin-top: 50px;
	border-top: 1px solid #CCC;
	height: 100px;
}

div.label{
	float:left;
	width: 195px;
	clear: both;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	height: 25px;
	padding-top: 5px;
}

div#rewards div.label{
	width:  300px;}

div.info{
	float:left;
	width: 260px;
	border-bottom: 1px solid #CCC;
	height: 25px;
	padding-top: 5px;
}

div.info select{
	width: 250px;
}

div.textarea{
	height: 90px;
}

div.textareawide{
	height: 240px;
}

div.item_buttons{
	text-align:right;
	width: 100%;
	border-bottom: 1px solid #CCC;
	padding-bottom:10px;
	margin-bottom: 20px;
}

div.submit_wrapper{
	clear: both;
	float:left;
	width: 250px;
	margin-left: 200px;
	padding-top: 5px;
}

textarea{
	height: 75px;
	width:  250px;
}

div.textareawider textarea{
	width:  600px;
	height: 200px;
}

div.error{
	display: block;
	background: #ff7070;
	padding: 15px;
	border: 1px solid #006738;
	margin-bottom: 10px;
}

div#message-green
{
	padding: 10px;
	margin-bottom: 10px;
	background: #CCC;
}

div#message-red
{
	background: #ff7070;
	padding: 10px;
	border: 1px solid #006738;
	margin-bottom: 10px;
}

div#profile_info
{
	padding-top: 5px;
	color: #000;
	float: left;
}

div#profile_info a
{
	color: #000;
}

table#login td{
	padding: 5px;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }



.calendar {
	width: 100%;
	min-width: 960px;
	border-collapse: collapse;
}

.calendar tbody tr:first-child th {
	color: #505050;
	margin: 0 0 10px 0;
}

.day_header {
	font-weight: normal;
	text-align: center;
	color: #757575;
	font-size: 10px;
}

.calendar td {
	width: 14%; /* Force all cells to be about the same width regardless of content */
	border:1px solid #CCC;
	height: 100px;
	vertical-align: top;
	font-size: 10px;
	padding: 0;
}

.calendar td:hover {
	background: #F3F3F3;
}

.day_listing {
	display: block;
	text-align: right;
	font-size: 12px;
	color: #2C2C2C;
	padding: 5px 5px 0 0;
}

div.today {
	background: #cecece;
	height: 100%;
}

.legend_cal span{
	height: 10px;
	width: 10px;
	display: inline-block;
}

.legend_cal span.scheduled{ background: #499203;}
.legend_cal span.personal{ background: #f90000;}
.legend_cal span.vacation{ background: #6BD5ED;}
.legend_cal span.lieu_time{ background: #6E6E6E;}
.legend_cal span.blackout{ background: #000000;}

.scheduled_event{ background: #499203;}
.personal_event{ background: #f90000;}
.vacation_event{ background: #6BD5ED;}
.lieu_time_event{ background: #6E6E6E;}
.blackout_event{ background: #000000;}

.scheduled_event_sml{ background: #499203; height: 24px; width: 24px;}
.personal_event_sml{ background: #f90000; height: 24px; width: 24px;}
.vacation_event_sml{ background: #6BD5ED; height: 24px; width: 24px;}
.lieu{ background: #6E6E6E; height: 24px; width: 24px;}
.blackout_event_sml{ background: #000000; height: 24px; width: 24px;}

.cal_event{
	width: 96%;
	padding: 3px;	
	margin-top: 2px;
}


.cal_event span, .cal_event_small span{
	display: inline-block;
	width: 100%;
	text-decoration: none;
	color: white;
}

.cal_event span:hover, .cal_event_small span:hover{
	cursor: pointer;
}

.create_schedule .days{
	float: left;
	width: 100px;
}

.selectable .ui-selecting { background: #FECA40; }
.selectable .ui-selected { background: #F39814; color: white; }
.selectable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
.selectable li { height: 14px; border: 1px solid #000; padding: 3px; }

div.htmltooltip{
	position: absolute; /*leave this and next 3 values alone*/
	z-index: 1000;
	left: -1000px;
	top: -1000px;
	background: #272727;
	border: 10px solid black;
	color: white;
	padding: 3px;
	width: 250px; /*width of tooltip*/
}

.postion_description_wrapper .info{
	width: 500px;
}


.postion_description_wrapper .textareawider{
	height: 250px;
}


.print{
	display: none;
}

.screen{
	display: block;
}