﻿body
{
    margin: 0px auto 0px 0px;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    background-image: url(      '../Images/background.jpg' );
    background-repeat: no-repeat;
    background-color: #c2c09e;
}

.bg
{
    width: 100%;
	height:100%;
    margin: 0px auto;
    float: left;
    position: absolute;
}

#PageWrapper
{
	width: 993px;	
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px auto;
	position: relative;
}

#PageLogo
{
    background-image: url(    '../Images/diebult.png' );
    height: 104px;
	left:-300px;
	top:20px;
    width: 341px;
    background-repeat:no-repeat;
    margin: 0px auto;
    position: inherit;
}
#PageTop
{
    background-image: url(    '../Images/page_top.png' );
    height: 60px;
    width: 992px;
    background-repeat:no-repeat;
    margin: 0px auto;
    position: inherit;
    z-index:20;
}

#PageSlider
{
    height: 251px;
    width: 992px;
    background-repeat:no-repeat;
    margin: 0px auto;
    position: inherit;
}

#PageContent
{
    background-image: url(    '../Images/page_content.png' );
    width: 993px;
    background-repeat:repeat-y;
    margin: 0px auto;
    float:left;
    position: inherit;
}

#PageFooter
{
    background-image: url(    '../Images/page_footer.png' );
    height: 22px;
    width: 993px;
    background-repeat:no-repeat;
    margin: 0px auto;
    float:left;
    position: inherit;
}

p
{
	line-height: 18px;
	text-align: justify;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
}

td
{
	font-size: 12px;
}

.footer
{
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    margin: 0px auto;
    float: left;
    position: inherit;
    background-color: #000000;

}

a:link
{
    font-family:Tahoma;
    font-size: 11px;
    color: #000;
    
    text-decoration:none;
}

a:hover
{
    font-family: Tahoma;
    font-size: 11px;
    color: #0f78d6;
    text-decoration: underline;
}

a:visited
{
    font-family: Tahoma;
    font-size: 11px;
    color: #000;
}

H1
{
    font-family: tahoma;
    font-size: 16px;
    font-weight: lighter;
    text-transform: capitalize;
        color: #000;
}

H2
{
	font-family: tahoma;
	font-size: 14px;
	font-weight: lighter;
	text-transform: capitalize;
	color: #000;
	height: 10px;
	line-height: 14px;
}

H3
{
	font-family: tahoma;
	font-size: 12px;
	text-transform: capitalize;
	color: #000;
	height: 10px;
	line-height: 14px;
	font-weight: bold;
}




#Status
{
    top:136px;
    left: 620px;
    width: 342px;
    height: 38px;
    position: absolute;
    background-repeat:no-repeat;
    z-index:15;
    background-image: url(    '../Images/status.png' );
}



#Search
{
    top:48px;
    left: 695px;
    width: 290px;
    height: 37px;
    position: relative;
    background-repeat:no-repeat;
    z-index:25;
}

.watermarked
{
	padding: 2px;
	height: 20px;
	width: 150px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.unwatermarked
{
    padding: 2px;
    height: 20px;
    width: 150px;
    border: 1px solid #666666;
    background-color: #FFFFFF;
    color: #0099FF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}


.DataPages 
{
	  font: 11px Arial;
        color: #000000;
	
	}


      .PagerNormal
{
	font: 11px Arial;
	color: #000000;
	border: solid 1px #656652;
	padding: 3px 6px;
	text-decoration: none;
	background-color: #656652;
}
      .PagerCurrent
{
	font: 11px Arial;
	border: solid 1px #656652;
	padding: 3px 6px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #656652;
}


.LightGrey .bl {background: url('../images/boxes/e9e9e9/box_bl.png') 0 100% no-repeat #ffffff} 
.LightGrey .br {background: url('../images/boxes/e9e9e9/box_br.png') 100% 100% no-repeat} 
.LightGrey .tl {background: url('../images/boxes/e9e9e9/box_tl.png') 0 0 no-repeat} 
.LightGrey .tr {background: url('../images/boxes/e9e9e9/box_tr.png') 100% 0 no-repeat; padding:10px} 


