* html input { overflow: visible; }
html {
    margin: 0px;
    padding: 0px;
}

form {
    margin: 0;
    padding: 0;
    display: inline;
}

a img {
    border: 0;
}



/* Options, eg. on import page */
fieldset {
    background-color: #E5E5E5;
}
fieldset legend {
    background-color: transparent;
}

.nowrap    { white-space: nowrap; }
div.nowrap { margin: 0; padding: 0; }

/* buttons in some browsers (eg. Konqueror) are block elements, this breaks design */
button { display: inline; }
.button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: White;
    /*background-color: #4682B4;*/
	background-color: #5672b3;
    border: 1px solid Navy;
	cursor:pointer;
	padding:3px;
}

.smallbutton {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #4682B4;
    border: 1px solid Navy;
	cursor:pointer;
	padding:1px;
}


* Textarea */
textarea { overflow: auto; }

.nospace { margin: 0; padding: 0; }


/* topmenu */

/* Gecko bug */
#topmenucontainer {
    border: 1px solid #F5F5F5;
}

ul#topmenu {
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#topmenu li {
    float: left;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

#topmenu img {
    vertical-align: middle;
    margin-right: 0.1em;
}

/* default tab styles */
.tab, .tabcaution, .tabactive {
    display: block;
    margin: 0.2em 0.2em 0 0.2em;
    padding: 0.2em 0.2em 0 0.2em;
    white-space: nowrap;
}

/* disabled tabs */
span.tab {
    color: #666666;
}

/* disabled drop/empty tabs */
span.tabcaution {
    color: #ff6666;
}

/* enabled drop/empty tabs */
a.tabcaution {
    color: #FF0000;
}
a.tabcaution:hover {
    color: #FFFFFF;
    background-color: #FF0000;
}

#topmenu {
    margin-top: 0.5em;
    padding: 0.1em 0.3em 0.1em 0.3em;
}

ul#topmenu li {
    border-bottom: 1pt solid black;
}

/* default tab styles */
.tab, .tabcaution, .tabactive {
    background-color: #E5E5E5;
    border: 1pt solid #D5D5D5;
    border-bottom: 0;
    border-radius-topleft: 0.4em;
    border-radius-topright: 0.4em;
    -moz-border-radius-topleft: 0.4em;
    -moz-border-radius-topright: 0.4em;
}

/* enabled hover/active tabs */
a.tab:hover, a.tabcaution:hover, .tabactive, .tabactive:hover {
    margin: 0;
    padding: 0.2em 0.4em 0.2em 0.4em;
    text-decoration: none;
}

a.tab:hover, .tabactive {
    background-color: #D5D5D5;
}

/* disabled drop/empty tabs */
span.tab, span.tabcaution {
    cursor: url(../../phpMyAdmin/themes/original/img/error.ico), url(../../phpMyAdmin/themes/original/img/error.ico), default;
}
/* end topmenu */


/* data tables */
table.data caption,
table.data th,
table.data td {
    padding: 0.1em 0.5em 0.1em 0.5em;
    margin: 0;
    margin: 0.1em;
    vertical-align: top;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-style: normal;
	 font-size: smaller;

}

/* odd table rows 1,3,5,7,... */
table tr.odd th,
table tr.odd {
    background-color: #ECECEC;
    text-align: left;
}

/* even table rows 2,4,6,8,... */
table tr.even th,
table tr.even {
    background-color: #F9F9F9;
    text-align: left;
}

/* marked tbale rows */
table tr.marked th,
table tr.marked {
    background-color: #FFCC99;
}

/* hovered table rows */
table tr.odd:hover,
table tr.even:hover,
table tr.odd:hover th,
table tr.even:hover th,
table tr.hover th,
table tr.hover {
    background-color: #FFE4C4;
}

table .value {
    text-align: right;
    white-space: nowrap;
    font-family: "Courier New", Courier, monospace;
}
/* IE doesnt handles 'pre' right */
table [class=value] {
    white-space: pre;
}

.value .attention {
    color: red;
    font-weight: bold;
}

.value .allfine {
    color: green;
}


/* serverstatus */
div#serverstatus table caption a.top {
    float: right;
}

div#serverstatus div#serverstatusqueriesdetails table,
div#serverstatus table#serverstatustraffic,
div#serverstatus table#serverstatusconnections {
    float: left;
}

#serverstatussection,
.clearfloat {
    clear: both;
}
div#serverstatussection table {
    width: 100%;
    margin-bottom: 1em;
}
div#serverstatussection table .name {
    width: 18em;
}
div#serverstatussection table .value {
    width: 6em;
}

div#serverstatus table tbody td.descr a,
div#serverstatus table .tblFooters a {
    white-space: nowrap;
}
div#serverstatus div#statuslinks a:before,
div#serverstatus div#sectionlinks a:before,
div#serverstatus table tbody td.descr a:before,
div#serverstatus table .tblFooters a:before {
    content: '[';
}
div#serverstatus div#statuslinks a:after,
div#serverstatus div#sectionlinks a:after,
div#serverstatus table tbody td.descr a:after,
div#serverstatus table .tblFooters a:after {
    content: ']';
}
/* end serverstatus */


/* Always enabled stylesheets (right frame) */
html {
    margin: 0;
    padding: 0;
}


a:link          {font-family: arial, helvetica, geneva, sans-serif; font-size: 8pt; text-decoration: none; color: #0000FF}
a:visited       {font-family: arial, helvetica, geneva, sans-serif; font-size: 8pt; text-decoration: none; color: #0000FF}
a:hover         {font-family: arial, helvetica, geneva, sans-serif; font-size: 8pt; text-decoration: underline; color: #FF0000}


hr{ color: #666666; background-color: #666666; border: 0; height: 1px; }

/* topmenu */
ul#topmenu {
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#topmenu li {
    float: left;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

#topmenu img {
    vertical-align: middle;
    margin-right: 0.1em;
}

/* default tab styles */
.tab, .tabcaution, .tabactive {
    display: block;
    margin: 0.2em 0.2em 0 0.2em;
    padding: 0.2em 0.2em 0 0.2em;
    white-space: nowrap;
}

/* disabled tabs */
span.tab {
    color: #666666;
}

/* disabled drop/empty tabs */
span.tabcaution {
    color: #ff6666;
}

/* enabled drop/empty tabs */
a.tabcaution {
    color: #FF0000;
}
a.tabcaution:hover {
    color: #FFFFFF;
    background-color: #FF0000;
}

#topmenu {
    margin-top: 0.5em;
    padding: 0.1em 0.3em 0.1em 0.3em;
}

ul#topmenu li {
    border-bottom: 1pt solid black;
}

/* default tab styles */
.tab, .tabcaution, .tabactive {
    background-color: #E5E5E5;
    border: 1pt solid #D5D5D5;
    border-bottom: 0;
    border-radius-topleft: 0.4em;
    border-radius-topright: 0.4em;
    -moz-border-radius-topleft: 0.4em;
    -moz-border-radius-topright: 0.4em;
}

/* enabled hover/active tabs */
a.tab:hover, a.tabcaution:hover, .tabactive, .tabactive:hover {
    margin: 0;
    padding: 0.2em 0.4em 0.2em 0.4em;
    text-decoration: none;
}

a.tab:hover, .tabactive {
    background-color: #D5D5D5;
}

/* disabled drop/empty tabs */
span.tab, span.tabcaution {
    cursor: url(../../phpMyAdmin/themes/original/img/error.ico), url(../../phpMyAdmin/themes/original/img/error.ico), default;
}
/* end topmenu */


/* message boxes: warning, error, confirmation */
.notice {
    color: #000000;
    background-color: #FFFFDD;
}
h1.notice,
div.notice {
    margin: 0.5em 0 0.5em 0;
    border: 0.1em solid #FFD700;
        background-image: url(../../phpMyAdmin/themes/original/img/s_notice.png);
    background-repeat: no-repeat;
            background-position: 10px 50%;
    padding: 10px 10px 10px 36px;
            }
.notice h1 {
    border-bottom: 0.1em solid #FFD700;
    font-weight: bold;
    text-align: left;
    margin: 0 0 0.2em 0;
}

.warning {
    color: #CC0000;
    background-color: #FFFFCC;
}
h1.warning,
div.warning {
    margin: 0.5em 0 0.5em 0;
    border: 0.1em solid #CC0000;
        background-image: url(../../phpMyAdmin/themes/original/img/s_warn.png);
    background-repeat: no-repeat;
            background-position: 10px 50%;
    padding: 10px 10px 10px 36px;
            }
.warning h1 {
    border-bottom: 0.1em solid #cc0000;
    font-weight: bold;
    text-align: left;
    margin: 0 0 0.2em 0;
}

.error {
    background-color: #FFFFCC;
    color: #ff0000;
}
h1.error,
div.error {
    margin: 0.5em 0 0.5em 0;
    border: 0.1em solid #ff0000;
        background-image: url(../../phpMyAdmin/themes/original/img/s_error.png);
    background-repeat: no-repeat;
            background-position: 10px 50%;
    padding: 10px 10px 10px 36px;
            }
div.error h1 {
    border-bottom: 0.1em solid #ff0000;
    font-weight: bold;
    text-align: left;
    margin: 0 0 0.2em 0;
}


.confirmation {
    background-color: #FFFFCC;
}
fieldset.confirmation {
    border: 0.1em solid #FF0000;
}
fieldset.confirmation legend {
    border-left: 0.1em solid #FF0000;
    border-right: 0.1em solid #FF0000;
    font-weight: bold;
        background-image: url(../../phpMyAdmin/themes/original/img/s_really.png);
    background-repeat: no-repeat;
            background-position: 5px 50%;
    padding: 0.2em 0.2em 0.2em 25px;
            }
/* end messageboxes */


.tblcomment     {font-size: x-small; font-weight: normal; color: #000099; }

.tblHeaders {
    background-color: #D0DCE0;
    font-weight: bold;
    color: #000000;
}
.tblFooters {
    background-color: #D0DCE0;
    font-weight: normal;
    color: #000000;
}
.tblHeaders a:link,
.tblHeaders a:active,
.tblHeaders a:visited,
.tblFooters a:link,
.tblFooters a:active,
.tblFooters a:visited {
    color: #0000FF;
}
.tblHeaders a:hover,
.tblFooters a:hover {
    color: #FF0000;
}

/* forbidden, no privilegs */
.noPrivileges{
    color: #FF0000;
    font-weight: bold;
}

/* Heading */

img, input, select, button {
    vertical-align: middle;
}

#serverinfo {
    font-weight: bold;
    margin-bottom: 0.5em;
}

#serverinfo .item {
    white-space: nowrap;
}

#span_table_comment {
    font-weight: normal;
    font-style: italic;
    white-space: nowrap;
}

#serverinfo img {
    margin: 0 0.1em 0 0.2em;
}


/* disabled text */
.disabled, .disabled a:link, disabled a:active, .disabled a:visited {
    font-family: arial, helvetica, geneva, sans-serif;
    font-size:   small;
    color:       #666666;
}
.disabled a:hover {
    text-decoration: none;
}
tr.disabled td, td.disabled {
    background-color: #cccccc;
}

#textSQLDUMP {
    width: 95%;
    height: 95%;
    font-family: "Courier New", Courier, mono;
    font-size:   12px;
}

.caHeaders {
	background-color: #006699;
	font-weight: bold;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	letter-spacing: 0.1em;
	text-align: center;
}
.caHeaders2 {
	font-weight: bold;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
}
.warranty{
    background-color: #FFCC99;
}
.price{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-align: right;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;

}
.inputbox {
	background-color: #FFFFFF;
	border: 1px solid;
	color: #000000;
	padding-left: 2px;
	text-align: right;
}
.warrantybox {
	background-color: #FFFFFF;
	border: 1px solid;
	color: #000000;
	padding-left: 2px;
	text-align: center;
}
.warrantybox2 {
	background-color: #FFFFFF;
	border: 1px solid;
	color: #000000;
	padding-left: 2px;
	text-align: right;
}

.itemname{
	font-size: xx-small;
}

h1, h2, h3, h4, h5, h6
{   color: #000066; font-weight: bold;
 font-family: font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }

h1 { font-size: 400%; }
h2 { font-size: 300%; }
h3 { font-size: 250%; }
h4 { font-size: 200%; }
h5 { font-size: 150%; }
h6 { font-size: 100%; }

.headline { font-size: 300%; color: #990033; font-weight: bold; text-align: center; }
.reverse  { color: #FFFFFF; background: #666666; valign: center; text-align: center; font-size: 10; font-weight: bold; font-family: "Folio Lt", Arial, Helvetica, sans-serif; }

.title {  color: #990033; text-align: center font-size: 150%; font-weight: bold;
font-family: "Folio Lt", Arial, Helvetica, sans-serif; }
.mediumtitle {
	color: #000066;
text-align: center font-size: 200%; 	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
.largetitle
{
	color: #000066;

text-align: center font-size: 300%;
	font-weight: bold;

font-family: font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
}
.verylargetitle {  color: #990033; text-align: center font-size: 350%; font-weight: bold;
font-family: "Folio Lt", Arial, Helvetica, sans-serif; }

.muchsmaller { font-size: 60%; font-weight: normal; }
.smaller { font-size: 80%; font-weight: normal; }
.bitlarger { font-size: 125%;  font-weight: normal; }
.larger { font-size: 150%; font-weight: bold; }
.muchlarger { font-size: 200%; font-weight: bold; }
.verylarge { font-size: 300%; font-weight: bold; }
.text_input_nofill {
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-color:#999999;
	border-style:solid;
	border-width:1px;
}
.text_input {
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	border-color:#999999;
	border-style:solid;
	border-width:1px;
}
.qtybox {
	width:25px;
	font-size:9px;
	border-right-style:dotted;
	border-right-width:1px;
	border-right-color:#D0D7E5;
	padding:0px;
	margin:0px;
}
.qtybox_header {
	width:25px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000066;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
.costpricebox_header {
	width:58px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000066;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
.costpricebox {
	width:58px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000066;
	white-space:nowrap;
	padding:0px;
	margin:0px;
	text-align:right;
}
.costpricebox_header_rs {
	width:80px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000066;
	font-weight:bold;
	padding:0px;
	margin:0px;
	text-align:left;
}

.costpricebox_rs {
	width:80px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000066;
	text-align:right;
	white-space:nowrap;
	padding:0px;
	margin:0px;
}
.codebox_header {
	width:50px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000066;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
.codebox {
	width:50px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:6.5pt;
	color:#000066;
	text-align:right;
	white-space:nowrap;
	padding:0px;
	margin:0px;
	border-right-style:dotted;
	border-right-width:1px;
	border-right-color:#D0D7E5;
	font-weight:bold;
}

.table_cell {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000066;
}
.table_cell_bold {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000066;
	font-weight:bold;
}
.qty {
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	width:100%;
	border-color:#999999;
	border-style:solid;
	border-width:1px;
}
.price_rs {
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	width:80%;
	border-color:#999999;
	border-style:solid;
	border-width:1px;
}

.categorybox
{
	color: #0000FF;
	font-weight: bold;
	background-color: #D2E2F2;
}
.style10 {
	font-size:xx-small;
	font-weight:bold;
	text-align:center;
	color:#0000AA;
}

.style2 {
	font-size: 10px;
	font-weight: bold;
}
.style5 {font-size: 9px
}
.style7 {font-size: 9px; font-weight: bold;
}
.style8 {
	font-family: "Lucida Sans Unicode", "MS Sans Serif", "MS Serif";
	font-size: 16px;
	font-weight: bold;
	color:#0000ff;
}
.style9 {
	font-family: "Lucida Sans Unicode", "MS Sans Serif", "MS Serif";
	font-size: 18px;
	font-weight: bold;
	color:#0000ff;
}
.cssbutton {
	background-color:#5672b3;
	border-style: outset;
	padding: 1px 4px;
	color: white;
	text-decoration: none;
	font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	cursor:pointer;
    m: expression(this.onmouseover =  new Function("this.className = 'cssbutton-hover';"));
}
.cssbutton:hover,
.cssbutton-hover {
	border-style: inset;
	background-color:#069;
	color:#000;
	padding: 1px 4px;
	cursor:pointer;
	font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
    m: expression(this.onmouseout = new Function("this.className = 'cssbutton';"));
}
.tableHelpersFormFields2 {
	font-size:8pt;
}
.tableHelpersFormFields3 {
	font-size:10pt;
	color:#0000FF;
}
.cssbutton1 {
	background-color:#ffcc66;
	border-style: outset;
	padding: 1px 4px;
	color: #000099;
	text-decoration: none;
	font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	cursor:pointer;
    m: expression(this.onmouseover =  new Function("this.className = 'cssbutton1-hover';"));
}
.cssbutton1:hover,
.cssbutton1-hover {
	border-style: inset;
	background-color:#ffcc66;
	color:#000099;
	padding: 1px 4px;
	cursor:pointer;
	font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
    m: expression(this.onmouseout = new Function("this.className = 'cssbutton1';"));
}
