﻿body { 
	background: #fff;
	font-family: Arial, sans-serif;
	color: #6d6f72;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: .2em;
	color: #7fcb11;
	font-weight: normal;
}

h2 { font-size: 1.75em; }

#main { 
	width: 100%;
	background: #f2f2f2 url(../image/main_secondary_bg.png) top left repeat-x;
}

#mainDropShadow {
	position: relative;
	width: 1032px;
	min-height: 420px;
	margin: 0 auto;
	padding: 0;
}

#top_header {
	padding-top: 4px;
    height: 23px;
    border: 1px solid #fff;
    border-width: 0 1px;
    text-align: right;
}
#top_header a:link, #top_header a:visited, #top_header a:hover {
	padding: 0 11px;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
}
#top_header a:hover {
	font-weight: bold;
}

#top_header_container {
	background: #7fcb11;
}

#header {
	height: 100px;
}
#header1 h1#logo {
	width: 341px;
	margin: 28px 0 0 3px;
	text-indent: -9999px;
}
#header1 h1#logo a {
	display: block;
	height: 69px;
	background: url(../image/logo.png) no-repeat;
}

#menu {
	margin: 40px 0 0 50px;
	text-align: left;
}
#nav li a:link, #nav li a:visited, #nav li a:hover {
	padding: 4px 0 6px 0;
	margin: 0 30px 0 8px;
	color: #5a5958;
	font-size: 1.3em;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: .125em;
}
#nav li a:hover, #nav li a.hover_parent {
	padding: 4px 0 4px 0;
	margin: 0 30px 0 8px;
	color: #000;
	border-bottom: 2px solid #ffa700; 
}

#nav li ul { 
	padding: 0 10px 10px;
	background: #fff;
}

#nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:hover {
	padding: 10px 0 2px;
	color: #5a5958;
	font-size: 1.1em;
	text-decoration: none;
}
#nav li ul li a:hover {
	padding: 10px 0 2px;
	color: #000;
	border: none; 
}

#mainImage { min-height: 172px; }
#pop_up_buttons { 
	min-height: 50px;
	margin-bottom: 8px;
}
#pop_up_buttons .buttonList{
    margin: 0px;
    padding: 0px;
}

#pop_up_buttons .button {
	display: block;
	float: right;
	margin: 8px 20px 0 auto;
	padding: 0;
	list-style-type: none;
}

#pop_up_buttons .button a {
	display: block;
	width: 233px;
	margin-right: 8px;
	padding: 7px 20px 13px 8px;
	background: url(../image/btn_popup.png) top left no-repeat;
	font-size: 1.33em;
	text-decoration: none;
}

#moduleContainer #pop_up_buttons .button  a { color: #444; }

#moduleContent {
	border: 1px solid #fff;
	border-width: 0 1px;
}

#footer_container {
    width: 100%;
    height: 30px;
    background: #7fcb11;
}

#footer {
	width: 1030px;
	margin: 0 auto;
	border: 1px solid #fff;
	border-width: 0 1px;
    color: #4c7a0a;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
    #footer .padding {
        padding: 8px 80px 6px;
        min-height: 0; 
    }
    #footer a {
		color: #4c7a0a;
    }

#footer_nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer_nav li {
	float: left;
}
#footer_nav li a:link, #footer_nav li a:visited, #footer_nav li a:hover {
	display: block;
	padding: 0 12px;
	border-right: 1px solid #4c7a0a;
	color: #4c7a0a;
	font-size: .9em;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}
#footer_nav li.last a:link, #footer_nav li.last a:visited, #footer_nav li.last a:hover {
	border: none;
}

#footer_nav li a:hover {
	font-weight: bold;
}

#moduleContainer a {
	color: #ffa700;
	text-decoration: none;
}

div.pop_up_dialog {
	background: #fff none;
	-moz-border-radius: 0;
	border: 18px solid #f2f2f2;
}

div.pop_up_dialog .ui-dialog-titlebar {
	background: none;
	border: none;
	outline: none;
	height: 0;
	padding: 0;
}

div.pop_up_dialog .ui-dialog-content {
	padding: 0;
}
div.pop_up_dialog .ui-dialog-title {
	display: none;
}
div.pop_up_dialog .ui-dialog-titlebar-close {
	background: none;
	-moz-border-radius: 0;
		top: -1px;
		right: 2px;
	margin: 0;
	padding: 0;
}
div.pop_up_dialog .ui-icon-closethick {
	background-image: none;
	background: url(../image/btn_dialog_close.png) center center no-repeat;
	width: 19px;
	height: 20px;
}
div.pop_up_dialog .ui-state-hover {
	outline: none;
	border: none;
}
div.pop_up_dialog .ui-dialog-content {
	border: 3px solid #b1cf4c;
	margin: -3px -2px -2px -3px;
}

.connectionListing { margin: 0; padding: 0; }
.connectionListing li { list-style: none outside; margin: 0 0 1em; padding: 1em; background: #fff; border: 1px solid #7fcb11; position: relative; }
.connectionListing li:hover { cursor: move; }
.connectionListing li.even { background-color: #fafafa; }
.connectionListing h4 { font-weight: bold; margin: 0 0 1em; }
.connectionListing dl { margin: 0; padding: 0; }
.connectionListing dt { font-weight: bold; clear: left; float: left; margin: 0 .5em 0 0; }
.connectionListing dd { margin: 0 0 .8em; }

#moduleContainer .connectionListing a.edit:link, #moduleContainer .connectionListing a.edit:visited,
.connectionListing input.delete { color: #593f04; display: block; background: #f1b732; border: 1px solid #d49d20; position: absolute; top: 1em; text-decoration: none; padding: 4px 8px; }
.connectionListing a.edit { right: 88px; }
.connectionListing input.delete { right: 1em; }

p#logout_link a { display: block; text-indent: -999em; background: #fff url(../image/btn_logout.png) no-repeat; width: 113px; height: 39px; }

.logout_form { display: inline; }
.logout_form input { color:#fff; font-size:1.2em; font-weight:normal; text-decoration:none; text-transform:lowercase; background: none; border: none; cursor: pointer; }

.limit_message {
	display: block;
	margin-left: 260px;
}
