﻿*{
	font-size:11px;
	font-family:verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none
}

img{
	border:0
}

body{
	color:#666;
}

p{
	margin:0 0 16px 0;
	line-height:15px;
}

q{ /* prevents Firefox from auto-adding quotes to <q> elements */
	quotes:none
}

input, select, textarea{
	padding:0 1px
}

input[type=hidden]{
	display:none
}

a:link{
	color:#A1BB27;
	font-weight:bold;
	text-decoration:none
}

a:visited{
	color:#879F13;
	font-weight:bold;
	text-decoration:none
}

a:hover{
	color:#072F6F;
}

a:active{
	color:#072F6F;
}


/* BEGIN: Headings ================== */
h1{
	font:normal 21px georgia;
	margin:0 0 4px 0;
}

h2{
	font-size:17px
}

h3{
	font-size:12px;
	margin:0 0 10px;
	color:#5e7203;
}

h4{
	color:#666;
	margin:0 0 5px 0;
}

h5{
	font-size:11px;
	padding:5px 10px;
	border-bottom:0;
	text-align:center;
	width:80px;
	color:#fff;
	background:url(img/bgEditPageBody.gif) no-repeat;
}

h6{
	margin:0 0 3px 0;
	font-weight:bold;
	color:#195794;
}
/* END: Headings ================== */


/* BEGIN: Grids ================== */
.Grid{
	width:100%;
	margin-bottom:15px;
	}
.Grid th{
	padding:0 8px;
	font-size:10px;
	height:24px;
	text-align:left;
	background:url(img/bgGridHeader.gif);
	color:#3c475f;
	}
.Grid tr{
	background-color:#F7F8F9;
	}
.Grid td{
	padding:4px 8px;
	}
.Grid tr.GridPager{
	background:url(img/bgGridPager.gif) repeat-x;
	}
.Grid tr.GridPager td{
	color:#3C475F;
	font-size:10px;
	font-weight:bold;
	height:24px;
	vertical-align:top;
	}
.Grid tr.GridPager span{
	border:1px solid #ABCC12;
	padding:1px 2px;
	background:#fff;
	color:#879F13;
}
.Grid tr.GridPager a:link, .Grid tr.GridPager a:link{
	color:#536c87;
	text-decoration:underline;
	}
.Grid tr.GridPager a:hover{
	color:#fff;
	}
/* BEGIN: Tables ================== */

#main{
	margin:20px auto;
	width:734px;
	}
#main:after{/* For Gecko Browsers which like to completely break float elements out of the parent's layout */
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
	}
#header{
	width:734px;
	height:78px;
	border-bottom:1px solid #ccc;
	margin:0 0 10px 0;
	}
#content{
	clear:both;
	}
#footer{
	width:734px;
	border-top:1px solid #ccc;
	margin:35px 0 0 0;
	padding:10px 0;
	font-size:10px;
	color:#999;
	}
#logo{
	float:left;
	}
#search{
	text-align:right;
	}
.btnGo{
	position:relative;
	top:8px;
	}
.spnPipe{
	margin:0 2px;
	color:#666;
	}
.confirm{
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #ABCC12;
	background-color:#F2F6E1;
	color:#5e7203;
	font-weight:bold;
	}
.error{
	margin:0 0 10px 0;
	padding:10px;
	background:#f00;
	font-weight:bold;
	color:#fff;
	}
#box{
	margin:0 0 15px 0;
	border:1px solid #9FBDDC;
	width:702px;
	padding:15px;
	}
#box strong{
	color:#195794;
	}
#box textarea{
	padding:5px;
	width:400px;
	height:75px;
	}
.box{
	margin:0 0 15px 0;
	border:1px solid #9FBDDC;
	width:702px;
	padding:15px;
	}
.box strong{
	color:#195794;
	}
.box textarea{
	padding:5px;
	width:400px;
	height:75px;
	}
#nav{
	float:right;
	width:292px;
	padding-top:24px;
	}
#addEdit{
	margin-bottom:15px;
	}
#addEdit th{
	text-align:right;
	padding:4px;
	}
#addEdit td{
	padding:4px;
	}
#nav li{
	display:inline;
	}
#nav a{
	width:73px;
	height:54px;
	display:block;
	float:left;
	}
a.navPages:link, a.navPages:visited{
	background:url(img/btnPages.gif) no-repeat;
	}
a.navPages:hover, a.navPages:active{
	background:url(img/btnPages.gif) no-repeat 0 -54px;
	}
a.navMenus:link, a.navMenus:visited{
	background:url(img/btnMenus.gif) no-repeat;
	}
a.navMenus:hover, a.navMenus:active{
	background:url(img/btnMenus.gif) no-repeat 0 -54px;
	}
a.navPreview:link, a.navPreview:visited{
	background:url(img/btnPreview.gif) no-repeat;
	}
a.navPreview:hover, a.navPreview:active{
	background:url(img/btnPreview.gif) no-repeat 0 -54px;
	}
a.navLogout:link, a.navLogout:visited{
	background:url(img/btnLogout.gif) no-repeat;
	}
a.navLogout:hover, a.navLogout:active{
	background:url(img/btnLogout.gif) no-repeat 0 -54px;
	}
.btn{
	margin-left:3px;
	cursor:pointer;
	}
.help{
	font-size:10px;
	color:#666;
	}
.btnHelp{
	position:relative;
	top:3px;
	}