@charset "utf-8";
/* CSS Document */

.td_info{
    font-size: 90%;
}
.mark{
    border:#09F thin solid;
}
.sorting_ASC{
    padding-left:16px;
    background: transparent url(ico/arrow_up.png) no-repeat scroll left top;
}
.sorting_DESC{
    padding-left:16px;
    background: transparent url(ico/arrow_down.png) no-repeat scroll left top;
}
.local_option_holder{
    font-size:120%;
    font-family: monospace;
    text-align: center;
}
.show_sql{
	font: "MS Serif", "New York", serif;
	padding-left:30px;
}
.show_action{
	font:"Comic Sans MS", cursive;
	padding-left:15px;
}
.smalltable{
	font: Verdana, Geneva, sans-serif;
	font-size:11px;
	overflow:auto;
}
.tiptip{
	border:thin solid #000;
	background-color:#FFF;
	/*font-weight:bolder;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#F00;*/
	
	/*-webkit-box-shadow: 1px 2px 3px #b8d8fc;
    -moz-box-shadow: 2px 2px 3px #b8d8fc;
    box-shadow: 2px 2px 3px #b8d8fc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.9);*/
}
.sql{
	border: #000 thin solid;
	color: #000;
	cursor:pointer;
	text-align:center;
}
/*.sql:hover{
	border: #00F thin solid;
	color: #FFF;
	background-color:#000;
}*/
.sqlqu{
	display:none;
	
}
.SELECTsql{
	background-color:#09F;
}
.INSERTsql{
	background-color: #C60;
}
.UPDATEsql{
	background-color:#FC0;
}
.DELETEsql{
	background-color: #F00;
}
.MISCsql{
	background-color:#C0F;
}
.loginbox{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:#000 thin solid;	
}
.menuhide{
	margin-top:-35px;
}
.menushow{
	margin-top: 0px;
}
#mholder{
	background-color:#FFF;
	width:100%;
	text-align:center;
	border-bottom:#CCC medium double;
	border-top: #CCC thick solid;
	margin:0 auto;
	z-index:300;
	/*text-shadow: 1px 1px 2px #ddd;*/
}
.hide{
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	visibility: collapse;
	height:0px;
	position:fixed;

}
.editme{
	border:#003 solid 1px;
	/*-webkit-border-radius: 2px;
	-moz-border-radius: 2px;*/
	cursor:pointer;
}
.show{
	opacity:1;
	visibility: visible;
	filter:alpha(opacity=1);
	-moz-opacity:1;
	height:30px;
	position:fixed;
}
#ajaxwindow{
	position:fixed;
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	visibility: hidden;
	z-index:5001;
	-webkit-box-shadow: 1px 2px 3px #b8d8fc;
        -moz-box-shadow: 2px 2px 3px #b8d8fc;
         box-shadow: 2px 2px 3px #b8d8fc;
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
        background-color: rgba(255, 255, 255, 0.9);
        */
	background-color:#FFF;
}
.pointer{
	cursor:pointer;
	color: #00F;
}
.mmenu{
	text-align:center;
	/*padding:5px;*/
}
#menu-slider{
	cursor:pointer;
}
.umenu{
	margin-right:50px;
	margin-top:20px;
	position: absolute;
}
.t{
	border:#000 solid thin;	
}
.tbl1{
	border:#000 solid thin;
	background-color: #0CF;
	height:30px;
}
.tbl2{
	border:#000 solid thin;
	background-color:#FFF;
	height:30px;
}
.tbl1:hover{
	background-color: #000;
	color:#FFF;
}
.tbl2:hover{
	background-color: #000;
	color:#FFF;
}
.maintr{
	height:50px;
}

table, td{
        font-size: 98%;
	text-align:left;
}

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
 
body{
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	/*background-image: url('../images/Page-BgTexture.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;*/
}
 
body#bd {
	color: #000;
	/*/*background: #F2F2F2;*/
}
 
body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}
 
body.fs1 {
	font-size: 10px;
}
 
body.fs2 {
	font-size: 11px;
}
 
body.fs3 {
	font-size: 12px;
}
 
body.fs4 {
	font-size: 13px;
}
 
body.fs5 {
	font-size: 14px;
}
 
body.fs6 {
	font-size: 15px;
}
 
/* Normal link */
a {
	color: #00F;
	text-decoration: underline;
}
 
a:hover, a:active, a:focus {
	color: #09F;
	text-decoration: underline;
}
 
/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	color:#fff;
}
 
/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #fff;
	font-size: 92%;
	background-color: rgba(0,0,0,0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:#000 thin solid;
}
 
/* Heading */
h1 {
	font-size: 180%;
}
 
h2 {
	font-size: 150%;
}
 
h3 {
	font-size: 125%;
}
 
h4 {
	font-size: 100%;
	text-transform: uppercase;
}
 
p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}
 
ul {
	list-style: none;
}
 
ul li {
	padding-left: 30px;
	/*background: url(../images/bullet.gif) no-repeat 18px 8px;*/
	line-height: 180%;
}
 
ol li {
	margin-left: 35px;
	line-height: 180%;
}
 
th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
 
fieldset {
	border: none;
	padding: 10px 5px;
	/*background: url(../images/hdot2.gif) repeat-x top;*/
}
 
fieldset a {
	font-weight: bold;
}
 
hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}
 
td, div {
	font-size: 100%;
}
 
img {
	border: none;
	border: thin #CCC solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
 
form label {
	cursor: pointer;
}
/* 
input, select, .inputbox {
	padding: 3px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font: bolder;
	color: #00F;
}
textarea{
	width:70px;
	overflow:visible;
}*/
.bigbox{
	width:90%;
	height:200px;
}
.smallbox{
	width:90%;
	height:50px;
}
#mresponse{
	
	overflow: auto;	
}
/*.mitem{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: #CCC thin solid;	
}
.mitem:hover{
	border:#000 thin solid;
	background:#000;
}*/
/*
.button {
	padding: 3px 5px;
	border: 1px solid #333333;
	color: #00F;
	font-size: 85%;
	text-transform: uppercase;
	text-align:right;
}
 
.button:hover, .button:focus {
	border: 1px solid #999999;
	color: #09f;
	cursor:pointer;
}
*/
* html .button {
	padding: 2px 0 !important; /*IE 6*/
}
 
*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}
 
.inputbox {
	border: 1px solid #CCCCCC;
	/*background: #FFFFFF;*/
}
 
.inputbox:hover, .inputbox:focus {
	/*background: #FFFFCC;*/
	/*background-color: rgba(0,0,0,0.9);*/
        background-color: black;
	color:#09F;
}
 
/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code{
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	border-bottom:white thin solid;
	/*background: #FFFFFF;*/
	font: 1em/1.5 "Courier News", monospace;
}
.page2{
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	border-top:white thin solid;
	/*background: #FFFFFF;*/
	font: 1em/1.5 "Courier News", monospace;
}
 
blockquote {
	padding: 1em 40px 1em 15px;
}
 
blockquote span.open {
	padding: 0 0 0 20px;
	/*background: url(../images/so-q.gif) no-repeat left top;*/
}
 
blockquote span.close {
	padding: 0 20px 0 0;
	/*background: url(../images/sc-q.gif) no-repeat bottom right;*/
}
 
/* Quote hilight */
.quote-hilite {
	padding: 10px 15px;
	margin: 0;
	border: 1px solid #CACACC;
	/*background: #FFFFFF;*/
}
 
/* Small quote */
.small-quote {
	margin: 0;
	padding: 0;
	/*background: none;*/
}
 
.small-quote span.open-quote {
	margin: 0;
	padding-left: 20px;
	/*background: url(../images/so-q.gif) no-repeat center left;*/
}
 
.small-quote span.close-quote {
	margin: 0;
	padding-right: 20px;
	/*background: url(../images/sc-q.gif) no-repeat center right;*/
}
 
.small-quote span.author {
	padding: 2px 5px 2px 20px;
	border-top: 1px solid #DCDDE0;
	margin: 0.5em 0 0;
	display: block;
	/*background: url(../images/author.gif) no-repeat 5px 4px #EAEBEE;*/
	font-size: 90%;
	text-transform: uppercase;
}
 
/* Rropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #999999;
	font: 50px/40px Georgia, Times, serif;
}
 
/* Tips, Error, Message, Hightlight*/
p.error {
	padding-left: 25px;
	color: #BF0000;
	/*background: url(../images/icon-error.gif) no-repeat top left;*/
}
 
p.message {
	padding-left: 25px;
	color: #006699;
	/*background: url(../images/icon-info.gif) no-repeat top left;*/
}
 
p.tips {
	padding-left: 25px;
	color: #EE9600;
	/*background: url(../images/icon-tips.gif) no-repeat top left;*/
}
 
.highlight {
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
	color:#09F;
}
 
/* Note Style */
p.stickynote {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	/*background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;*/
}
 
p.download {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	/*background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;*/
}
 
.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}
 
/* Check list */
ul.checklist {
	list-style: none;
}
 
ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	/*background: url(../images/checklist-bg.gif) no-repeat 0 3px;*/
}
 
/* Small checklist */
ul.small-checklist {
	list-style: none;
}
 
ul.small-checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	/*background: url(../images/icon_list.gif) no-repeat 0 3px;*/
}
 
/* Check list */
ul.stars {
	list-style: none;
}
 
ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
}
input , select , textarea{
	padding: 5px 10px 6px;
	font-size:12px;
	font-weight:bolder;
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
input[type="submit"], input[type="submit"]:visited{
	background: #222;/*//url(overlay.png) repeat-x*/
	background-color: #2981e4;
	color: #fff;
}
input[type="submit"]:hover{
	background: #222;
	background-color: #2575cf;	
	color: #fff;
}
input[type="text"], textarea, select{
	text-shadow: none;
	color:#333;
}

/*plugin*/

/*
Name: Nice Login and Signup Panel using Mootools 1.2
Tutorial URI: http://web-kreation.com/demos/login_form_mootools_1.2/
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: August 2008

	The CSS, XHTML and design is released under Creative Common License 2.5:
	http://creativecommons.org/licenses/by-sa/2.5/

*/

/* Login Panel */
#top {
  	background: url(images/login_top.jpg) repeat-x 0 0;
	height: 38px;
	position: relative;
        padding-bottom: 10px;
}

#top ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 38px;
	width: auto;
  	font-weight: bold;
	line-height: 38px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
  	background: url(images/login_r.jpg) no-repeat right 0;
	padding-right: 45px;
}

#top ul.login li.left {
  	background: url(images/login_l.jpg) no-repeat left 0;
  	height: 38px;
	width: 45px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#top ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 38px;
  	background: url(images/login_m.jpg) repeat-x 0 0;
}

#top ul.login li a {
	color: #33CCCC;
}

#top ul.login li a:hover {
	color: white;
}

/*Login*/
/* toggle effect - show/hide login*/
#login{
	width: 100%;
	color: white;
	background: #1E1E1E;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

#login a {
	text-decoration: none;
	color: #33CCCC;
}

#login a:hover {
	color: white;
}

#login .loginContent {
	
	height: 80px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	font-size: 0.85em;
}

#login .loginContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size: 0.95em;
}

#login .loginContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 65px;
	font-size: 0.95em;
}

#login .loginContent form {
	margin: 0 0 10px 0;
	height: 26px;
}

#login .loginContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	color: white;
	height: 16px;
}

#login .loginContent input:focus.field {
	background: #545454;
}

#login .loginContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#login .loginContent input.button_login {
	width: 47px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(images/button_login.jpg) no-repeat 0 0;
}

#login .loginClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}

#login .loginClose a {
	display: block;
	width: 100%;
	height: 20px;
	background: url(images/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}

#login .loginClose a:hover {
	background: url(images/button_close.jpg) no-repeat right -20px;
}
/*
Name: Nice Login and Signup Panel using Mootools 1.2
Tutorial URI: http://web-kreation.com/demos/login_form_mootools_1.2/
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: August 2008

	The CSS, XHTML and design is released under Creative Common License 2.5:
	http://creativecommons.org/licenses/by-sa/2.5/

*/

html, body {border: 0; margin: 0; padding: 0;}

body {
  	font: 85%/0.9 arial, helvetica, sans-serif;
  	line-height: 130%;
  	width: 100%;
  	min-width: 970px;
}

/*a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #00CCFF;
}

a img {
  border: none;
}*/

/***** clear *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */.clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */


/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 900px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}

/*2*/


img { border: 0; }
.cbr{padding:5px;border: #ccc solid medium; }
.cbr:hover{background-color: #ccc; }


#siteWrap { /* The wrapper for my page icons and bubbles */
		margin: auto auto 0 auto;
		width: 642px;
		height: 345px;
		position: relative;
	}

	#pageWrap { /* Wrapper for my page icons */
		position: absolute;
		z-index: 5;
		top: 138px;
		left: 134px;

	}
	/* Page specific styles */
	#psdPage {
		margin-right: 19px;
		float: left;
		cursor: pointer;
	}
	#netPage {
		margin-right: 20px;
		float: left;
		cursor: pointer;
	}
	#audioPage {
		float: left;
		cursor: pointer;
	}
	#bubbleWrap { /* Wrapper for my bubbles */
		position: absolute;
		z-index: 10;
		left: 158px;
		top: 30px;
	}
	.bubble {
		position: absolute;
	}
