/* CSS Document */

body
{
 margin:0px;
 background:url(../images/img_pagebg.jpg) repeat-x bottom;
}

.blacktext
{
 font-family:verdana;
 font-size:11px;
 color:#000000;
}
.blackheader
{
 font-family:verdana;
 font-size:15px;
 font-weight:bold;
 color:#000000;
}
.blackheader1
{
 font-family:verdana;
 font-size:16px;
 color:#000000;
}
.textbox
{
 font-family:tahoma;
 font-size:11px;
 color:#000000;
 border:1px solid #666666;
}
.orangetext
{
 font-family:verdana;
 font-size:11px;
 color:#EB7400;
 text-decoration:underline;
}
.orangetext:hover
{
 font-family:verdana;
 font-size:11px;
 color:#EB7400;
 text-decoration:none;
}
.blacklink
{
 font-family:verdana;
 font-size:11px;
 color:#000000;
 text-decoration:underline;
 }
.blacklink:hover
{
 font-family:verdana;
 font-size:11px;
 color:#000000;
 text-decoration:none;
}
.modalDialog{
 border:1px solid #FF8915; 
 font-size:14px;
 color:#000000;
 font-weight:bold;
 font-family:verdana;
 padding:0px;
 width:185;
 _width:185;
 #width:185;
 z-index:100;/* Always needed */
 margin-left:2px;
 _margin-left:-100px;
 #margin-left:-160px;
 margin-top:0px;
 #margin-top:36px;
 position:absolute; /* Always needed */
 #position:absolute;
 _position:absolute;
 /*background-color:#FBF6CC; /* White background color for the message */
}
.modalDialog:hover{
 border:1px solid #FF8915; 
 font-size:14px;
 color:#000000;
 font-weight:bold;
 font-family:verdana;
 padding:0px;
 width:185;
 _width:185;
 #width:190;
 z-index:100;/* Always needed */
 margin-left:2px;
 _margin-left:-100px;
 #margin-left:-160px;
 margin-top:0px;
 #margin-top:36px;
 position:absolute; /* Always needed */
 #position:absolute;
 _position:absolute;
/* background-color:#fff; /* White background color for the message */
}
.dialog{
background-image:url(../images/background-yellow.gif);
background-repeat:repeat-x;
cursor: pointer;
 cursor: hand;
}
.dialog:hover{
background-image:url(../images/background-orange.gif);
#background-image:url(../images/background-orange.gif);
background-repeat:repeat-x;
cursor: pointer;
 cursor: hand;
}

