/* 
    Document   : style
    Created on : 2009-10-30, 8:57:15
    Author     : 
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body {
    background-image: url(../images/emka5.gif);
    background-repeat: repeat;
    margin: 0px;
    padding: 0px;
}
#bg {
   margin-top: 5px;
   margin-left:5px;
   width: 100%;
}
#nav {
    border: 0px solid green;
}
.nosel {
    background-image:url('../images/tab_grey.gif');
    background-repeat:no-repeat;
    border-bottom: 2px solid #ffffff;
}
.sel {
    background-image:url('../images/tab_blue.gif');
    background-repeat:no-repeat;
    border-bottom: 2px solid #99ccff;
}
#tab1, #tab2, #tab3, #tab4, #tab5 {
    margin-right: 1px;
    width: 75px;
    color: white;
    text-align: center;
    float: left;
}
#tab1 a, #tab2 a, #tab3 a, #tab4 a, #tab5 a {
    text-decoration: none;
    color: white;
}
#tab1 a:hover, #tab2 a:hover, #tab3 a:hover, #tab4 a:hover, #tab5 a:hover {
    text-decoration: underline;
}
#clear {
    clear: both;
}
#content {
    display: block;
    width: 610px;
    border: 2px solid #99ccff;
    background-color: #ffffff;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
}
#content h3 {
    background-image:url('../images/h3_blue.gif');
    background-repeat:no-repeat;
    display: block;
    padding-top: 1px;
    padding-left: 10px;
    padding-bottom: 1px;
    height: 25px;
    width: 600px;
    color:white;
    margin-bottom: 2px;
    margin-top: 2px;
    text-align: left;
}
#content h3 a {
    text-decoration: none;
    color: white;
}
#content ul {
    list-style-type: none;
    margin: 2px 0px;
    padding-left: 15px;
    padding-top: 3px;
}
#content .infoLiquidInside {
    background-image:url('../images/inside_example.gif');
    background-repeat:repeat-y;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    color: #0099ff;
}
#content .infoLiquidTop {
    background-image:url('../images/top_example.gif');
    background-repeat:no-repeat;
    background-position: top left;
}
#content .infoLiquidBottom {
    background-image:url('../images/bottom_example.gif');
    background-repeat:no-repeat;
    background-position: bottom left;
    display: block;
}
#content .infoLiquidInside a {
    color: #0099ff;
    text-decoration: none;
}
#content .infoLiquidInside a:visited {
    text-decoration: none;
    color: #0099ff;
}
#content .infoLiquidInside a:hover {
    text-decoration: underline;
}
#content .info_s {
    background-image:url('../images/info_s.gif');
    background-repeat:no-repeat;
    background-position: top;
    height: 60px;
}
#content .info_m {
    background-image:url('../images/info_m.gif');
    background-repeat:no-repeat;
    background-position: top;
    height: 100px;
}
#mydiv {
    visibility:visible;
}
.myLiquidTop {
    background-image:url('../images/top_example.gif');
    background-repeat:no-repeat;
    background-position: top left;
}
.myLiquidInside {
    background-image:url('../images/inside_example.gif');
    background-repeat:repeat-y;
    border-left: 2px solid red;
    border-right: 2px solid red;
    width:600px;
}
.myLiquidBottom {
    background-image:url('../images/bottom_example.gif');
    background-repeat:no-repeat;
    background-position: bottom left;
    display: block;
    padding-left: 95px;
}
.row {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: lighter;
    text-align: center;
    width: 140px;
    height: 45px;
    float: left;
    padding-top: 2px;
    margin-right: 1px; margin-bottom:0px;
    background-image:url('../images/roundedcornr_row.gif');
    background-repeat: no-repeat;
    overflow:hidden;
    border-bottom: 4px solid #ffffff;
}
.rowsel {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: lighter;
    text-align: center;
    width: 140px;
    height: 45px;
    float: left;
    padding-top: 2px;
    margin-right: 1px; margin-bottom:0px;
    background-image:url('../images/roundedcornr_over.gif');
    background-repeat: no-repeat;
    overflow:hidden;
    border-bottom: 4px solid #e8edff;
    text-decoration:none;
}
.row a, .row a:visited, .rowsel a, .rowsel a:visited {
    color: black;
    text-decoration:none;
}
.row a:hover, .rowsel a:hover {
    color: black;
    text-decoration: underline;
}
#content_1 {
    border:2px solid #e8edff;
    background-color: #ffffff;
    padding: 3px;
    float: left;
}
#rc {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 15px;
	text-align: left;
	border-collapse: collapse;
}
#rc thead th.rl {
	background: #b9c9fe url('../images/left.png') left -1px no-repeat;
}
#rc thead th.rr {
	background: #b9c9fe url('../images/right.png') right -1px no-repeat;
}
#rc th {
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rc td {
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rc tfoot td.fl {
	background: #e8edff url('../images/botleft.png') left bottom no-repeat;
}
#rc tfoot td.fr {
	background: #e8edff url('../images/botright.png') right bottom no-repeat;
}
#rc tbody tr:hover td {
	background: #d0dafd;
}