/*
-----------------------------------------------
Title: gravityscripts gcms standard admin area template
Author:   soul76 // gravitydesign
History:
ver0.1 200306
----------------------------------------------- */

body, html { margin: 0; padding: 0; font: 8pt verdana, geneva, arial, sans-serif; font-weight: normal;}

#header { padding: 10px; text-align: right; color: white; background: #147B9C; border-bottom: 2px solid silver;}

#leftcolumn { float: left; padding: 10px; background: transparent; width: 200px; margin: 0 10px 0 10px; }

#rightcolumn { padding: 10px; background: transparent;  margin: 0 10px 0 200px; }

#footer {	background: transparent;	padding: 10px; text-align: center; clear: both; border-top: 2px solid silver;}

/* text */
h1 { color: white; margin: 0; padding: 3px; }
h1.info {background: transparent url(img/petrol_bg.gif) top right;}
h1.error {background: transparent url(img/red_bg.gif) top right;}
p { border-bottom: 1px solid #BABABA; background: #FFF url(img/grey_bg.gif) repeat-x; margin: 0; padding: 5px;}
p.error {color: #7E0C0C;}
p.info {color: #147B9C;}


/* links */
a:link { color: #FF3300; padding-left: 8px; }
a:visited { color: #FF3300; padding-left: 8px; }
a:hover { color: #BABABA; text-decoration: none; padding-left: 8px; }
a:active { color: #BABABA; text-decoration: none; padding-left: 8px; }
a:focus { color: #BABABA; text-decoration: none; padding-left: 8px; }