

/* FOOTER */
.footer
{
    width: 100%;
    height: 30px;
    margin: 0;
    padding-left: 15px;
    
}

/* HEADER */
.header
{
	text-align: right;
    width: 100%;
    height: 100px;
    padding: 0 15px 0 0;
    
}

/* TABS */

.toptabslist {
	
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	
}


.toptabslistitem {
	display: block;
	float: left;
	
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    
    background: url(../images/tabseparator.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.toptabslistitem-selected
{
    display: block;
	float: left;
	
    height: 30px;
    line-height: 30px;

    vertical-align: middle;
    font-weight: bold;
    text-align: center;
     
}


.toptabslistitem a
{
	text-decoration: none;
    padding: 0px 15px;
	display: block;
}

.toptabslistitem a:hover
{
   
	text-decoration: none;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(../images/tabseparator.gif);
}
.toptabslistitem a:visited
{
    
   text-decoration: none;
}


.toptabslistitem-selected a
{
	padding: 0px 15px;
	display: block;
	text-decoration: none;
}

.toptabslistitem-selected a:visited
{
	text-decoration: none;
}

/* LEFT MENU LIST */
.leftmenulist 
{
	
	border: 0;
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}

.leftmenulistitem 
{
	display: block;
    
    line-height: 23px;
    width: 245px;
    vertical-align: middle;
    text-align: left;  
    

}

.leftmenulistitem a
{
    padding-left: 10px;
    width: 235px;
    text-decoration: none;
    display: block; 
	
}

.leftmenulistitem a:visited
{
    text-decoration: none;
}








/* GRID */
.grid
{
	width: 100%;
}
.gridheaderrow th
{
	
	height: 23px;
	line-height: 23px;
    text-align: left;
    
}
.gridrow td
{
    background-color: #FFFFFF;

}
.altgridrow td
{
	
}

/* IMAGES */
img {
	border: none;}
	
	
.contentimage {
	margin: 0 0 0 0;}
.contentimageleft {
	margin: 0 10px 0 0;
}
.contentimageright
{
	margin: 0 0 0 10px;
}

/*FORM */
.inputtext {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}



/* this body is for the real page */
.realbody 
{
    margin: 0px;
    text-align:center;
}

#wrapper 
{
    width: 980px;
    margin: 0px auto;
    text-align:left;
}

/* this body is for the editor */
body 
{
	margin: 1px;
}

body, p, div, td
{
	line-height: 17px;
}
body, td, p, th, textarea
{
    font-family: Verdana, Arial;
    font-size: 12px; 
}

p, div
{
	margin: 0px;
}

.datetext
{
	font-style: italic;
	text-align: left;
	margin-bottom: 10px;
}
.infotext
{
	font-size: 10px;
	line-height: 13px;
}

/* TYPOGRAPHY */
h1, h2, h3 
{
    
	font-family: Verdana, Arial;
	font-weight: bold;
	
	text-transform: uppercase;
}
h1 
{
	margin: 5px 0 0px 0;
	font-size: 18px;
}
h2 
{	
	margin: 0px;
	font-size: 14px;
}
h3 
{	
	margin: 0px;
	font-size: 12px;
}
	
.maintable
{
    width: 100%;
    background-color: #FFFFFF;
}

/* TABLES */
.contentbox table
{
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
}
.contentbox td
{
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	padding: 3px;
}


/* BOX */

.boxheader
{
	height:23px;
	line-height: 23px;
	padding: 0 10px;
	font-weight:bold;
}

.boxbody
{
	padding: 10px;
}


/*ADMIN*/

.imagescroll
{
    
	OVERFLOW: auto; 
	WIDTH: 550px; 
	HEIGHT: 450px;
	border: 1px solid #369;
	background-color: #FFF;
}

/* TABLES */
.imageTable 
{
	
	
	border-right: 1px dotted #EBEBEB;
	border-bottom: 1px dotted #EBEBEB;
	width: 500px;
}
.imageCell
{
	width: 500px;
	background: #FFF;
	text-align: center;
	border-top: 1px dotted #EBEBEB;
	border-left: 1px dotted #EBEBEB;
}
