body {
	font-family:tahoma;
	padding:0px;
	margin:0px;
}

div.header {
	padding:0px 0px;
	border-bottom:1px solid #d2e5f4;
	font-family:arial;
	font-size:10pt;
	color: black;
	text-decoration: none;
}

div.site_title {
	padding:0px 0px;
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 50pt;
	font-style: italic;
	color: #fcb831;
	text-shadow: 0 0 24px #f9ee6e, 0 0 4px #C00, 1px 1px 2px #333;
	text-decoration: none;
}

div.notice {
	margin-left: auto;
	margin-right: auto;
	padding:0px 0px 20px 0px;
	font-family: arial;
	font-size: 8pt;
	color: gray;
	text-decoration: none;
	text-align: middle;
	display: block;
}

div.content {
        padding:10px 10px;
	border-bottom:2px solid #ddd;
	text-decoration: none;
	font-family: arial;
	display: block;
}

div.left {
	padding:0px;
	float:left;
}

div.right {
	padding:0px;
	float:right;
}

div.foot {
	padding:0px;
	display: block;
}

div.content a {
        font-style: italic;
        text-decoration: none;
        color: #0c5294;
}

div.content a:hover {
        text-decoration: underline;
        cursor: pointer;
        color: #7cb1e7; 
}

a.title {
	font-size:14pt;
	font-family: times roman;
	color: black;
	text-decoration: none;
	text-align: center;
	padding:0px;
	margin:0px 0px 0px 0px;
	display: block;
}

a.title:hover {
        text-decoration: underline;
        cursor: pointer;
}

a.subtitle {
	font-size:10pt;
	color: gray;
	text-decoration: none;
	text-align: center;
	padding:0px;
	margin:0px 0px 10px 0px;
	display: block;
}

a.subtitle:hover {
        text-decoration: underline;
        cursor: pointer;
}

a.list {
	font-size:12pt;
	font-family: arial;
	color: black;
	text-decoration: none;
	padding:0px;
	margin:0px 0px 5px 0px;
}

a.list:hover {
        text-decoration: underline;
        cursor: pointer;
}

a.post {
	font-size:10pt;
	font-family: Arial;
	color: gray;
	text-decoration: none;
	padding:0px;
	margin:0px 0px 10px 0px;
	float: right;
}

a.post:hover {
        text-decoration: underline;
        cursor: pointer;
}

a.menu {
	font-size:12pt;
        text-decoration: none;
        color: white;
}

a.login {
	font-size:10pt;
        text-decoration: none;
        text-color: black;
        color: black;
}

li {
	color: black;
	text-decoration: none;
	margin:0px 0px 10px 0px;
}

td.misc {
	text-align: center;
        border: none;
        margin-right: 1em;
        padding: 1px,0px,1px,1px;
	-moz-border-radius: 4px;
        -webkit-border-radius: 4px; background: #348075;
        background: #348075;
        box-shadow: 0 1px 0 white;
        -moz-box-shadow: 0 1px 0 white;
        -webkit-box-shadow: 0 1px 0 white;

}
td.menu {
	text-align: center;
	border-right:1px solid #d2e5f4;
        background: #b5ceec;
}

td.menu:hover {
        background: #7cb1e7;
        cursor: pointer;
}

div.content h1 {
	font-size:18pt;
	padding:0px;
<!--	border-bottom:5px solid #d2e5f4; -->
	margin:0px 0px 0px;
	width:90%;
	float:right;
}

div.content div.data {
	font-size:10pt;
	padding:5px 10px;
	border-bottom:1px solid #ddd;
	text-align: left;
	background:#fff;
	width:90%;
	float:right;
}

div.paging {
	font-size: 9pt;
	margin:5px 0px;
}
div.paging a {
	color:#900;
	text-transform: uppercase;
	text-decoration: none;
}
div.paging a:hover {
	color:#c00;
}
div.paging b {
	color:#900;
}

div.success {
	font-size:14pt;
	background:url(images/accept.png) left 5px no-repeat;
	padding:0px;
	padding-left:20px;
	margin:0px 0px 10px;
	color:#060;
	width:80%;
}

a.update, a.delete, a.add, a.view, a.back {
	font-size: 9pt;
	color:#900;
	font-weight:bold;
	padding-left:20px;
	text-decoration: none;

	background:url(images/update.png) left center no-repeat;
}
a.delete {
	background:url(images/delete.png) left center no-repeat;
}
a.add {
	background:url(images/add.png) left center no-repeat;
}
a.view {
	background:url(images/view.png) left center no-repeat;
}
a.back {
	background:url(images/prev.gif) left center no-repeat;
}
a.update:hover, a.delete:hover, a.add:hover, a.view:hover {
	color:#000;
}

input.text {
	width: 300px;
	border:2px solid #aaa;
}

.error {
	background: #FBE6F2 none repeat scroll 0 0;
	border: 1px solid #D893A1;
	color: #333333;
	margin: 5px 0 0;
	padding: 5px;
	font-size: 10px;
	font-family: Lucida Grande,Verdana,Geneva,Sans-serif;
}

#login_form {
	width: 300px;
	background: #DCDCDC url(../img/login_bg.jpg) repeat-x 0 0;
	border: 1px solid white;
	margin: 50px auto 0;
	padding: 1em;
	-moz-border-radius: 3px;
}

h1,h2,h3,h4,h5 {
	margin-top: 0;
	font-family: arial black, arial;
	text-align: center;
	text-shadow: 0 1px 0 white;
}

input[type=textarea] {
	float: left;
	margin: 0 1px 1px 0;
        border: none;
        margin-right: 1em;
        padding: 6px;
        text-decoration: none;
        font-size: 12px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        background: #348075;
        color: white;
        box-shadow: 0 1px 0 white;
        -moz-box-shadow: 0 1px 0 white;
        -webkit-box-shadow: 0 1px 0 white;

}

input[type=text], input[type=password] {
	float: left;
	margin: 0 1px 1px 0;
	width: 280px;
	border: 1px solid black;
	border-color: black;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	background: #ffffff;
}

input[type=submit], form a {
	border: none;
	margin-right: 1em;
	padding: 6px;
	text-decoration: none;
	font-size: 12px;
	font-family: arial;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #348075;
	color: white;
	box-shadow: 0 1px 0 white;
	-moz-box-shadow: 0 1px 0 white;
	-webkit-box-shadow: 0 1px 0 white;

}

input[type=submit]:hover, form a:hover {
	background: #287368;
	cursor: pointer;
}


h1,h2,h3,h4,h5 {
	margin-top: 0;
	font-family: arial black, arial;
	text-align: center;
	text-shadow: 0 1px 0 white;
}

fieldset {
	width:400px;
	margin: auto;
	margin-bottom: 2em;
	display: block;
	font-family: arial;
	font-size:10pt;
}
