@charset "utf-8";
/* CSS Document */
/*theme for login page*/
body#login {color: #fff;background: #222 url('../images/bg-login.gif');} /* for area of login  panel*/				
#login-wrapper { background: url('../images/bg-login-top.png') top left repeat-x;}
/*theme for login page Ends*/

/*theme for second login page*/
body{color:#555;background: #f0f0f0 url('../images/bg-body.gif') top left repeat-y;} /*background color/image of whole body*/
#body-wrapper {background: url('../images/bg-radial-gradient.gif') fixed 230px top no-repeat;}                
h1, h2, h3, h4, h5, h6 {font-family: Helvetica, Arial, sans-serif;color: #f6a00a;font-weight: bold;}
/*table and left side navigation bar anchor property*/
a { color: #57a000; text-decoration:none; }
a:hover     { color: #f39d08;}
a:active    { color: #777;}
a:focus     { outline:1px;}
/*end*/
.shortcut-button{background:#f7f7f7;} /*background color for top div boxers arite an article,new page*/
#sidebar{ background: url('../images/bg-sidebar.gif') top left no-repeat;color: #888;} /* right side navigation bar background*/
.content-box-content{background:#fbfbfb;} /*changes the background color of content box*/
.content-box-header{background:#fffbcc;}   /* background color for content box,content box left, content box right*/
#main-content tbody tr.alt-row{background:#E9E9E9;} /*background color for content boc table*/
.button{background:#74b500;color:#fff;font-size:11px;border: 1px solid #459300} /*button apply to selected and submit including the login page*/
.button:hover {background:#243;color:#ffffff;}
/*second login page css ends*/