/* CSS Document */

body
{
margin:0px;
padding:0px;
}

/* -------------------------- Login page ---------------------*/

#adminlog_container
{
margin:auto;
width:500px;
height:400px;
}
#adminlog_login
{
width:100%;
float:left;
height:50px;
/*background-image:url(../images/bakoffheader2.jpg); background-repeat:no-repeat;
*/
margin-top:20px;
}
#adminlog_headertext
{
margin:10px;
width:400px;
height:20px;
float:left;
font-family:Trebuchet MS;
color:#5388ca;
font-size:18px;
}

#adminlog_innerbox
{
width:498px;
height:268px;
float:left;
border:1px solid #5387c3;
background-color:#d5e4f4;
}

#adminlog_loginbox
{
margin:auto;
width:92%;
height:220px;
margin-top:15px;
border:1px solid #3b6da7;
background-color:#fff;
}
#adminlog_loginheading
{
margin-top:15px;
width:100%;
height:30px;
float:left;
font-family:Trebuchet MS;
font-size:20px;
color: #3569a2;
font-weight:lighter;
text-align:left;
padding:0 0 0 10px;
}

#adminlog_innerleft
{
width:45%;
height:150px;
float:right;
padding:5px;
font-family:Verdana;
color:#707070;
font-size:11px;
background-color: #F8F8F8;
}

#adminlog_lock
{
width:100px;
float:left;
padding-left:60px;
padding-top:15px;
}

a.adminlog_homelnk:link, a.adminlog_homelnk:visited
{
font-family:Verdana;
color:#30659e;
font-size:11px;
text-decoration:none;
}
/*
a.adminlog_homelnk:visited
{
font-family:Verdana;
color:#003300;
font-size:11px;
text-decoration:none;
}
*/
a.adminlog_homelnk:hover
{
font-family:Verdana;
color:#000000;
font-size:11px;
text-decoration:underline;
}
#adminlog_innerright
{
width:50%;
margin-top:20px;
height:100px;
float:right;
padding:2px;
font-family:Verdana;
color:#666666;
font-size:10px;
}
#adminlog_formstyle
{
width:100%; height:20px; float:left;
}
div.adminlog_formtext
{
width:40%; height:15px; float:left; padding-top:5px;color:#3569a2;
}

div.adminlog_forminput
{
 width:40%; height:20px; float:left;
}
div.adminlog_space
{
width:100%; height:10px; float:left;
}

.file
{
 width:40%; height:50px;;

}




#maincontainer
{
margin:auto;
width:100%;
height:100%;
}
#mainheader
{
width:100%;
height:40px;
float:left;
background-color:#f9f9f9;
}
#headertext
{
float:left;
width:500px;
height:20px;
font-family:Verdana;
font-size:10px;
font-weight:bold;
padding-top:15px;
padding-bottom:5px;
color:#000000;
padding-left:10px;
}
#menus
{
width:100%;
float:left;
}
#welcome
{
 float:right; 
 width:200px;
 height:20px; 
 font-family:Verdana;
 font-size:10px;
 font-weight:bold;
 color:#333333; 
 padding-top:15px; 
 padding-bottom:5px;
} 

a.smalllink:link
{ font-family:Verdana; font-size:11px; color:#FFFFFF; font-weight:bold; text-decoration:none; }

a.smalllink:visited
{ font-family:Verdana; font-size:11px; color:#FFFFFF; font-weight:bold; text-decoration:none; }

a.smalllink:hover
{ font-family:Verdana; font-size:11px; color:#000000; font-weight:bold; text-decoration:none; }

#brdcrumbs
{
width:90%;
height:20px;
background-color:#FFFFFF;
float:left;
font-family:Verdana;
font-size:10px;
color:#333333;
padding-left:10px;
}
a.brdcrumbs:link
{
font-family:Verdana;
font-size:10px;
color:#333333;
font-weight:bold;
text-decoration:none;
}
a.brdcrumbs:visited
{
font-family:Verdana;
font-size:10px;
color:#333333;
font-weight:bold;
text-decoration:none;
}
a.brdcrumbs:hover
{
font-family:Verdana;
font-size:10px;
color: #990000;
font-weight:bold;
text-decoration:none;
}

#mainbody
{
margin:auto;
width:99%;
min-height:100%;
height:auto !important;
height:100%;
text-align:left;
}
#maininner_body
{
float:left;
width:100%;
min-height:100%;
height:auto !important;
height:100%;
}
div.maininnerbd
{
float:left;
width:22.5%;
height:50%;
padding:5px;
margin:5px;
border: 1px solid #CCCCCC;
}
div.maininnerheader
{
margin:3px;
width:92%;
height:100%;
font-family:Verdana;
color: #990000;
font-weight:bold;
font-size:11px;
padding:5px;
border:1px solid #CCCCCC;
}

/*---------------------Tool Tip class----------------------*/

a.mainsubinnleft:link, a.mainsubinnleft:visited
{
font-family:Verdana;
font-size:10px;
color:#000000;
font-weight:bold;
text-decoration:none;
}

a.mainsubinnleft:hover
{
font-family:Verdana;
font-size:10px;
color:#666666;
font-weight:bold;
text-decoration:none;
}

div.mainsubinnleft
{
float:left;
width:100%;
height:100px;
padding:7px;
line-height:15px;
}
/*
a.mainsubinnleft{
position:relative;
    z-index:24;
}
a.mainsubinnleft span {display: none;}

a.mainsubinnleft:link
{
font-family:Verdana;
font-size:10px;
color:#000000;
font-weight:bold;
text-decoration:none;
}
a.mainsubinnleft:visited
{
font-family:Verdana;
font-size:10px;
color:#000000;
font-weight:bold;
text-decoration:none;
}

a.mainsubinnleft:hover {
	z-index:25;
	text-decoration:none;
	}

a.mainsubinnleft:hover span {
    display:block;
    position:absolute;
    top:1em;
    left:0;
    width:150px;
    border:1px solid #000;
    background-color: #F8F8F8;
    color: #003300;
    padding:4px;
	font-weight:normal;
	font-size:10px;
}
a.mainsubinnleft:hover
{
font-family:Verdana;
font-size:10px;
color: #CCCCCC;
font-weight:bold;
text-decoration:none;
}*/
div.mainsubinnright
{
float:right;
width:50px;
height:100px;
margin-top:10px;
}

#mainfooter
{
float:left;
width:100%;
height:30px;
background-color:#CCCCCC;
margin-top:20px;
}

/*-------------------- ToolTip ----------------------*/

a.infotool{
    position:relative;
    z-index:24;
}

a.infotool:hover {
	z-index:25;
	text-decoration:none;
	}

a.infotool span {display: none;}

a.infotool:hover span {
    display:block;
    position:absolute;
    top:1em;
    left:0;
    width:150px;
    border:1px solid #000;
    background-color:#ccc;
    color:#000;
    padding:4px;
}

div.adminlog_failmsg{
width:100%;
height:25px;
float:left;
color:#FF0000;
}
div.adminsp_txtheading
{
width:95%;
height:25px;
font-family:Verdana;
font-size:11px;
float:left;
padding-left:15px;
}
div.admin_orders_cats
{
/*border:1px solid #FF0000;*/
width:20%;
height:25px;
font-family:Verdana;
font-size:11px;
float:left;
padding-left:15px;
}
div.admin_orders_cats_outer
{
width:75%;
margin-left:1px;
height:100%;
float:left;
margin-left:10px;
/*border:1px solid #CCCCCC;*/
}
div.adminsp_bodyrecord
{
width:99.6%;
margin-left:1px;
height:100%;
float:left;
border:1px solid #003300;
}
div.adminsp_headings_small
{
width:5%;
text-align:center;
min-height:15px;
height:15px;
height:auto !important;
padding-top:3px;
padding-bottom:2px;
color:#000000;
font-size:11px;
float:left;
}
div.adminsp_headings
{
width:8%;
margin-left:5px;
min-height:15px;
height:15px;
height:auto !important;
padding-top:3px;
padding-bottom:2px;
color:#000000;
font-size:11px;
float:left;
}

div.adminsp_headingschecbox
{
width:3%;
margin-left:5px;
min-height:15px;
height:15px;
height:auto !important;
padding-top:3px;
padding-bottom:2px;
color:#000000;
font-size:11px;
float:left;
}
div.adminsp_headingssr
{
width:3%;
margin-left:5px;
min-height:15px;
height:15px;
height:auto !important;
padding-top:3px;
padding-bottom:2px;
color:#000000;
font-size:11px;
float:left;
}
div.belowbuttons
{
width:90%;
margin-left:5px;
min-height:15px;
height:15px;
height:auto !important;
padding-top:3px;
padding-bottom:2px;
color:#000000;
font-size:11px;
float:left;
}


td.adminsp_headings
{
width:80%;
margin-left:5px;
min-height:15px;
height:15px;
height:auto !important;
padding-top:3px;
padding-bottom:2px;
color:#000000;
font-size:11px;
float:left;
}

div.adminsp_headings_Medi
{
width:15%;
min-height:15px;
height:15px;
height:auto !important;
padding-top:3px;
padding-bottom:2px;
color:#000000;
font-size:11px;
float:left;
}
div.adminsp_headings_small_medi
{
width:12%;
min-height:15px;
height:15px;
height:auto !important;
padding-top:3px;
padding-bottom:2px;
color:#000000;
font-size:11px;
float:left;
}
div.adminsp_headings_large
{
width:36%;
min-height:15px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:15px; /* for IE5.x and IE6 */
padding-top:3px;
padding-bottom:2px;
color:#000000;
font-size:11px;
float:left;
}


div.adminsp_headings_sort
{
width:8%;
margin-left:5px;
height:15px;
padding-bottom:2px;
float:left;
}
div.adminsp_headingsdelivery
{
width:26%;
min-height:15px;
height:15px;
height:auto !important;
padding-top:3px;
padding-bottom:2px;
color:#000000;
font-size:11px;
float:left;
overflow:hidden;
}
div.adminsp_space
{
width:100%; height:10px; float:left;
}
a.adminsp_headings:link
{
font-family:Verdana;
font-size:11px;
color:#990000;
font-weight:bold;
text-decoration:none;
}
a.adminsp_headings:visited
{
font-family:Verdana;
font-size:11px;
color:#990000;

font-weight:bold;
text-decoration:none;
}
a.adminsp_headings:hover
{
font-family:Verdana;
font-size:11px;
color:#999999;
font-weight:bold;
text-decoration:none;
}
.headingtxtsp
{
font-family:Verdana;
font-size:11px;
color:#000000;
font-weight:bold;
}
div.adminsp_backclr1
{
width:100%;
min-height:25px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:25px; /* for IE5.x and IE6 */
float:left;
background-color: #E2E2E2;
}
div.adminsp_backclr
{
width:100%;
min-height:25px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:25px; /* for IE5.x and IE6 */
float:left;
background-color:#F5F5F5;
}
.adminsp_backclr1
{

background-color: #E2E2E2;
}
.adminsp_backclr
{


background-color:#F5F5F5;
}



div.adminp_permissions
{
width:55%;
min-height:15px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:15px; /* for IE5.x and IE6 */

padding-top:3px;
padding-bottom:2px;
color:#000000;
font-size:12px;
float:left;
}

/*calandar style*/
.dynCalendar_header{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}
.dynCalendar_dayname {
	background-color: #eeeeee;
	border: 1px solid #c0c0c0;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-align: center;
}

.dynCalendar_day {
	background-color: #eeeeee;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
}

.dynCalendar_today {
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
}

.dynCalendar {
	background-color: #c0c0c0;
	border: 2px outset white;
	visibility: hidden;
	position: absolute;
	top: 1px;
	left: 1px;
}
#header{
float:left;
 height:100%; 
 width:100%; 
 background-color: #FFFFFF;
 margin:0;
 }
#m2hlogoarea {
	width:25%; 
	float:left;
}
#topheadicons {
	font-size:12px;
	font-family:Tahoma;
	font-weight:bold;
	color:#0C54BC;
	width:30%;
	float:left;
}


#topcallus {
	width:20%;
		float:left;
}
.txt03
{
color:#FFFFFF;
}

a.logout01:link{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-decoration:none;
}
a.logout01:hover
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-decoration:underline;
}

a.leftlinks:link{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#0757AF;
text-decoration:none;
}
a.leftlinks:visited{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#0757AF;
text-decoration:none;
}
a.leftlinks:hover
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#0757AF;
/*color:#53A0F8;*/
text-decoration:underline;
}
/*end calender*/
