/***** ScriptReaction Mutli Media Development - All Code Copyright ScriptReaction - www.scriptreaction.com *****/

/* ScriptRX GLOBAL */

/* 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 { background:#fff url(../gfx/bg.gif) top center repeat-y; margin:0px; color:#000066; cursor:default; overflow:auto; }
body, td, input, select, textarea { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; }
a { text-decoration:underline; color:#000099; }
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:#ccc url(/assets/gfx/loading.gif) no-repeat; }
.noflash { background:#ccc; text-align:center; }
.noflash a { color:#003366; }

/* layout skin, shell */
#skn, #shl { width:770px; }
#skn { position:relative; text-align:left; }
#shl { position:absolute; left:-1px; }