﻿body
{
    background-image: url('../img/body_background.png');
    background-repeat: repeat;
		font-family: Tahoma;
		font-size: 12px;
		color: Black;
    margin: 0px;
    height: auto;
}

a
{
    color: #639FFF;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.main_content
{
    background-position: center 0px;
    margin: 0px auto 0px auto;
    width: 694px;
    background-image: url('../img/main_content_background.png');
    background-repeat: repeat-y;
    top: 0px;
    z-index: 0;
}

.main_content_footer
{
		position: relative;
    background-position: center;
    margin: 0px auto 0px auto;
    width: 694px;
    height: 58px;
    background-image: url('../img/main_content_footer.png');
    background-repeat: no-repeat;
}

.page_header
{
    background-image: url('../img/page_header_background.png');
    background-position: center top;
    position: relative;
    width: 686px;
    height: 65px;
    z-index: 2;
    background-repeat: repeat-x;
    margin: 0px auto;
}

.page_logo
{
    background-image: url('../img/iconnectlogo.png');
    background-position: left bottom;
    width: 500px;
    height: 65px;
    background-repeat: no-repeat;
    float: left;
    position: relative;
}

.org_logo
{
    background-image: url('../img/goodwilllogo.png');
    background-position:  center center;
    float: right;
    width: 100px;
    height: 58px;
    margin-right: 20px;
    margin-top: 5px;
    background-repeat: no-repeat;
    position: relative;

}

.menu_bar
{
    background-image: url('../img/menubar_background.png');
    width: 685px;
    height: 49px;
    margin-left: 4px;
    background-repeat: repeat-x;
}

.menu_bar a
{
    color: #000000;
    text-decoration: none;

}

.menu_bar a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.menu_tab_holder
{
}

.menu_tab_selected
{
		position:relative;
    background-image: url('../img/currtab.png');
    width: 80px;
    height: 30px;
    background-repeat: no-repeat;
    margin-right: 2px;
    top: 19px;
    padding-top: 7px;
    text-align: center;
    font-family:Trebuchet MS;
    font-size: 12px;
    float: left;
}

.menu_tab_unselected
{
		position:relative;
    background-image: url('../img/tab.png');
    width: 67px;
    height: 30px;
    background-repeat: no-repeat;
    margin-right: 2px;
    top: 20px;
    padding-top: 7px;
    text-align: center;
    font-family:Trebuchet MS;
    font-size: 12px;
    float: left;
}

.modules_container
{
	width: 90%;
	position: relative;
	margin: 0px auto;
	height: 210px;
}

.module_header
{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.module
{
	background-image: url('../img/module_border.png');
	background-repeat: no-repeat;
  font-family: Tahoma;
  font-size: 12px;
  color: Black;
  float:left;
  width: 46%;
  height: 200px;
  padding-left: 10px;
  padding-top: 10px;
}

.module_logo
{
	position: relative;
	float:right;
	top:-30px;
	left:-20px;
	z-index: 5;
}

.module_text
{
}

.module:table
{
	margin: 0px;
	z-index:10;
}

.module_control
{
	left: 5px;
	width: 80%;
}

.login
{
    position: relative;
    margin: 0px auto 0px auto;
    font-family: Tahoma;
    font-size: 12px;
    color: Black;
}

.login h1
{
    position: relative;
    margin: 0 auto 0 auto;
    font-family: Tahoma;
    font-size: 36px;
    color: Black;
    font-weight: bold;
    text-align: center;
}

.login h3
{
    position: relative;
    margin: 0 auto 0 auto;
    font-family: Tahoma;
    font-size: 24px;
    color: Black;
    font-weight: bold;
    text-align: center;
}

.login_box
{
    position: relative;
    margin: 50px auto 50px auto;
    font-family: Tahoma;
    font-size: 12px;
    color: Black;
    float: none;
}

.login_status
{
    position: relative;
    text-align: right;
    margin: 10px 20px 0px 0px;
    font-size: 10px;
    font-family: Tahoma;
}

.login_edit_box
{
	width: 130px;
	background-color: white;
}

.login_edit_box:focus
{
	background-color: #E6F3FF;
}

.grid
{
	width: 80%;
	margin: 0px auto;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-align: left;
	border: solid 1px;
	position: relative;
}

.grid a
{
	font-weight: normal;
}

.grid_header
{
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-align: left;
	background-color: Black;
}

.grid_odd
{
	background-color: white;
	vertical-align: middle;
}

.grid_even
{
	background-color: #E2E2E2;
	vertical-align: middle;
}

.grid_delete_link
{
	background-repeat:  no-repeat;
	width: 20px;
}

.grid_groups_link
{
	width: 20px;
	background-repeat:  no-repeat;
}

.grid_user_link
{
	width: 20px;
	vertical-align: middle;
}
.grid_footer
{
	width: 80%;
	top: 10px;
	margin: 0px auto;
	clear: both;
	font-family: Tahoma;
	height: 40px
}

.grid_header a
{
	color: White;
}

.page_title
{
	font-family: Tahoma;
	font-size: 36px;
	font-weight: bold;
	margin: 20px;
}

a.pageButton_ok
{
	background: url('../img/button_ok.png') left center no-repeat;
	font: 10pt "tahoma";
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	width: 182px;
	bottom: 0px;
	position: relative;
}

a.pageButton_ok:hover
{
	text-decoration: underline;
}

a.dialogButton_ok
{
	background: url('../img/button_ok_dialog.png') left center no-repeat;
	font: 10pt "tahoma";
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	width: 100px;
	float: right;
	bottom: 0px;
	position: relative;
}

a.dialogButton_ok:hover
{
	text-decoration: underline;
}

a.dialogButton_cancel
{
	background: url('../img/button_cancel_dialog.png') left center no-repeat;
	font: 10pt "tahoma";
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	width: 100px;
	float: right;
	bottom: 0px;
	position: relative;
	margin: 0px 0px 0px 5px;
}

a.dialogButton_cancel:hover
{
	text-decoration: underline;
}

a.dialogButton_util
{
	background: url('../img/button_utility_dialog.png') left center no-repeat;
	font: 10pt "tahoma";
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	width: 100px;
	float: right;
	bottom: 0px;
	position: relative;
}

a.dialogButton_util:hover
{
	text-decoration: underline;
}

.settings_title
{
		margin-left: 25px;
    position: relative;
    font-family: Tahoma;
    font-size: 24px;
    color: Black;
    font-weight: bold;
}

.modal_background
{
	background-color: Gray;
	filter: Alpha(opacity=70);
	opacity: 0.7;
}

.list_box
{
	border: 1px solid #70A4D8;
	background-color: #E6F3FF;
	font-family: Tahoma;
	font-size: 10px;
	color: black;
	line-height: 10px;
	margin: 0px 0px 0px 0px;
	height: 150px;
}

.edit_box
{
	border: 1px solid #70A4D8;
	background-color: white;
	font-family: Tahoma;
	font-size: 12px;
	color: black;
	height: 17px;
	width: 120px;
}

.edit_box:focus
{
	background-color: #E6F3FF;
}

.combo_box
{
	background-color: #E6F3FF;
	font-family: Tahoma;
	font-size: 12px;	
	border: 1px solid #70A4D8;
	color: Black;
}

.field_header
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	background-color: white;
	color: Black;
}

.dialog_body
{
	background-color: White;
	border: solid 1px;
  margin: 0px auto 0px auto;
  width: 450px;
  top: 0px;
  position: relative;
  font-family: Tahoma;
  font-size: 12px;
}

.dialog_main_content
{
  width: 450px;
  position: relative;
  background-color: White;
}

.dialog_main_content_control
{
	margin: 0px auto;
	background-color: White;
}

.dialog_main_content_footer
{
		background-color: White;
		position: relative;		
    margin: 0px auto 0px auto;
    height: 45px;
    vertical-align: top;
}

.dialog_page_header
{
	background-image: url('../img/page_header_background.png');
	background-position: center top;
	background-repeat: repeat-x;
	position: relative;
	width: 450px;
	height: 65px;
	z-index: 2;
	margin: 0px auto;
}

.dialog_page_logo
{
		margin: 5px 5px 5px 10px;
    width: 48px;
    height: 48px;
    float: left;
    position: relative;
}

.dialog_page_header_text
{
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	top: 15px;
}

.dialog_page_header_text_black
{
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	position: relative;
	top: 15px;
}

table
{
	margin: 0px auto;
}

.popup_body
{
	background-color: White;
	margin: 0px auto;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	width: 300px;
	height: 175px;
	vertical-align: middle;
	border: solid 1px;
}

.popup_page_header
{
    background-image: url('../img/page_header_background.png');
    background-position: center top;
    position: relative;
    width: 300px;
    height: 65px;
    z-index: 2;
    background-repeat: repeat-x;
    margin: 0px auto;

}

.popup_page_header_text
{
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

.popup_text_box
{
	margin: 0px auto;
	height: auto;
	vertical-align: middle;
	text-align: center;
}

.popup_text
{
}

.popup_footer
{
	margin: 0px auto;
	width: 200px;
	height: 40px;
}

TR.updated TD
{
 	background-color:yellow;
}

.progress
{
		background-image: url('../img/progress_border.png');
		background-repeat: no-repeat;
    font-family: Tahoma;
    font-size: 12px;
    color: Black;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    width: 200px;
    height: 20px;
    background-color: #ffffff;
    z-index:100;
    margin: 0px auto;
    padding-top: 5px;
    display: block;
}

.html_editor
{
    font-family: Tahoma;
    font-size: 12px;
    color: Black;
}

.html_editor a
{
    color: #639FFF;
    text-decoration: none;
}

.html_editor a:hover
{
    text-decoration: underline;
}

.homepage_text
{
	width:90%;
  font-family: Tahoma;
  font-size: 12px;
  color: Black;
  margin: 0px auto;
}

.title_editor
{
	border: 1px solid #70A4D8;
	background-color: white;
	font-family: Tahoma;
	width: 100%;
	height: 46px;
	font-size: 36px;
}

.title_editor:focus
{
	background-color: #E6F3FF;
}

.error_text
{
	color: Red;
}