@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,	del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0;
	font-size: 100%; vertical-align: baseline; background: transparent;
}

body { background:#5595B6; color:#074C6F; margin:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
a:active, a:focus { outline: 0; }
h1{ font-size:20px; padding:5px 0px 15px 15px; }
h2{ font-size:17px; padding:10px; }
h3{ font-size:14px; padding:10px; }

a { color:#074C6F; font-weight:bold; }
a:hover { color:#678BA1; text-decoration:none; }

.helpbutton{ width:12px; height:12px; border:none; vertical-align:middle; }
.colorpickerbox{ width:20px; height:20px; float:left; border:#074C6F solid 1px; margin-right:5px; margin-left:5px; }

input { font-size:11px; border: #074C6F solid 1px; padding:3px; }
.inputbutton { font-size:11px; border: #074C6F solid 1px; background-color:#ffffff; color:##074C6F; padding-left:4px; padding-right:4px; cursor:pointer;}
.inputbutton2, .deletebutton, .addbutton, .editbutton { font-size:11px; border: #074C6F solid 1px; padding-left:4px; padding-right:4px; background: #074C6F; color: #ffffff; cursor:pointer; }
.inputbutton2disabled, .deletebuttondisabled { font-size:11px; border: #666666 solid 1px; padding-left:4px; padding-right:4px; background: #666666; color: #cccccc; cursor:auto; }
textarea { font-size:11px; border: #074C6F 1px solid; padding:3px; }
select { font-size:11px; border: #074C6F solid 1px; }

.editbutton{ background-image:url(../images/edititem.gif); background-repeat:no-repeat; background-position: 2px 2px; padding-left:15px; }
.deletebutton, .deletebuttondisabled{ background-image:url(../images/deleteitem.gif); background-repeat:no-repeat; background-position: 2px 2px; padding-left:15px; }
.addbutton{ background-image:url(../images/additem.gif); background-repeat:no-repeat; background-position: 2px 2px; padding-left:15px; }

#container { width:950px; margin:auto; background:url(../images/background.gif) repeat-y; }

#nav_wrapper { float:left; width:238px; }
#nav { padding:10px 20px 50px 50px; color:#FFFFFF; text-align:center; }
#nav h2 { text-align:center; }
#nav a { color:#FFFFFF; text-decoration:none; display:block; margin-bottom:5px; text-align:left; }
#nav a:hover { color:#999999; text-decoration:underline; }
#header { padding-top:10px; padding-left:30px; text-align:center; }

#content_wrapper { float:left; width:684px; }
#content { padding:10px 20px 50px 20px; }

#footer { width:950px; height:47px; clear:both; background:url(../images/footer.gif); }

#loginbox { margin:auto; margin-top:100px; margin-bottom:100px; width:200px; border:#074C6F solid 2px; background:#FFFFFF; text-align:center; }

