/*
Allways visible div for admin*/
#fixme
{
    position: absolute;
    left: 32%;
    top: 0px;
}
div > div#fixme
{
    position: fixed;
}
.popuph1
{
    text-align: left;
    color: #6FA5FD;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px dotted #D3D3D3;
    padding-bottom: 2px;
    margin-bottom: 20px;
}

.admbox
{
    border: solid 1px #efefef;
    padding: 10px;
    margin: 20px;
    background: white;
}
.admbox th
{
    font-weight: bold;
    font-size: 12px;
    color: #001F33;
    text-align: left;
}
.admbox h3
{
    font-weight: bold;
    font-size: 18px;
    padding: 2px;
    color: #001F33;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
}



.tblgrd
{
    border: solid 1px #ccc;
}
.tblgrd td
{
    border: solid 1px #ccc;
    border-collapse: collapse;
    padding: 2px;
}
.tblgrd th
{
    border: solid 1px #ccc;
    background-image: url('../images/cssblock-top.jpg');
    text-align: center;
    padding: 2px;
}

.managepages
{
    background: url('../images/icon-settings.gif') no-repeat 0px 0px;
    padding-left: 20px;
    margin-bottom: 5px;
}
.managepages a:link, .managepages a:visited
{
    font-weight: bold;
    color: #4F4100;
}


/*Auto complete*/
.ac_results
{
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul
{
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li
{
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block; /*  	if width will be 100% horizontal scrollbar will apear  	when scroll mode will be used 	*/ /*width: 100%;*/
    font: menu;
    font-size: 12px; /*  	it is very important, if line-height not setted or setted  	in relative units scroll will be broken in firefox 	*/
    line-height: 16px;
    overflow: hidden;
}

.ac_loading
{
    background: white url('images/loading.gif') right center no-repeat;
}

.ac_odd
{
    background-color: #C3C3C3;
}

.ac_over
{
    background-color: #A7DFA7;
    color: White;
    font-weight: bold;
}
/*Login box*/
.loginbox
{
	border: solid 1px #efefef;
	padding: 10px;
	width: 320px;
	margin: 0 auto;
}
.loginbox h3
{
	font-size: 14px;
	margin-bottom: 10px;
	color: #4B74A1;
}
.loginbox label
{
	width: 100px;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 5px;
	color:#4B74A1;
}
.loginbox .txtbox
{
	width: 200px;
	padding: 3px;
	margin-bottom: 5px;
}
.loginbox .btn
{
	width: 100px;
	padding: 3px;
	background-color: #001F33;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 100px;
}

.shadow_vert{position:absolute; z-index:999; background:url(../images/shadow_vert.png) repeat-y; width:5px;}
.shadow_horz{position:absolute; z-index:999; background:url(../images/shadow_horz.png) repeat-x; height:5px;}

/* User Side */
body{ margin:30px 0px 0px 0px;padding:0px; background-color: #ffffff;}
div, span, p {font-family:Verdana; font-size:14px; color:#000066; line-height:20px; letter-spacing:0.01em;}
p{line-height:26px;}


hr{border:1px dashed #e2e2e2; margin:0px; padding:0px;}
form{ margin:0px; padding:0px;}

h1{margin:0 0 10px 0; font-size: 24px; font-weight: bold;}

a {	color:#000066; text-decoration:none;}
a:hover { text-decoration:underline;}
img { border:0;}

.clearboth{ clear:both}

#containar {width:100%; margin:0px auto; padding:0px;}
#pagewidth {width:825px; margin:0 auto; padding:0px; }


/* Header Starts */
#header{width:825px; margin:0px; height:206px;}
/* Header Ends*/

/* Navigation Starts*/
#navigation{float:left; width:821px; height:23px; margin:0px; background:url(../images/nav-bg.jpg) left top no-repeat; padding:2px; text-align:center;	font-size:13px;	font-family:Verdana;}
/* Navigation Ends*/



/* Mid Start */
#midcont{width:783px; float:left; margin:0px; padding:0px; border:1px solid #000000; border-width:0 1px 1px 1px; padding:20px; vertical-align:top}
/* Mid Ends */

/* Footer Start */
#footer {width:783px; height:20px; padding:20px; text-align:center;}
/* Footer Ends */

