* {
    margin: 0;
    padding: 0;
}
body {
   background-color: #ffffff;
  background-image: url("../images/bg.jpg");
  background-size: cover;
    background-repeat: no-repeat;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 20px;
    min-width: 900px;
}
p {
    padding-bottom: 15px;
}
img, a img {
    border: 0 none;
}
ul li {
    list-style: none outside none;
}
.clear {
    clear: both;
}
a {
    color: #0085d3;
    outline: medium none;
    text-decoration: none;
}
a:hover {
    color: #3AAEF7;
    text-decoration: none;
}
a:visited {
    outline: medium none;
}
.clear{
    clear:both;
}
.clear_css{
    padding: 0px;
    margin: 0px;
}
.logo{
   
  /*  position: fixed;*/
	padding-left: 160px;
    top: 10px;
   /* z-index: 997;*/
}
#header {
    background-color: #ffffff;
    /*background-image: url("../images/header_bg.png");
    background-position: left top;
    background-repeat: repeat; */    
    padding: 0px;
   /* position: fixed;*/
    top: 0;
    height: 150px;
    width: 100%;
   /* z-index: 998;*/
}
#header .h1 {
    float: left;
    font-size: 23px;
    font-weight: bold;
    height: 140px;
	width: 448px;  
	background-image: url("../images/logo.jpg");
    background-position: left top;
	background-repeat: no-repeat;
}
#header .h1 a {
    display:block; 
	height:100%; 
	width:100%;
    /*
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000000;
	*/
}
#header .userprofile {
    color: #0085d3;
    float: right;
    height: 50px;
    padding-right: 0;
}
#header .userprofile ul {
    color: #0085d3;
    font-size: 16px;
    padding-top: 5px;
}
#header .userprofile ul li {
    color: #0085d3;
    border-radius: 5px 5px 5px 5px;
    padding: 7px 12px 7px 9px;
    position: relative;
}
#header .userprofile ul li:hover {
    color: #0085d3;
    background: url("../images/tt.png") repeat scroll 0 0 transparent;
}
#header .userprofile ul li a {
    color: #0085d3;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 0 #000000;
}
#header .userprofile ul li a:hover {
    color: #FFFFFF;
}
#header .userprofile ul li a img {
    box-shadow: 0 0 5px #000000;
    height: 16px;
    margin-right: 3px;
    vertical-align: text-bottom;
    width: 16px;
}
#header .userprofile ul li ul {
    background: url("../images/tt.png") repeat scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px;
    display: none;
    font-size: 16px;
    left: 0;
    min-width: 100%;
    padding: 5px 0;
    position: absolute;
    top: 28px;
}
#header .userprofile ul li:hover ul {
    display: block;
}
#header .userprofile ul li ul li {
    padding: 0;
}
#header .userprofile ul li ul li:hover {
    background: none repeat scroll 0 center transparent;
}
#header .userprofile ul li ul li a {
    color: #0085d3;
    display: block;
    padding: 0 10px;
}
#my_topmenu {
    margin-top: 0px;
    /*position: fixed;*/
	width:100%;
	height:42px;
	background-color:#575757;
	background-image:-o-linear-gradient(-90deg,rgba(87,87,87,0),rgba(0,0,0,1)); 
	background-image:-moz-linear-gradient(-90deg,rgba(87,87,87,0),rgba(0,0,0,1));   
	background-image:linear-gradient(180deg,rgba(87,87,87,0),rgba(0,0,0,1));  
	background-image:-webkit-linear-gradient(-90deg,rgba(87,87,87,0),rgba(0,0,0,1));
	border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#00575757,endColorstr=#FF000000)

}

#my_content {
 
    margin-top: -50px;
   /* overflow: hidden; */
    padding: 60px 20px 20px;
 }
.loadmsg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border-radius: 15px 15px 15px 15px;
    /*bottom: 40px;*/
    color: #EEEEEE;
    font-size: 16px;
    font-weight: bold;
    left: 50%;
    top:30%;
    margin-left: -100px;
    padding: 20px;
    position: fixed;
    text-align: center;
    text-shadow: 0 1px 1px #000000;
    width: 160px;
    z-index: 1000;
}
.loadmsg img {
    display: block;
    margin: 0 auto 15px;
}
#login {
    position: absolute;
    right: 25%;
    top: 17%;
    width: 50%;
    /*
    margin : 0 auto; 
    margin-top:60px;
    width: 510px;*/
}
#my_content .loginbox {
    margin: auto;
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid black;
    opacity: 0.8;
    width: 550px;
}

#my_content .textbox {
    border: 1px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 20px;
    background-color: #fff;
}
#my_content .toolbar{
    color: #0085d3;
    background: none repeat scroll 0 0 #F3F3F3;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #FFFFFF;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 16px;
    line-height: normal;
    padding: 8px 15px;
}
#my_content .title{
    color: #454545;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
}
#my_content .textbox .textbox_content {
    padding: 15px;
}
#my_content .textbox .table-search {
   /* background: #dfdfdf url(../images/th_bg.gif) repeat-x scroll left top;*/
    border: 1px solid #d3d3d3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font: 13px/1.45em "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
    height:28px;
    padding:8px 10px;
    margin-bottom: 0px;
}

#my_content .textbox .table-search2 {
    background: #f5f5f5;
    border: 1px solid #d3d3d3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding:8px 10px;
    margin-bottom: 0px;
}
#my_content .textbox .table_head {
    background: url("../images/h3_bg.png") repeat-x scroll left top #638EB4;
    border: 1px solid #5C87AD;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #FFFFFF;
    font: 13px/1.45em "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
    padding: 7px 5px;
}
.tblform{
    width: 100%;
    border: none;
}
.tblform .login{
    height: 100px;
	width: 500px;  
	background-image: url("../images/login.png");
    background-position: center top;
	background-position:  200px   0px;
	background-repeat: no-repeat;
}
.tblform td{
    padding:0 0 8px 0 ;
}
.tblform .td1{
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}
.tblform-line{
    width: 100%;
    border: 1px solid #e9e9e9;
    border-collapse: collapse;
}
.tblform-line td{
    padding:4px;
    border: 1px solid #e9e9e9;
}
.tblform-line .td1{
    font-weight: bold;
    text-align: right;
    color:#333;
    background-color: #f8f8f8;
    padding-right: 4px;
}
.tblform-line .td2{
    padding-left: 4px;
}

span.required{
    font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
    font-size:16px;
    color:#ff2d2d;
}
.right{
    text-align: right;
}
.comment{
    color: #8b8b8b;
}
.agenda{
	padding: 0px;
	border-spacing: 0px;
	float:left;
	font-size: 9px;
}

.tabpreview {
  background: -webkit-linear-gradient(white, #ff6f6f); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(white, #ff6f6f); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(white, #ff6f6f); /* For Firefox 3.6 to 15 */
  background: linear-gradient(white, #ff6f6f); /* Standard syntax */
}

.time_label{
margin-left: -20px;
}

.noborder{
    background: url("../images/th_bg.gif") repeat-x scroll bottom left #f9f9f9;
    border: none;
    outline: medium none;
    height:21px;
    color: #555555;
    font-weight: bold;
}

.lborder{
    border-right: 1px solid #000;
}