* {
	margin: 0;
	padding: 0;
}

/* General */
#BasicPage body {
	background: #fff url(../images/bg_body.gif) center top repeat-x;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #32393d;
}

#PopupPage body {
	background: #fff;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #32393d;	
}

p {
	line-height: 1.4em;
	margin: 0 0 15px 0;
}

a {
	color: #196297;
	text-decoration: underline;
}

a:hover {
	color: #fe4819;
}

h1 {
	font-size: 1.7em;
	color: #000000;
	margin: 5px 0 10px 0;
	font-weight: normal;
}

h2 {
	font-size: 1.4em;
	color: #1e292b;
	margin: 5px 0 10px 0;
	font-weight: normal;
}

h3 {
	font-size: 1.1em;
	color: #1e292b;
	margin: 5px 0 10px 0;
}

h4 {
	font-size: 0.9em;
	color: #fe4819;
	margin: 5px 0 10px 0;
}

h5 {
	font-size: 0.9em;
	color: #1e292b;
	margin: 5px 0 10px 0;
}

img, img a {
	border: 0;
}

ul, ol {
	margin: 10px 0 10px 25px;
	padding: 0;
}

li {
	margin: 4px 0 4px 0;
	line-height: 1.4em;
}

ul li {
	list-style-type: disc;
}

blockquote {
	margin-left: 28px;
}

hr {
	border: 0;
	border-top: 3px solid #DCEAF6;
	height: 3px;
	margin: 0 0 10px 0;
}

/* Forms */
form {
	margin: 0 0 20px 0;
	padding: 0;
}

input, textarea, select {
	color: #1e292b;
	font-size: 1em;
	font-weight: normal;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	background: #fff url(../images/bg_input.gif) 0 0 repeat-x;
	border: 1px solid #c4c4c4;
	padding: 3px;
	margin: 0 5px 0 0;
}

.Radio, .Checkbox {
	background-image: none;
	background-color: transparent;
	border: 0;
}

textarea {
	overflow: auto;
}

select option {
	padding: 0 10px;
}

.Button { /* Submit */
	-webkit-appearance: none;
	appearance: none;
	background-color: #4a4a4a;
	background-image: none;
	border: none;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	color: #fff;
	-webkit-text-fill-color: #fff;
	cursor: pointer;
	font-weight: 600;
	margin: 0 0 5px 0;
	padding: 7px 16px;
	transition: background-color 0.15s ease, box-shadow 0.15s ease;
	vertical-align: top;
}

.Required {
	color: #fe4819;
}

/* Tables */
table.General {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 10px 0;
}

table.General th {
	font-size: 0.9em;
	text-align: left;
	vertical-align: top;
	padding: 6px 10px 6px 10px;
	border-bottom: 1px dotted #c4c4c4;
	background-color:#F1F2F3;
}

table.General td {
	padding: 6px 10px 6px 10px;
	vertical-align: top;
}

table.General .odd td {
	background-color: Transparent;
}

table.General .even td {
	background-color: Transparent;
}

table.General .first {
	text-align: left;
	border-left: 0;
}

table.General th a img {
	text-decoration: none;
	margin: 0 0 10px 0;
}

table.General th p {
	margin: 5px 0 5px 0;
}

table.UserAlert {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 10px 0;
}

table.UserAlert th {
	font-size: 0.9em;
	text-align: left;
	vertical-align: top;
	padding: 6px 10px 6px 10px;
	border-bottom: 1px dotted #c4c4c4;
	background-color:#F1F2F3;
}

table.UserAlert td {
	padding: 6px 10px 6px 10px;
	vertical-align: top;
}

table.UserAlert .odd td {
	background-color: Transparent;
}

table.UserAlert .even td {
	background-color: Transparent;
}

table.UserAlert .first {
	text-align: left;
	border-left: 0;
}

table.UserAlert th a img {
	text-decoration: none;
	margin: 0 0 10px 0;
}

table.UserAlert th p {
	margin: 5px 0 5px 0;
}

/* Page Containers */
#Container {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

#ContainerBottom {
	clear: both;
	position: relative;
	width: 100%;
	background: #fff url(../images/bg_container_bottom.gif) 0 0 repeat-x;
}

/* Pages Menu */
#Menu {
	position: relative;
	clear: both;
	float: left;
	width: 980px;
	height: 31px;
	display: inline;
	z-index: 10;
	background: url(../images/bg_navi_sublist.gif) -5000px 0 no-repeat; /* Preloads dropdown bg */
}

#Menu ul { /* Top level list */
	margin: 0;
	padding: 0;
	list-style: none;
	width: 980px;
}

#Menu li { /* Top level list item */
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../images/btn_navi_right.gif) 100% 0 no-repeat;
}

#Menu li.HasSubMenu { /* Top level list item with sub nav */
	background: url(../images/btn_navi_right_arrow.gif) 100% 0 no-repeat;
}

#Menu li a { /* List item link */
	display: block;
	height: 24px;
	color: #fff;
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 13px 0 13px;
	background: url(../images/btn_navi_left.gif) 0 0 no-repeat;
}

#Menu li.HasSubMenu a { /* List item link with sub nav */
	padding: 6px 23px 0 13px;
}

#Menu li.First a {
	background: url(../images/btn_navi_left_first.gif) 0 0 no-repeat;
}

#Menu li ul { /* Sub list */
	float: left;
	position: absolute;
	left: 0;
	top: 30px;
	width: 175px;
	display: none;
	text-align: left;
	background: url(../images/bg_navi_sublist.gif) 0 100% no-repeat;
	padding: 0 0 10px 0;
	z-index: 10;
}

#Menu li ul li { /* Sub list item */
	clear: both;
	color: white;
	text-align: left;
	background-image: none;
}

#Menu li ul li a { /* Sub list item link - Same width as li ul */
	color: #394852;
	padding: 2px 10px 0 10px;
	width: 160px;
	height: auto;
	font-weight: normal;
	font-size: 0.9em;
	background-image: none;
}

#Menu li ul li a:hover {
	text-decoration: underline;
}

#Menu li:hover { /* List item rollover */
	background-position: 100% -100px;
}

#Menu li:hover a, #Menu li.over a{ /* List item link rollover */
	background-position: 0 -100px;
	color: #394852;
}

#Menu li:hover ul, #Menu li.over ul {
	display: block;
}
/* Holly Hack. IE Requirement \*/
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */
* html #Menu li:hover , * html #Menu li.over { /* List item link rollover */
	background-position: 100% -100px;
}

/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
	clear: both;
}

#Wrapper {
	clear: both;
	float: left;
	width: 980px;
	display: inline;
}

/* Header */
#Header {
	width: 980px;
	height: 90px;
}

/* Logo */
#Logo {
	float: left;
	width: 165px;
	height: 60px;
	margin: 20px 0 0 20px;
	display: inline;
}

/* Left & Right Content Area */
.Left {
	float: left;
	width: 190px;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 0;
}

.Right {
	float: right;
	width: 190px;
	padding: 20px 0 20px 0;
}

.Left .BlockContent, .Right .BlockContent {
	padding: 0 20px 0 20px;
}

.SideBox {
	list-style: none;
	background: url(../images/bg_side_box.gif) 0 100% no-repeat;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.SideBoxTop {
	margin: 0 0 10px 0;
	padding: 0;
	height: 5px;
	font-size: 0;
	background: url(../images/bg_side_h2.gif) 0 0 no-repeat;
}

.SideBox form {
	margin: 0;
}

.SideBox input {
	width: 140px;
	margin: 0;
}

.Left ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 -20px;
}

.Left li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.Left li a {
	display: block;
	width: 150px;
	color: #1e292b;
	font-size: 1em;
	text-decoration: none;
	background: url(../images/bg_btn_side_navi.gif) 0 100% no-repeat;
	padding: 2px 0 5px 0;
	margin: 0 0 0 20px;
}

.Left li a:hover {
	color: #000000;
	background-position: -150px 100%;
	text-decoration: underline;
}

.Left li.Selected {
	background: url(../images/bg_side_navi_on.gif) 10px 9px no-repeat;
}

.Left li.Selected a {
	background-position: -150px 100%;
}

.Left li.GroupTitle {
	width: 160px;
	font-weight: bold;
	background: #E1E1E1;
	padding: 5px 0 5px 10px;
	margin: 5px 0 5px 0;
}

.Left li.GroupTitle a {
	width: auto;
	margin: 0;
	padding: 0;
	background: transparent;
}

/* Primary Content Area */
.Content {
	float: left;
	width: 980px;
	min-height: 500px;
	padding: 20px 0 20px 0;
}

.Content.Wide {
	width: 980px;
	margin: 0;
	padding: 0 0 20px 0;
}

.Content .Block {
	clear: both;
	margin-bottom: 10px;
}

/* Page Footer */
#Footer {
	width: 980px;
	margin: 0 auto;
	padding: 15px 0 20px 0;
}

#Footer p{
	/*width: 820px;*/
	font-size: 0.85em;
	color: #fe4819;
	line-height: 1.8em;
	margin-left: 20px;
}

#Footer .Small {
	font-size: 0.7em;
	color: #757575;
}

#Footer a, #Footer a:link, #Footer a:active, #Footer a:visited {
	text-decoration: none;
	color: #1E292B;
	margin: 0;
}

#Footer a:hover {
	color: #fe4819;
}

/* Page Breadcrumbs */
.Breadcrumb {
	width: 770px;
	background: url(../images/bg_breadcrumb.gif) 0 100% no-repeat;
	font-size: 0.75em;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
}

.Breadcrumb ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.Breadcrumb li {
	display: inline;
	list-style: none;
	padding: 0 0 0 5px;
	margin: 0;
}

.Breadcrumb li a {
	color: #196297;
	padding: 0 10px 0 0;
	background: url(../images/breadcrumb_divider.gif) 100% 2px no-repeat;
}

.Breadcrumb li a:hover {
	color: #fe4819;
}

/* Toggle Feature Tabs */
.tabContainer {
	width: 770px;
	background: url(../images/bg_tabContainer_wide_top.gif) 100% 0 no-repeat;
	margin: 0 0 20px 0;
}

.tabContainer.Narrow {
	width: 480px;
	background: url(../images/bg_tabContainer_narrow_top.gif) 100% 0 no-repeat;
}

.tabContainer.Side {
	width: 190px;
	background: url(../images/bg_tabContainer_side_top.gif) 100% 0 no-repeat;
}

/* Icon Links */
.HighlightedLink a { /* Arrow Icon */
	background: url(../images/../images/HighlightedLink.gif) 0 3px no-repeat;
	font-weight: bold;
	color: #196297;
	font-size: 0.9em;
	text-decoration: none;
	padding: 0 0 3px 8px;
}

.HighlightedLink a:hover{
	color: #fe4819;
}

/* Miscellaneous Definitions */
.FloatRight {
	float: right;
}

.FloatLeft {
	float: left;
}

.ClearRight {
	clear: right;
}

.ClearLeft {
	clear: left;
}

.Clear {
	clear: both;
}

.Small {
	font-size: 0.75em;
}

.ImgFloatLeft {
	float: left;
	padding: 0 20px 10px 0;
}

.ImgFloatRight {
	float: right;
	padding: 0 0 10px 20px;
}

img.ScreenGrab {
	border: 1px solid #dbdcdc;
	margin-bottom: 5px;
}

/* Tab nav */
.tabnav {
	clear: both;
	float: left;
	width: 770px;
	margin: 0 0 10px 0;
	background: url(../images/../images/bg_tabnav.gif) 100% 0 no-repeat;
}

.tabnav ul {
	margin: 0 0 0 10px;
	padding: 0;
	width: 760px;
	list-style: none;
}

.tabnav li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	list-style: none;
	background: url(../images/../images/btn_panel_off_left.gif) 0 0 no-repeat;
}

.tabnav li.active {
	background: url(../images/../images/btn_tabnav_on_left.gif) 0 0 no-repeat;
}

.tabnav a:link, .tabnav a:visited {
	display: block;
	float: left;
	color: #757575;
	text-decoration: none;
	padding: 4px 20px 6px 15px;
	margin: 0 0 0 5px;
	background: url(../images/../images/btn_panel_off_right.gif) 100% 0 no-repeat;
	display: inline;
}

.tabnav li.active a:link, .tabnav li.active a:visited {
	display: block;
	float: left;
	color: #1E292B;
	text-decoration: none;
	padding: 4px 20px 6px 15px;
	margin: 0 0 0 5px;
	background: url(../images/../images/btn_tabnav_on_right.gif) 100% 0 no-repeat;
	display: inline;
}

.tabnav a:hover {
	color: #fe4819;
}

.Alert
{
	color: Red;	
}

.ButtonMainContentSection {
	background: #fff;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
}

.ContentSeparatorHeader
{
	/*background-color: #F5F5F5;*/
	color: #000000;
	margin: 5px 0 10px 0;
	font-weight: normal;
	border-bottom: #394852 1px dotted;
}

.ContentSeparatorHeaderTitle
{
	font-size: 1.2em;
	font-weight: bold;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.6;
	opacity:.80;
	filter: alpha(opacity=60);
}

.white_content_organization {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 500px;
	height: 380px;
	padding: 4px;
	border: 2px solid #000000;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.white_content_user {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 500px;
	height: 380px;
	padding: 4px;
	border: 2px solid #000000;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.AvailableDay
{
	background-color: #00CC00;
}

.PartiallyAvailableDay
{
	background-color: #FFFF00;
}

.NotAvailableDay
{
	background-color: #FF4444;
}