﻿body {
 background-color: #ffffff;
 padding: 0 0 0 0;
 margin:0;
 font-family:Arial, Sans-Serif, Times New Roman;
}

a,a:visited{
 color:blue;
}
a:hover{
 text-decoration:underline;
}
.databaseLink{
 display:inline-block;
 background: url(../images/database24x24.png) no-repeat;
 padding:4px 2px 4px 24px;
 text-decoration:none;
}
.mustReplicate{
 display:inline-block;
 background: url(../images/checkbox.gif) no-repeat;
 padding:0px 0px 0px 16px;
 margin:0px 0px 0px 3px;
 text-decoration:none;
 cursor:help;
}
.message{
 display:block;
 position:relative;
 padding:10px;
 border:1px solid black;
 color:#800000;
 margin:10px 0;
}
.SQLLink{
 display:inline-block;
 background: url(../images/SQL32x32.png) no-repeat;
 padding:8px 2px 8px 32px;
 font-size:18px;
 text-decoration:none;
}
.MySQLLink{
 display:inline-block;
 background: url(../images/mysql32x32.png) no-repeat;
 padding:8px 2px 8px 32px;
 font-size:18px;
 text-decoration:none;
}
.success{
 background:#ACF392;
 color:#01580A;
 border-color:#01580A;	
}
.alert, .warning{
 background:#FED1D1;
 color:#FF0000;
 border-color:#FF0000;	
}
.box{
 border:1px solid black;
 padding:2px;
}
#mainHeaderBG{
 position:relative;
 display:block;
 background:url(../images/tile_bg.jpg) repeat-x;
 width:100%;
 height:150px;
 padding: 0 0 0 0;
 margin:0 0 0 0;
}
#mainHeaderDelivery
{
 position:absolute;
 display:block;
 background:url(../images/delivery.png);
 width:800px;
 height:150px;
 padding:0;
 margin:0 0 0 0;
}
#mainHeaderMySQL
{
    position:absolute;
    /*display:block;*/
    background:url(../images/mysqlLogo.png) no-repeat;
    /*background-position:right;*/
    /*width:100%;*/
    width:256px;
    height:256px;
    padding: 0 0 0 0;
    margin:0 0 0 0;
    top:0px;
    right:0px;
}
/*#text {margin:50px auto; width:800px}*/
/*.hotspot {color:#900; padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer}*/
.hotspot {color:#900; padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer}

#tt {position:absolute; display:block; overflow:hidden}
#tttop {display:block; height:5px; margin-left:5px; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; overflow:hidden}

/*#tt {position:absolute; display:block; background:url(../images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(../images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(../images/tt_bottom.gif) top right no-repeat; overflow:hidden}*/

.grv{
 border-width:1px;
 border-color:#000000;
}
.grv td, th{
 border-color:#000000;
}
.grvRowStyle{
  background-color:#dbdbb8;
  color:Black;
}
.grvRowStyle:hover{
 background-color:#f2f2f2;
 border:3px solid #10377C;
}
.grvAlternatingRowStyle{
  background-color:#fff;
  color:Black;
}
.grvAlternatingRowStyle:hover{
 background-color:#f2f2f2;
 border:3px solid #10377C;
}