.clear{
	clear:both;
	font-size:0;
}

img{
	border:0;
}

a{
	text-decoration:none;
	color:#003BFF;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
	color:#000;
}



div.label, div.input{
	margin-top:5px;
	margin-right:5px;
}
div.label{
	float:left;
	width:130px;
	text-align:right;
}
div.input{
	font-weight:bold;
	float:left;
	width:130px;
}

table .title td{
	font-weight:bold;
	padding:10px;
}

input, textarea, select{
	width:200px;
}

input.datefield{
	width:90px;
	background:url(../images/calendar_icon.gif) right no-repeat;
	padding-left:3px;
}
input.datefield_readonly{
	width:90px;
	background:url(../images/calendar_icon_bw.gif) right no-repeat;
	padding-left:3px;
	color:#6a6a6a;
	border:1px solid #ccc;
	padding:1px;
}

input.checkbox, input.radio{
	width:30px;
	padding-left:3px;
}

.loginbox input{
	width:120px;
}

input.btn{
	width:auto;
}

.dropdown{
	width:100px;
}

#zone2, #zone3{
	float:left;
}

/* document icons*/ 
.docicons{
	float:right;
	margin-right:20px;
	text-align:center;
}

/* table listing */
table.listing{
	font-size:13px;
	width:100%;
	border:1px solid #ccc;
}
table.listing td{
	padding:4px;
}
table.listing tr{
	background:#f1f2f3;
}
table.listing .header{
	background:#ccc;
	font-weight:bold;
}
table.listing td.red{
	background:red;
}
table.listing td.orange{
	background:orange;
}

ul.setup{
	list-style-type:none;
	padding:0;
	margin:0;
}
ul.setup li{
	display:inline;
	padding:5px;
	border:1px solid #ccc;
	margin:5px;
}
ul.setup li:hover{
	background: #ccc;
}
ul.setup li a{
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

ul.menu{
	list-style-type:none;
	padding:0;
	margin:0;
}
ul.menu li{
	padding:5px;
	border:1px solid #ccc;
	margin:5px;
	background:#cccce8;
}
ul.menu li:hover{
	background:#010080;
}
ul.menu li a{
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#05076e;
}
ul.menu li:hover a{
	color:#fff;
}


.error{
	color:red;
}

.notice{
	font-size:11px;
	font-weight:normal;
	font-style: italic;
	color:#2a2a2a;
}

.uploadfile{
	width:50px;
}

table.calendar{
	border:1px solid #ccc;
}
table.legend td{
	width:100px;
}
/* blank cell format */
table.calendar td{
	width:30px;
	height:20px;
	text-align:center;
	font-size:12px;
}
table tr.header{
	font-weight:bold;
}
/* inside mission - grey */
td.mission{
	background-color:#e6e6e6;
	cursor:pointer;
}
/* TRE mission */
td.darkgreen{
	background-color:#19b200;
}
/* AMI/AME mission */
td.blue{
	background-color:#5081ff;
}
/* SFI mission */
td.yellow{
	background-color:#e5e800;
}
/* TRI mission */
td.lightgreen{
	background-color:#93ffa2;
}
/* FO mission */
td.lightgrey{
	background-color:#a2a2a2;
}
/* GI mission */
td.lightorange{
	background-color:#ffc869;
}
/* CPT mission */
td.lightpurple{
	background-color:#ce78ff;
}
/* LCT mission */
td.lightyellow{
	background-color:#fffeb1;
}
/* sfi.gi mission */
td.lightbrown{
	background-color:#d0b991;
}
/* tri/tre mission */
td.limegreen{
	background-color:#8ddb6f;
}


/* inside day red alert */
td.red{
	border-top:2px solid red;
	border-bottom:2px solid red;
}
/* inside day orange alert */
td.orange{
	border-top:2px solid #FF6A00;
	border-bottom:2px solid #FF6A00;
}
/* first day red alert */
.firstdayred{
	border-left:2px solid red;
}
/* last day red alert */ 
.lastdayred{
	border-right:2px solid red;
}
/* first day orange alert */
.firstdayorange{
	border-left:2px solid #FF6A00;
}
/* last day orange alert */ 
.lastdayorange{
	border-right:2px solid #FF6A00;
}


table.viewinfo .left{
	text-align:right;
}table.viewinfo .right{
	font-weight:bold;
}