/* ----------------------------------------------------------- */
/* CSS Skin for Login Screen - ManageEngine OpManager 5 Web Client */
/* written by rajeshsundaram                         */
/* color scheme : OpManager Blue, OpManager Orange	   */
/* ----------------------------------------------------------- */


/* ------------------ Table Definitions ---------------- */ 
/* defining body tag properties */
.bodystyle{
		   background-color :#ffffff;
		   background-image :none;
		   font: 8pt/14pt Tahoma, verdana, arial, sans-serif;
		   color:#000090;
		   text-decoration : none;
		   margin-top : 0;
		   margin-left : 0;
		   margin-right : 0;

		   
}

.forms_Button, .button
{
	border: none;
	line-height:32px;
	height:32px;
	text-align:left;
	padding-left:15px;
	background:url(images/buttonBg.gif) no-repeat;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	cursor:hand;
	vertical-align: middle;
}

.G0
{
FILTER:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='white',EndColorStr='lightblue');
width:100%;
height:25px;
}

.G1
{
FILTER:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#F1F7FF',EndColorStr='#0099cc');
font: 9pt/14pt Tahoma, verdana, arial, sans-serif;
color:#000000;
width:100%;
height:20px;
}

.G3
{
FILTER:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#0099cc',EndColorStr='white');
color:black;
width:100%;
height:25px;
}

.D1
{
	padding-left: 3px;
	cursor:hand;
	font-size:8pt;
	font-weight:bold;
}

.Ft1
{
			   font: 9pt/14pt Tahoma, verdana, arial, sans-serif;
		   color:#000000;
}

.Ft2
{
			   font: 9pt/14pt Tahoma, verdana, arial, sans-serif;
		   color:#ffffff;
}


/* ------------- Text Definitions ----------------- */
.bump {
	  background : url(images/loginOrangeBump.gif) repeat-x;
}	  
.bumpShadow {
	background : url(images/loginShadow.gif);
}	
.login {
	   background : url(images/loginBg.gif);
}
.copyright {
		  background : url(images/loginShadow2.gif) repeat-x;
}
		  	   
	 

/* settings for normal text through out the client */
.txtGlobal {
			font : 8pt/14pt verdana, arial, sans-serif;
			font-weight : normal;
			color:#000080;
}


/* settings for Bold text through out the client */
.txtGlobalBold {
			font : 8pt/14pt verdana, arial, sans-serif;
			font-weight : bold;
			color:#000080;
}
.mailLink {
			font : 8pt/14pt verdana, arial, sans-serif;
			color:#aaaaaa;
}


.hint {
			font : 8pt/14pt verdana, arial, sans-serif;
			color:#aaaaaa;
}



/* ------------- Link Definitions ----------------- */


/* defining <a> tag's link props */
a:link, a:vlink, a:alink {
	text-decoration: none;
	color : Black;

}

A:visited
{
	text-decoration: none;
	color : Black;
}


/* defining <a> tag's hover props */
a:hover {
	text-decoration: underline;
}


/* Common button style across all screens */
.btnStyle{
      font-family: Verdana;
      font-size:12;
      width: 80px;
      font-style: normal;
}

/* Color when the cursor is hovered over a table row */
.rowMouseOverColor {
background: lightyellow;
}

/* defining dashboard props */
.dashboard {
		background : "#ffffff";
}


/* defining dashboard Top Left */
.dashTopLeft {
		background : #f5f5f5 url("images/CreamyBlue/dashTopLeftBg.gif") no-repeat top left;
}	


/* defining dashboard Top Right */
.dashTopRight {
		background : #f5f5f5 url("images/CreamyBlue/dashTopRightBg.gif") no-repeat top right;
}	


/* defining dashboard Bottom Left */
.dashBottomLeft {
		background : #f5f5f5 url("images/CreamyBlue/dashBottomLeftBg.gif") no-repeat bottom left;
}	

/* defining dashboard Bottom Right */
.dashBottomRight {
		background : #f5f5f5 url("images/CreamyBlue/dashBottomRightBg.gif") no-repeat bottom right;
}	

/* defining dashboard Top  */
.dashTop {
		background :  url("images/CreamyBlue/dashTop.gif") repeat-x top;
}	

/* defining dashboard Left  */
.dashLeft {
		background :  url("images/CreamyBlue/dashLeft.gif") repeat-y left;
}	

/* defining dashboard Right  */
.dashRight {
		background :  url("images/CreamyBlue/dashRight.gif") repeat-y right;
}	

/* defining dashboard Bottom  */
.dashBottom {
		background :  url("images/CreamyBlue/dashBottom.gif") repeat-x bottom;
}

/* Light Header for Tables */
.tableLightHeader 
{
    background : #f5f5f5;
	padding: 4px;
	font : 8pt/10pt verdana, arial, sans-serif;
	color : #00009e;
	font-weight : bold;
}
/* ----------------------------------- End of Calendar Styles ---------------------------------------------------- */

.adProgressBar {

    border-top:1px #000000 solid;
    border-left:1px #000000 solid;
    border-bottom:1px #cccccc solid;
    border-right:1px #cccccc solid;
    background-color:#efefef;

}
.Box {
	border: 1px solid #000090;
}

#topbar{
position:absolute;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
width: 98%;
visibility: hidden;
z-index: 100;
}

body
{
 margin:0px;
}