.defaultPanesetBackground
{
   BACKGROUND-COLOR: #0198CD;
}

.defaultPanesetStyle
{
   BACKGROUND-COLOR: #AFC7CA;
}
.modalbgbbtm
{
   line-height:1px;
   size:1px;
   font-size:1px;
   background-image: url("../images/modal/modal_btnbar_bg_btm.gif");
}
.modalrightedge
{
   background-image: url("../images/modal/modal_bg_right.gif");
   line-height:1px;
   size:1px;
   font-size:1px;
}
.modaltopbg
{
   background-image: url("../images/modal/modal_top_bg.gif");
   line-height:1px;
   size:1px;
   font-size:1px;
}
.modaltoprightedge
{
   line-height:1px;
   size:1px;
   font-size:1px;
   background-image: url("../images/modal/modal_top_rightedge.gif");
}
.modalleftedge
{
   background-image: url("../images/modal/modal_bg_left.gif");
   line-height:1px;
   size:1px;
   font-size:1px;
}
.modaltopleftedge
{
   line-height:1px;
   size:1px;
   font-size:1px;
   background-image: url("../images/modal/modal_top_leftedge.gif");
}
.modalcornerleft
{
   background-image: url("../images/modal/modal_btnbar_corner_lft_btm.gif");
   line-height:1px;
   size:1px;
   font-size:1px;
}
.modalcornerright
{
   background-image: url("../images/modal/modal_btnbar_corner_rt_btm.gif");
   line-height:1px;
   size:1px;
   font-size:1px;
}
.headerBackground
{
   background-image: #ddd url("../images/header_bg.gif");
}

/* classes usadas na tela de Login*/
.headerBackgroundlogin
{
   background-image: url("../images/header_bg.gif");
   background-color:  #0198CD;
}

.azulBackground
{

   background-color:  #0198CD;
}

.loginleftedge
{
   background-image: url("../images/login/login_bg_left.gif");
   line-height:1px;
   size:1px;
   font-size:1px;
}
.loginrightedge
{
   background-image: url("../images/login/login_bg_right.gif");
   line-height:1px;
   size:1px;
   font-size:1px;
}
.logintopbg
{
   background-image: url("../images/login/login_top_bg.gif");
   line-height:1px;
   size:1px;
   font-size:1px;
}
.logintitletop
{
   line-height:1px;
   size:1px;
   font-size:1px;
   background-image: url("../images/login/login_top_bg_title.gif");
}
.logintitletext
{
   background-image: url("../images/login/login_top_bg_title2.gif");
   font-family: Trebuchet MS, Verdana, GillSans, Arial;
   color: #333333;
   text-decoration: none;
   font-size: 13px;
   font-weight: bold;
}
.logintopleftedge
{
   line-height:1px;
   size:1px;
   font-size:1px;
   background-image: url("../images/login/login_top_leftedge.gif");
}

.logintoprightedge
{
   line-height:1px;
   size:1px;
   font-size:1px;
   background-image: url("../images/login/login_top_rightedge.gif");
}

/*texto tela de logoff*/
.dialogTitlelogoff
{
   color: #fff;
   font-family: Trebuchet MS, Verdana, GillSans, Arial;
   font-size: 13px;
   font-weight: bold;
}

/* Box for folder descriptions and room banners */
.bannerBackground
{
   background: #D8E2E5;
}
.bannerbox
{
   background: white url("../images/banner/top_left.gif") no-repeat top left;
}
.bannerbox #topright
{
   padding: 14px 8px 0px 8px;
   background: url("../images/banner/top_right.gif") no-repeat top right;
}
.bannerbox #bottomleft
{
   background: url("../images/banner/bottom_left.gif") no-repeat bottom left;
}
.bannerbox #bottomright
{
   height: 14px;
   background: url("../images/banner/bottom_right.gif") no-repeat bottom right;
}
/* The portal popup error dialog */
.portalErrorDialog
{
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  background-layer-color: #ffffff;
  border: 2px solid #0060A9;
  width: 300px;
}
.portalErrorDialogTitle
{
  width: 100%;
  color: #A4CDEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #0060A9;
  color: white;
}
.portalErrorDialogContent
{
   width: 100%;
 	 text-align: center;
   height: 100%;
   vertical-align: middle;
   color: red;
   font-family: Arial, Helvetica, sans-serif;
 	 font-size: 12px;
 	 padding: 20px 0px 20px 0px;
}
.portalErrorDialogNavigation
{
   width: 100%;
 	 padding: 10px 0px 10px 0px;
 	 text-align: center;
   font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 font-weight: bold;
}

.defaultDatagridRowStyle
{
   vertical-align:top;
   background-color:#F2F5FA;
   padding-left: 0;
   padding-right: 10;
   padding-top: 2;
   padding-bottom: 2;
}
.defaultDatagridRowStyle>td
{
   padding: 2px 1px;
}

.defaultDatagridRowAltStyle
{
   vertical-align:top;
   background-color:#FFFFFF;
   padding-left: 0;
   padding-right: 10;
   padding-top: 2;
   padding-bottom: 2;
}
.defaultDatagridRowAltStyle>td
{
   padding: 2px 1px;
}
