/* 
    Document   : style
    Created on : Nov 1, 2012, 9:55:28 AM
    Author     : PengFei
    Description:
        Purpose of the stylesheet follows.
*/

*{margin:0;padding:0;border:0;}
body{
	font-family:Verdana, Geneva, sans-serif;
	background:url(../images/snowflake-tile.jpg);
	
}

.body{
margin-top:10px;
margin-bottom:15px;	
width:1040px;	
  border-radius: 15px;
		 -moz-border-radius: 15px; /* mozilla */
 -webkit-border-radius: 15px; /* webkit */
 background-color:white;

 margin-left:auto;
 margin-right:auto;
 background:url(../images/light_grey.jpg);
}
.header{
	width:1028px;
	height:112px;
	background:url(../images/header_bg.png) no-repeat;
	padding-top:22px;
	padding-left:12px;
	
}

.content_left{
	width:337px;
	background:url(../images/nav_bg.png) repeat-y;

	padding-top:20px;
	display:inline-block;
	padding-bottom:10px;
	
}
.content_right{
	margin-left:20px;
	width:670px;
	display:inline-block;
	vertical-align:top;
	font-size:12px;
	
	
}

.content_left .top{
margin-left:35px;
margin-bottom:35px;	
margin-top:15px;
}
.content_left .top img{
margin-right:25px;
	
}
.home_box{
margin-top:50px;

-moz-box-shadow:5px 5px 5px #999 inset;               /* For Firefox3.6+ */
	-webkit-box-shadow:5px 5px 5px #999 inset;            /* For Chrome5+, Safari5+ */
	box-shadow:5px 5px 5px #999 inset;                    /* For Latest Opera */
		  border-radius: 3px;
		 -moz-border-radius: 3px; /* mozilla */
 -webkit-border-radius: 3px; /* webkit */
 height:350px;
 width:570px;
 background:white;
 padding-top:50px;
 padding-left:30px;
	
}
p.title{
	font-weight:bold;
}
p.blue{
color:#2c7ba2;	
font-size:12px;
display:inline;
font-weight:bold;
}
p.bold{
	color:#9c9a9a;
	font-size:12px;
display:inline;
font-weight:bold;
	
}

.footer{
width:1040px;
padding-top:20px;
padding-bottom:15px;	
font-size:12px;	
text-align:center;
border-top:solid lightgray 1px;
margin-top:20px;
}
.footer a{
color:	#2c7ba2;	
text-decoration:none;
}
.footer a:hover{
color:	#2c7ba2;	
text-decoration:underline;
}
.form_box{
margin-left:40px;
margin-top:30px;

 width:580px;
	
}
.tbl_content{
	
	margin-left:0px;
	
}
.form_box td{
padding-top:10px;
font-size:12px;
padding-right:15px;
text-align:left;
}

.form_box td.col1{

width:170px;
}
.form_box td.submit{

text-align:right;
}
.form_box td.subtitle{
padding-top:25px;
font-size:14px;
border-bottom:2px lightgray solid;
padding-bottom:10px;

}
.form_box input[type=text],select,textarea{
	-moz-box-shadow:3px 3px 3px #999 inset;               /* For Firefox3.6+ */
	-webkit-box-shadow:3px 3px 3px #999 inset;         /* For Chrome5+, Safari5+ */
	box-shadow:3px 3px 3px #999 inset;                 /* For Latest Opera */
		  border-radius: 3px;
		 -moz-border-radius: 3px; /* mozilla */
 -webkit-border-radius: 3px; /* webkit */
 padding:5px 10px 5px 10px;
 border:solid 1px lightgray;
 width:400px;
 margin-top:3px;
	
}
.form_box input[type=submit],input[type=reset],input[type=button]{
	cursor:pointer;
	border:1px solid lightgray;
	padding:5px 15px 5px 15px;
	background:url(../images/cal_bar.png);	
	height:28px;
	color:white;
         box-shadow:  2px 2px 0px lightgray; 
         position:relative;
}
.form_box input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover{
 box-shadow:  1px 1px 0px lightgray; 
   right:-1px;
   bottom:-1px;
}

.form_box select{
width:auto;	
}
.form_box  input[type=radio]{
vertical-align:top;
}
.form_box input[type=text].short{
	 width:190px;
	
}

#list_tbl{
	width:600px;
	table-layout:fixed;word-wrap:break-word;
	
}
#list_tbl tr.title_tbl td{
	
	
	padding:5px 15px 5px 15px;
	background:url(../images/cal_bar.png);	
	height:28px;
	color:white;
}
#list_tbl td{
	text-align:center;
/*	padding:5px 5px 5px 5px;*/
}
#list_tbl td.submit{
	text-align:right;
padding-top:20px;
}
#list_tbl tr.even td{
	padding:5px 5px 5px 5px;
	background-color:#b6e7f7;
	
}

td.search_td{
	padding-left:30px;
	padding-bottom:5px;
	
}
#list_tbl td.submit a{
	cursor:pointer;
	border:1px solid lightgray;
	padding:5px 15px 5px 15px;
	background:url(../images/cal_bar.png);	
	height:28px;
	color:white;
	text-decoration:none;

}
#list_tbl td.submit a:hover{
	cursor:pointer;
	border:1px solid lightgray;
	padding:5px 15px 5px 15px;
	background:url(../images/cal_bar.png);	
	height:28px;
	color:white;
	text-decoration:none;

}
#list_tbl td.total {
	text-align:right;

}

img{
    vertical-align:middle;
    
    
}
a{
   font-size:12px;
   color:black;
   text-decoration:none;
}
a:hover{
   font-size:12px;
   color:black;
   text-decoration:underline;
}

#tbl_app {
	
width:320px;
display:inline-table;
vertical-align:top;

}

#tbl_app td{
	
padding-left:5px;
padding-right:0px;	

padding-top:5px;
padding-bottom:5px;	
text-align:left;
}
#tbl_app td.func{
	text-align:right;
}
#tbl_app td.timeslot{
background-color:#b6e6f7;	

}
#tbl_app td.col1{
	

  font-weight:bold;

  width:40px!important;

}
#tbl_app td.col2{

    	width:120px;

  
}


td.title_team{
	
background:url(../images/cal_bar.png) repeat-x;
height:28px;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;	
font-weight:bold;

}

td.title_team a{
margin-right:5px;	
float:right;

}

.right_box{
	
	position:fixed;top:390px;right:5px;background:url(../images/sidebar_box.png);width:195px;height:85px;text-align:center;
	padding-top:70px;
        opacity: 0.1;
        
	

	
	
}
.right_box:hover{
      opacity: 1;
}
.right_box .right_title{
margin-bottom:12px;
margin-top:4px;
position:relative;
font-size:13px;	
}
.right_box .right_title img{

position:absolute;
left:4px;
top:-22px;
}
.right_box .right_select{
	width:198px;
	height:16px;
	padding-top:5px;
	padding-bottom:5px;
	
	text-align:center;
	
	
}
.right_box .right_select:hover{
	background:url(../images/sidebar.png);
	text-decoration:none;
	
	
}
.right_box a:hover{
	text-decoration:none;
	
}
#validate{
   
    
    
}
p.star{
    display:inline;
    color:red;
}
.alert_text_inline{
    color:red;
    padding-top:5px;
    padding-bottom:5px;
    pakdding-left:10px;
}