* {
    margin: 0;
    padding: 0;
}
body {
    background: url("../images/body_bg.gif") repeat-y scroll left top #FFFFFF;
    color: #454545;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    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: #008EE8;
    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;
}
#header {
    background-color: #467CAD;
    background-image: url("../images/header_bg.png");
    background-position: left top;
    background-repeat: repeat-x;
    height: 45px;
    padding: 0 2%;
    position: fixed;
    top: 0;
    width: 97%;
    z-index: 999;
}
#header .h1 {
    float: left;
    font-size: 23px;
    font-weight: bold;
    line-height: 45px;
}
#header .h1 a {
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000000;
}
#header .userprofile {
    float: right;
    height: 50px;
    padding-right: 0;
}
#header .userprofile ul {
    font-size: 12px;
    padding-top: 5px;
}
#header .userprofile ul li {
    border-radius: 5px 5px 5px 5px;
    padding: 7px 12px 7px 9px;
    position: relative;
}
#header .userprofile ul li:hover {
    background: url("../images/tt.png") repeat scroll 0 0 transparent;
}
#header .userprofile ul li a {
    color: #F0F0F0;
    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: 11px;
    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: #999999;
    display: block;
    padding: 0 10px;
}
#my_sidebar {
    float: left;
    margin-top: 45px;
    width: 180px;
}
#my_sidebar ul#my_nav li {
    font-size: 14px;
}
#my_sidebar ul#my_nav li img {
    position: relative;
    right: 3px;
    top: 2px;
}
#my_sidebar ul#my_nav li a {
    border-bottom: 1px solid #DFDFDF;
    border-top: 1px solid #FFFFFF;
    color: #8A8A8A;
    display: block;
    font-family: "Tahoma","Lucida Grande",sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 7px 0 7px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: background;
}
#my_sidebar ul#my_nav li a.active {
    background: url("../images/sidebar_arrow_left.png") no-repeat scroll right center transparent;
    color: #333333;
    display: block;
    margin-right: -1px;
}
#my_sidebar ul#my_nav li a strong {
    background: url("../images/sidebar_arrow_left.png") no-repeat scroll right center transparent;
    color: #333333;
    display: block;
    margin-right: -1px;
}
#my_sidebar ul#my_nav li a img {
    vertical-align: text-bottom;
}
#my_sidebar ul#my_nav li a:hover .active{
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DFDFDF;
    border-top: 1px solid #FFFFFF;
    color: #8A8A8A;
    text-shadow: 0 1px 0 #FFFFFF;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: background;
}
#my_sidebar ul#my_nav li a:hover strong {
    color: #333333;
}
#my_sidebar2 ul#my_nav li a span {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #DFDFDF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 #FFFFFF;
    float: right;
    font-size: 11px;
    line-height: 18px;
    margin-right: 15px;
    padding: 0 6px;
}
#my_sidebar2 ul#my_nav li a:hover span {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #BABABA;
}
#my_sidebar ul#my_nav li ul {
    background: none repeat scroll 0 0 #FBFBFB;
    border-bottom: 1px solid #BECAD1;
    padding: 5px 0 5px 5px;
}
#my_sidebar ul#my_nav li ul li {
    border: 0 none;
    font-size: 12px;
}
#my_sidebar ul#my_nav li ul li a {
    border: 0 none;
    padding: 3px 10px;
}
#my_sidebar ul#my_nav li ul li a:hover {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #008EE8;
    text-shadow: 0 1px 0 #FFFFFF;
}
#my_content {
    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: 14px;
    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 .textbox {
    border: 1px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 20px;
    background-color: #fff;
}
#my_content .toolbar{
    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: 14px;
    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 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;
}