/*MAIN STYLESHEET*/
body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,select,table,caption,blockquote
{
padding:0;
border:0;
margin:0;
}
blockquote.valid
{
border:0;
padding:3px;
border-top:5px solid #00CC00;
border-bottom:5px solid #00CC00;
color:#00CC00;
background-color:#FFFFFF;
margin:10px 0px 10px 0px;
clear:both;
}
blockquote.invalid
{
border:0;
padding:3px;
border-top:5px solid #FF0000;
border-bottom:5px solid #FF0000;
color:#FF0000;
background-color:#FFFFFF;
margin:10px 0px 10px 0px;
clear:both;
}
.large
{
font-size:1.2em;
}
.tiny
{
font-size:0.8em;
}
.error
{
color: #FF0000;
}
.success
{
color: #00CC00;
}
/*PAGE LAYOUT STYLES*/
#controlheader
{
position:relative;
width:100%;
height:95px;
padding:0px;
background-image:url(../img/admin/controls/bg1.gif);
background-repeat:repeat-x;
color:#FFFFFF;
margin: 0px auto;
text-align: left;
}
div#swishadmin
{
position:absolute;
top:0px;
left:0px;
width:229px;
height:95px;
background-image:url(../img/admin/controls/logo1.gif);
background-repeat:no-repeat;
}
#swishadmin span
{
position:absolute;
right:12px;
top:0px;
color:#999999;
font-size:0.9em;
}
#controlheader ul
{
list-style:none;
padding:0;
margin:0;
float:right;
}
#controlheader li
{
display:inline;
float:left;
}
#controlheader img
{
width:78px;
height:85px;
border:0;
}
span.imagecaption
{
width:100%;
text-align:center;
font-size:0.8em;
display:block;
}