/****************************************
|
| ScriptReaction
| Created by: Kevin Biskaborn
| Copyright 2011 ScriptReaction
| http://www.scriptreaction.com
|
****************************************/

/* attach global items */
@import url( "global_hdrComponents.css" );
@import url( "global_hdrSideOptions.css" );
@import url( "global_hdrSubMenus.css" );
@import url( "global_bdyComponents.css" );
@import url( "global_bdySideOptions.css" );
@import url( "global_bdySubMenus.css" );
@import url( "global_ftrComponents.css" );
@import url( "global_bdyContent.css" );

/* global components */
body {

	color:#000066;
	cursor:default;
	overflow:auto;
	
	background:#1b1e37 url(../gfx/scriptreaction-v2-bg_abstract-fractal-light_v1.jpg) top center no-repeat;
	margin:0;
}
body, td, input, select, textarea { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; }
a { text-decoration:underline; color:#0033ff; }
a:hover { text-decoration:none; color:#cc0000; }
p { margin:0px 0px 10px 0px; padding:0px; }

/* all list containers */
ul { margin:0px; padding:0px; list-style:none; }

/* all form shells */
form { margin:0px; padding:0px; }

/* png ie filter */
.png { } /* defined in shell.js */

/* flash components */
.flash { background:#000 url(/assets/gfx/loading.gif) no-repeat; }
.noflash { background:#ccc; text-align:center; }
.noflash a { color:#003366; }

/* layout skin, shell */
#skn, #shl { position:relative; }
#skn { width:100%; text-align:center; }
#shl { width:770px; margin:auto; text-align:left; }



