﻿body 
{
	font-family: Verdana;
	font-size: 10pt;
	text-align: center;
	margin: 5px;
}



div.loginbox
{
    position: absolute;     
    text-align: center;
    left: 33%;
    width: 33%; 
    top: 175px;
    height: 190px;
    border: 2px solid #000000; 
    background-color: #F9EEC1;
}

div.warning
{
    position: absolute;     
    text-align: center;
    left: 25%;
    width: 50%; 
    top: 100px;
    height: 176px;
    border: 2px solid #000000; 
    background-color: yellow;
}

div.headpanel
{
    width: auto; 
    height: 30px; 
    z-index: 1; 
    border: 1px solid #000000; 
    background-color: #EA752F;
    padding-left: 10px;
    padding-right: 10px;
}


.panelheader
{    
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 0px;
	border-right: 0px;
	border-color: #D99E33;
	background-color: #FF9933;
	color: black;
    margin-left: auto;
    margin-right: auto; 
    text-align: center;
    width: 100%;
    font-size: 12pt;
}

div.headpanel2
{
    width: auto; 
    height: 25px; 
    z-index: 1; 
    border: 1px solid #000000; 
    background-color: #F9A675;
}

div.all
{
    width: 100%;
    border: 0px; 
    padding: 0px;
    margin: 0px;
}

div.content
{
    width: auto;
    border: 1px solid #000000; 
    background-color: #F9EEC1;
    padding: 5px;
}

div.messagebox
{
    position: absolute;     
    text-align: center;
    left: 25%;
    width: 50%; 
    top: 100px;
    height: 176px;
    border: 2px solid #000000; 
    background-color: #66FF66;
}


div#infobox
{
	position: absolute;     
    text-align: center;
    left:-1000px;
    width: 400px; 
    top: 150px;
    height: auto;
    padding: 5px;
    border: 4px double black; 
    background-color: #FF7F2A;
    z-index: 100;
}

div#infobox p
{
	text-indent: 0px;
	text-align: center;
    font-family: Verdana;
    font-weight: bold;
    font-size: 12pt;
    color: #FFFFD4;
}

div#infobox  img.icon
{
	float:left;
	margin-top: 15px;	
    margin-right: 10px;
	vertical-align: middle;
}


div#infobox a#okbtn
{
    display:inline;
    text-decoration: none;
    width:60px;
    color: white;
    font-family: Verdana;
    font-weight: bold;
    font-size: 12pt;
    border:1px;
    border-style: outset;
}

div#infobox a#okbtn:hover
{
    display:inline;
    text-decoration: none;
    width:60px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 12pt;
    color: white;
    border:1px;
    border-style: inset;
}

p.navi
{
    text-align: right;
    font-size: 8pt;
}

p.shortcut
{
    margin:0px;
    border:0px;
    padding:0px;
    text-indent: 0px;
    cursor: pointer;    
}

p.textright
{
    margin:0px;
    border:0px;
    padding:0px;
    text-indent: 0px;
    text-align: right;
}



img.product
{
    cursor: pointer;
    border: 1px solid #996633;
}

table.listtable
{
    border:0px;
    width:100%;
    padding: 0px;
    margin: 0px;    
}

table.listtable td
{
    padding-left: 3px;
    padding-right: 3px;
    text-align: left;
}

table.listtable td img
{
	vertical-align: middle;
}

table.contlist
{
    border:0px;
    width:100%;
    padding: 0px;
    margin: 0px;
}

table.contlist td
{
    vertical-align: text-top;
    padding: 3px;
    text-align: left;
    font-size: 10pt;
}


table.panel
{
    border:0px;
    width:100%;
    height:100%;
    padding: 0px;
    margin: 0px;
}



tr.roweven
{
    background-color: #F3DD85;
}

tr.rowodd
{
    background-color: #FAF0CB ;
}

tr.head
{
    background-color: #EBAD2E;
}

tr.highlighted
{
    background-color: #7FFF7F;
}

a:link, a:visited
{
	text-decoration: none;
	color:black;
	
}

a:hover
{
	text-decoration: underline;
	color:white;
}

a.headlink
{
    cursor: pointer;
    font-size: 10pt;
    color: black;
    text-decoration: none;
}

a.headlink:hover
{
    
    cursor: pointer;
    font-size: 10pt;
    color: white;
    text-decoration: none;
}

/* Loader ****************/


#loader_preview
{
    text-align:center; 
    position: relative;
	width: 450px;
	display:block;
    padding:0px;
}


#preview
{
    padding-top: 20px;
    top: 50px;
    left: -1000px;
	z-index:100;
	position:absolute; 
	background: #EBAD2E;
	border: 2px solid black;
	height:auto;
	min-width: 450px;
	width: auto;
}

#prevX 
{
    display: block;
    position: absolute;
    display: block;
	width: 20px;
	height: 20px;
	float:right;
	top:0px;
	right:0px;
}

#prevX a:link ,#prevX a:visited
{
    display: inherit;
    font-family: Verdana;
    font-size: 12pt;
	width: 20px;
	height: 20px;
	font-weight: bold;
}

#prevX a:hover
{
    font-family: Verdana;
    font-size: 12pt;
	width: 20px;
	height: 20px; 
	font-weight: bold;
}
