<?php
//-----------------------------------------------------------------------------
//
// Copyright    : (c) 2008 camworld.tv
//
// unauthorized copying or distribution as whole or in parts prohibited.
//
//-----------------------------------------------------------------------------

header('content-type: text/css');
include_once('ihelpers.php');
?>

h2{
font-weight:bold;
font-size:14px;
margin:4px;
}

h3{
font-weight:bold;
font-size:12px;
margin:3px;
}

html{
width:100%;
height:100%;
}

body{ 
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
<? if( $_SESSION['globalSessionWebmaster']->bgImageUrl!='' ){ ?>
background:<?=$_SESSION['globalSessionWebmaster']->background?>;  
<? } else { ?>
background-color:#<?=$_SESSION['globalSessionWebmaster']->getBgColor()?>;  
<? } ?>
color:<?=$_SESSION['globalSessionWebmaster']->txtColor?>;  
border:none;
margin:0px;
padding:0px;
min-width:600px;
}

form{
margin:0;
padding:2px;
}

a:link,a:visited,a:hover,a:active{
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

/* general divs */

.withborder{
border:1px solid #<?=$_SESSION['globalSessionWebmaster']->GetTxtColor()?>;
}

.centered{
text-align:center;
margin-left:auto;
margin-right:auto;
margin-top:4px;
margin-bottom:4px;
}

div.pane{
background-color:#<?=$_SESSION['globalSessionWebmaster']->getPaneColor()?>;
color:#<?=$_SESSION['globalSessionWebmaster']->getPaneTxtColor()?>;
padding:4px;
}

.pane .withborder{
border:1px solid #<?=$_SESSION['globalSessionWebmaster']->getPaneTxtColor()?>;
}

div.errorflash{
font-weight:bold;
padding:4px;
margin:4px;
background-color:#ff0000;
color:#000000;
border:1px solid #000000;
}

.narrow{
width:650px;
}

.exposed{
margin-top:12px;
margin-bottom:12px;
margin-left:12px;
margin-right:12px;
}

.breaker{
clear:both;
}

img{
border:none;
}
