@charset "utf-8";
/* CSS Document */


body{
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:400px;
padding:14px;
}


/* ----------- stylized ----------- */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

.star{
	color:#F00;
	font-size:16px;
	font-weight:bold;
}

table.sortable thead {
    color:blue;
    font-weight: bold;
    cursor: pointer;
	border:1px;
	border:1px #CCC solid;
    background-image: url("../images/background_output_header.jpg");
	background-position:bottom;
	background-repeat:repeat-x;
}
table.sortable td {
	border-bottom:1px #CCC solid;
	padding:3px 5px 3px 5px;
}

.output_header_table
{
    border-bottom: 1px solid #999999;
}
.output_header
{
    font-family: Arial;
    font-size:11px;
    background-image: url("images/background_output_header.jpg");
	background-position:bottom;
	background-repeat:repeat-x;
    height:22px;
    vertical-align:middle;
    border:1px solid #999999;
    border-right: 1px solid #999999;
    text-align:center;
}
.output_notes
{
    font-family: Arial;
    font-size:12px;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    height:20px;
    padding-left:5px;
    padding-right:5px;
	vertical-align:middle;
} 
.output_notes_head
{
    font-family: Verdana, Arial;
    font-size:10px;
    border:1px solid #999999;
} 

.output_notes_blue output_notes_white output_notes_red output_notes_green output_notes_yellow
{
    font-family: Arial;
    font-size:12px;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    height:20px;
    padding-left:5px;
    padding-right:5px;
	vertical-align:middle;
} 

	
	/********** CALENDAR **********/
#calendarDiv{
	position:absolute;
	width:205px;
	border:1px solid #2e93ca;
	padding:1px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	padding-bottom:20px;
	visibility:hidden;
}
#calendarDiv span, #calendarDiv img{
	float:left;
}
#calendarDiv .selectBox, #calendarDiv .selectBoxOver{
	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv .selectBoxTime, #calendarDiv .selectBoxTimeOver{	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv td{
	padding:3px;
	margin:0px;
	font-size:10px;
}

#calendarDiv .selectBox{
	border:1px solid #E2EBED;		
	color: #E2EBED;
	position:relative;
}
#calendarDiv .selectBoxOver{
	border:1px solid #FFF;
	background-color: #2e93ca;
	color: #FFF;
	position:relative;
}
#calendarDiv .selectBoxTime{
	border:1px solid #2e93ca;		
	color: #2e93ca;
	position:relative;
}
#calendarDiv .selectBoxTimeOver{
	border:1px solid #216072;	
	color: #216072;
	position:relative;
}

#calendarDiv .topBar{
	height:16px;
	padding:2px;
	background-color: #2e93ca;


}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color:#FF0000;
}
#calendarDiv .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #E2EBED;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
}
#calendarDiv .todaysDate div{
	float:left;
}
	
#calendarDiv .timeBar{
	height:17px;
	line-height:17px;
	background-color: #E2EBED;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
}

#calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}


#calendarDiv .monthYearPicker{
	background-color: #E2EBED;
	border:1px solid #AAAAAA;
	position:absolute;
	color: #2e93ca;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;

}
#calendarDiv #monthSelect{
	width:70px;
}
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;	
	padding:1px;
	margin:1px;	
	cursor:pointer;
}
#calendarDiv .monthYearActive{
	background-color:#2e93ca;
	color: #E2EBED;
}

#calendarDiv td{
	text-align:right;
	cursor:pointer;
}

#calendarDiv .topBar img{
	cursor:pointer;
}
#calendarDiv .topBar div{
	float:left;
	margin-right:1px;
}