/* bleme.css */

body,td,div,.p,a{font-family:arial,sans-serif;}
body {background-color:#fff;}
body,div,td{color:#000}
body {margin:0px;padding:0px}

/* labels & comments */
.lbl {font-size:14px;font-weight:700;}
.smlbl {font-size:12px;font-weight:700;}
.vsmlbl {font-size:11px;font-weight:700;}
.bglbl {font-size:16px;font-weight: bold;}

.vsm {font-size:11px}
.sm {font-size:12px}
.nm {font-size:14px}
.bg {font-size:16px}

.cmt {color:#6f6f6f;}
.dkcmt {color:#6f6f6f;font-weight:700;}
.lblbl {color:#3366cc;font-weight:700;}
.note {font-size:12px;font-style:italic;}


/* general links */
a:link{color:#3366CC}
a:visited{color:#3366CC}
a:active{color:#3366CC}
a:hover{color:#3366CC}

.tSh {position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:3000}


/* menu links stay blue */
.q a:visited,.q a:link,.q a:active,.q {color: #00f; }

.logo 
{
    font-size:66;
    font-weight:700;
    font-family:"Georgia", serif;
    color:#3cb371;
}

.blsm
{
    font-family:"Georgia", serif;
    color:#3cb371;
}
       
a.logl {text-decoration:none}
a.logl:link {text-decoration:none}
a.logl:visited {text-decoration:none}
a.logl:active {text-decoration:none}
a.logl:hover {text-decoration:none}

.suplogo {font-size:14; display:inline; color:#0000dd}
.suptag {font-size:12; font-weight:700; display:inline; color:#0000dd; margin-left:.1em; position:relative; top:-2;}

.tagline  {font-size:22; font-family:"Georgia" serif; color:#4444dd}
.tagbleme  {font-size:26; font-family:"Georgia" serif; color:#3cb371; font-weight:700}



.codeBox
{
    font-family:'courier';
    font-size:12pt;
    font-weight:400;
    color:#a52a2a;
    overflow:scroll;
    background:transparent;
}

.bbut
{
    width:260px;
    height:22px;
    white-space:nowrap;
}

.blbuthov
{
   color:#135;
   font-size:84%;
   font-weight:700;
   padding:3px 2px 3px 2px;

   border-top:1px solid #ffc588;
   border-left:1px solid #ffc588;
   border-right:1px solid #d2691e;
   border-bottom:1px solid #d2691e;
   background: #fff url(../images/gradient8.png) repeat-x 0 0px;
   background-position:0px 2px;
   cursor:default;
}


.blbut
{
   color:#357;
   font-size:84%;
   font-weight:700;
   padding:3px 2px 3px 2px;

   border-top:1px solid #d3d9dF;
   border-left:1px solid #d3d9dF;
   border-right:1px solid #93a9eF;
   border-bottom:1px solid #93a9eF;
   background: #fff url(../images/gradient8.png) repeat-x 0 0px;
   background-position:0px 8px;
   cursor:default;
}


.blbuthovs
{
   color:#135;
   font-size:80%;
   font-weight:700;
   padding:3px 5px 3px 5px;
   width:90px;
   vertical-align:middle;

   border-top:1px solid #ffc588;
   border-left:1px solid #ffc588;
   border-right:1px solid #d2691e;
   border-bottom:1px solid #d2691e;
   background: #fff url(../images/gradient8.png) repeat-x 0 0px;
   background-position:0px -3px;
   cursor:default;
}


.blbuts
{
   color:#357;
   font-size:80%;
   font-weight:700;
   padding:3px 5px 3px 5px;
   width:90px;
   vertical-align:middle;

   border-top:1px solid #d3d9dF;
   border-left:1px solid #d3d9dF;
   border-right:1px solid #93a9eF;
   border-bottom:1px solid #93a9eF;
   background: #fff url(../images/gradient8.png) repeat-x 0 0px;
   background-position:0px 1px;
   cursor:default;
}

.buttonbar
{
    border:1px solid #ddd;
    background-color:#eee;
    float:left;
    display:inline;
    padding:1px;
}


.stylebut
{
    height:20px;
    width:20px;
    margin-top: 1px;
    margin-left: 2px;
    border:1px solid #eee;
    background-color:#eee;
    display:inline;
    float:left;
}

.stylebuthov
{
    height:20px;
    width:20px;
    margin-top: 1px;
    margin-left: 2px;
    border:1px solid #03034B;
    background-color:#B6BDD2;
    display:inline;
    float:left;
}


/* Button Menu Choice Button */
.bmc {position:relative;cursor:pointer;font-size:18px;font-weight:400;padding-left:5px;margin-top:2px;width:150px;height:30px;float:left;text-align:left;display:block;}
a.bmc:link {color:#135;text-decoration:none;background:#eef; border:1px solid #135;}
a.bmc:visited {color:#135;text-decoration:none;background:#eef; border:1px solid #135;}
a.bmc:active {color:#135;text-decoration:none;background:#eef; border:1px solid #135;}
a.bmc:hover {color:#eef;text-decoration:none;background:#135; border:1px solid #eef;}

.bsel
{
    position:absolute;
    visibility:hidden;
    text-align:left;
    overflow:auto;
    border:1px solid #444;
    background:url(../images/gradient9.png) fixed;
    height:200px;
    z-index:2000;
}

/* custom style creation styles */

.stbut
{
    width:170px;
    height:30px;
}

.stbar
{
    width:200px;
    white-space:nowrap;
}

.stbar table
{
    width:100%;
}


td.vb
{
    font-weight:400;
    font-size:18px;
    color:#000050;
    white-space:nowrap;
    border:1px solid #ccc;
    width:70%;
    background:#dde;
    cursor:default;
}

td.db
{
    font-size:12px;
    font-weight:700;
    border:1px solid #ccc;
    width:30%;
    background:#fff;
    white-space:nowrap;
    cursor:pointer;
    padding:2px;
}

td.db img,h2 img
{
    vertical-align:middle;
    border:0px solid #000;
}

.strb
{
    background:#eee;
    width:730px;
    height:370px;
    overflow:auto;
    border:1px dashed #d7f;
    margin:5px 5px 0px 0px;
    padding:5px;
    text-align:left
}

.svalh
{
    width:220px;
    height:80px;
    border:1px solid #ccc;
    overflow:auto;
}

.stab
{
    width:50%;
    margin:-35px 0px -10px 170px;
}

table.lbl th
{
    text-align:center;
    text-decoration:underline;
    white-space:nowrap;
}



/* error & messages */
.errormsg, .errormsg:link{color:#cc0000; font-weight:bold; font-style:italic;}
.errorheader, .errorheader:link{color:#cc0000; font-weight:bold; font-style:italic}
div.errormsg { color: red; font-size: smaller; font-family: arial,sans-serif;}
font.errormsg { color: red; font-size: smaller; font-family: arial,sans-serif;}
div.errorbox-good {}
div.errorbox-bad {}
#serverErrorsHolder {margin-left:5px; margin-top:10px; padding:.8em; width:50%; height:25; z-index:500; border: 1px dashed #c1c1c1;background-color:#e1ffe1;}
#serverMessagesHolder {margin-left:5px; margin-top:10px; padding:.8em; width:50%; height:25; z-index:500; border: 1px dashed #c1c1c1;background-color:#ffdead;}



h2 {
  font-size:14px;
  padding:5px;
  background: #fff url(../images/gradient13.png) repeat-x 0 0px;
  border:1px solid #ccc;
  border-bottom:1px solid #d5d5d5;
  margin:10px 10px 10px 10px;
  position:relative;
  width:100%;
}

/* style gallery */

tr.od {background-color:#eee;}
tr.ev {background-color:#eee;}

tr.shov {background-color:#ddf;}

.highlight {
	background-color: #3D3D3D;
	font-weight: bold;
}
.header {
	background-image: url(../images/header-bg.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 4px;
	height: auto;
	cursor:pointer;
}
.headerSortUp {
	background-image: url(../images/header-asc.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 4px;
	height: auto;
	cursor:pointer;
}
.headerSortDown {
	background-image: url(../images/header-desc.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 4px;
	height: auto;
	cursor:pointer;
}



/* results table */
table.srchResults {position:relative; width:100%; top:-3; left:-3;}
th.srchResults {background-color:#d2cddc; font-size:smaller; white-space:nowrap}
tr.odd {background-color:#ffffff;}
tr.even {background-color:#eeeeee;}
.pagelinks {font-size:smaller}

/* used in page tabbing on results */
.i, .i:link{color:#a90a08}
.b{font-size: 12pt; color:#0000cc; font-weight:bold}


/* main admin page holders */
#adminholder {margin-top:60px;font-size:100%; vertical-align:top; width:66%; border: 1px solid #c1c1c1;background-color:#EEEEEE;}
#useradminholder {display:inline; width:100%;margin-left:5px;padding:.4em; padding-bottom:.2em;}
#dbadminholder {display:inline; width:100%;margin-left:5px;padding:.4em; padding-bottom:.2em;}
#sysadminholder {display:inline; width:100%;margin-left:5px;padding:.4em; padding-bottom:.2em;}

.specificindex ul {list-style:none;}
.specificindex ul li {font-size:100%; padding: 0 0 0 7px; margin-left:-34px;margin-bottom:2px;}
.specificindex ul li a {color:#313131}
.specificindex ul li a:hover {text-decoration:none;background-color:#a1a5ab;}

.stph
{
    overflow:auto;
    height:80px;
    width:650px;
    border:1px dashed #ccc;
    margin:5px 0px 0px 0px;
}


/*color swatch table */
.swatch, .swatch2 {
  cursor: hand;
  cursor: pointer;
}

.border, .ch {
  cursor: default;
}

.swatch, .swatch2 {
  height: 9px;
}

.swatch {
  width: 9px;
}

/* phrases */

.phs
{
    position:relative;
    height:50px;
    overflow:auto;
    padding:20px 0px 5px 5px;
    margin:5px;
    border:1px solid #999;
    background:#eee;
    font-size:16px;
    font-family:Cursive;
    color:#000055;
    cursor:move;
}
.phsh
{
    border:1px dashed #00bfff;
    background:#fff;
}

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;

    background:#fff;
    color: #333;
    border:2px solid #ff00ff;
    padding: 12px;
}

.jqmWindow2 {
    display: none;

    position: fixed;
    top: 2%;
    left: 50%;

    margin-left: -300px;
    width: 600px;

    background:#fff;
    color: #333;
    border:2px solid #ff00ff;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

* html .jqmWindow2 {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(2 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.smd
{
    width:450px;
    margin-left: -250px;
}

.dtab
{
    border:1px dashed #ccd;
    background:#eef;
}

.sii
{
    width:180px;
}


/* sortables */
.srtab
{
    border:1px dashed #ddd;
    padding:10px;
    cursor:move;
    margin:5px;
    text-align:center;
    position:relative;
}

.srtabhov
{
    border:1px dashed #ffa500;
    padding:10px;
    cursor:move;
    margin:5px;
    text-align:center;
    position:relative;
}

.sorthelper
{
    border:1px dashed #00bfff;
    padding:10px;
    cursor:move;
    margin:5px;
    text-align:center;
}

.srtdel
{
    position:absolute;
    top:2px;
    right:6px;
    width:60px;
    border:1px solid #ccc;
    height:15px;
    font-size:12px;
    font-weight:700;
    color:#666;
    opacity: .2;
    filter: alpha(opacity=20);
    background:transparent url(../images/delete.gif) no-repeat 43px 1px;
    text-align:left;
    padding-left:2px;
    cursor:pointer;
    z-index:3001;
}

.srtdelhov
{
    position:absolute;
    top:2px;
    right:6px;
    width:60px;
    border:1px solid #ccc;
    height:15px;
    font-size:12px;
    font-weight:700;
    color:#666;
    opacity: 1;
    filter: alpha(opacity=100);
    background:transparent url(../images/delete.gif) no-repeat 43px 1px;
    text-align:left;
    padding-left:2px;
    cursor:pointer;
    z-index:3001;
}

a.itcred
{
    position:absolute;
    top:50px;
    right:10px;
    width:50px;
    height:15px;
    font-size:12px;
    font-weight:700;
    color:#7b68ee;
    opacity: .2;
    filter: alpha(opacity=20);
    background:transparent;
    text-align:left;
    padding-left:2px;
    cursor:pointer;
    z-index:3001;
}

a.itcredhov
{
    position:absolute;
    top:50px;
    right:10px;
    width:50px;
    height:15px;
    font-size:12px;
    font-weight:700;
    color:#7b68ee;
    opacity: .9;
    filter: alpha(opacity=90);
    background:transparent;
    text-align:left;
    padding-left:2px;
    cursor:pointer;
    z-index:3001;
}



.seeme
{
    border:2px dashed #ffa500;
}
.unsel
{
    border:0px solid #fff;
}

.ndo
{
    display:none;
}

.chbox
{
    width:260px;
    height:130px;
}

#chnksH
{
    overflow:auto;
    border:1px dashed #ff00ff;
    height:300px;
}

.reqb
{
    border:2px dashed #f44;
    width:210px;
    text-align:center;
    display:none;
    padding:3px;
    font-weight:700;
}



/* autocomplet styles */
.ac_input {
	width: 200px;
}
.ac_results {
	width: 200px;
	background: #eee;
	cursor: pointer;
	position: absolute;
	left: 0;
	font-size: 90%;
	z-index: 101;
	text-align:left;
}
.ac_results ul {
	width: 200px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #000;
	text-align:left;
}
.ac_results iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}
.ac_results li {
	width: 190px;
	padding: 2px 5px;
	text-align:left;
}
.ac_results a {
	width: 100%;
}
.ac_loading {
	background : url('../images/spin.gif') right center no-repeat;
}
.over {
	background: #ccf;
}

/* recent items */

.recit
{
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    float:left;
    width:300px;
    height:250px;
    border:0px dashed #f00;
}

.rcibt
{
    opacity: .7;
    filter: alpha(opacity=70);
}


/* -------------- Preview and Rate Panel -------------- */
.panel { width:258px; text-align:left; position:absolute; z-index:100; top:-30px; left:0px; background:#fff; border: 1px solid #666; padding: 3px 2px;}
.panel .hd { width:252px; background:#ccccff; float:left; padding: 2px; border:1px solid #999; margin-bottom:3px; }
.panel .hd h3 { font:bold 107% "verdana"; margin:0 0 3px; float:left; margin:0; padding:0;}
.panel .hd img { float: right; cursor:pointer; text-align:right; display:block; margin:0; padding:0; color: #000099; text-decoration:none;  }
.panel .bdy { width:252px; background:#ccccff; float:left; padding: 5px 2px; border:1px solid #999; }
.panel .bdy h4 { margin:0; font: bold 100% arial; }
.panel .bdy object, .panel .bdy embed { z-index:0; margin:0 15px 0 5px; }
.panel .bdy p#note { float:left; font-size: 80%; color: #666; width:250px;}
