body
{
	background-color:cccccc;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding-left:10%;
	padding-right:10%;
	background-image:url('images/background3.jpg');
	background-repeat:repeat-x;
}

#logo
{
	width:100%;
	background-color:#cccccc;
	height:10%;
	background-image:url('images/background5.jpg');
	background-repeat:no-repeat;
	color:Aqua;
	font-family:Georgia;
	font-style:italic;
	font-weight:bold;
	font-size:1.5em;
	padding:0px;
	margin:0px;
	border-bottom-style:ridge;
	border-bottom-width:1px;
	border-bottom-color:#cccccc;

}
#menu
{
	width:80%;
	background-color:#cccccc;
	height:5%;
	border-style:ridge;
	border-width:1px;
	border-color:#cccccc;
	border-left:none;
	border-right:none;
	border-bottom-style:groove;
	padding-left:20%;
	margin:0px;
}
#parent
{
	background-color:cccccc;
	height:78%;
}
#navigator
{
	background-color:cccccc;
	height:100%;
	width:15%;
	border-style:groove;
	border-right:none;
	border-bottom:none;
	border-color:cccccc;
	border-width:1px;
	border-top:none;
	padding-top:10px;
	margin-right:0px;
	padding-right:0px;
	clear:left;
	float:left;
}
#content
{
	background-color:cccccc;
	height:100%;
	width:82%;
	border-style:groove;
	border-color:cccccc;
	border-bottom:none;
	border-width:1px;
	border-top:none;
	padding-left:20px;
	padding-top:10px;
	float:right;
	overflow:auto;
}
#copyright
{
	height:5%;
	border-width:1px;
	border-style:groove;
	border-right:none;
	border-left:none;
	padding-left:30%;
	clear:left;
}
div.topmenu
{
	width:130px;
	height:80%;
	font-family:verdana;
	color:000050;
	border-style:ridge;
	border-bottom-style:solid;
	border-top:none;
	border-width:1px;
	float:left;
	text-transform:capitalize;
	margin:0px;
	padding:0px;
	padding-top:4px;
	padding-left:4px;
	text-align:center;

}
div.topmenu_hover
{
	width:130px;
	height:80%;
	font-family:verdana;
	color:000050;
	background-color:pink;
	border-style:ridge;
	border-style:ridge;
	border-bottom-style:solid;
	border-top:none;
	border-width:1px;
	float:left;
	text-transform:capitalize;
	margin:0px;
	padding:0px;
	padding-top:4px;
	padding-left:4px;
	text-align:center;
}
div.topmenu_active
{
	/*background-color:000050;*/
	width:130px;
	height:30px;
	font-family:verdana;
	color:000050;
	border-style:none;
	float:left;
	text-transform:capitalize;
}
div.topmenu_hover_active
{
	background-color:pink;
	width:130px;
	height:30px;
	font-family:verdana;
	color:000050;
	border-style:none;
	float:left;
	text-transform:capitalize;
}

ul.navigator
{
	border-style:solid;
	border-color:black;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-color:inherit;
	border-width:1px;
	list-style:none;
	padding-left:0px;
	margin-left:5px;
	width:auto;
	/*width:80%;*/
}
li.navigator_menu
{
	position:relative;
	border-style:solid;
	border-width:1px;
	border-color:inherit;
	border-left:none;
	border-right:none;
	border-top:none;
	border-color:black;
	font-family:verdana;
	color:000050;
}
li.navigator_menu_hover
{
	position:relative;
	border-style:solid;
	border-width:1px;
	border-color:inherit;
	border-left:none;
	border-right:none;
	border-top:none;
	border-color:black;
	font-family:verdana;
	background-color:yellow;
	color:000050;
}
li.submenu
{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:black;
	font-size:0.9em;
	background-color:white;
	/*position:relative;*/
	top:-25;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	float:left;
	width:100%;
	white-space:nowrap;	
}
li.submenu_hover
{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:black;
	font-size:0.9em;
	background-color:white;
	/*position:relative;*/
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	float:left;
	width:100%;
	background-color:yellow;
	white-space:nowrap;
}


ul.submenu_invisible
{
	display:none;
}

ul.submenu_visible
{
	border-style:solid;
	border-width:1px;
	border-color:black;
	border-bottom:none;
	position:absolute;
	top:0px;
	left:100%;
	list-style:none;
	min-width:100%;
	margin:0px;
	padding:0px;
	
} 
div.submenu
{
position:relative;
top:-25px;
}
a.navigator:link
{
	color:000050;
	text-decoration:none;
	display:block;
	width:100%;
	margin:0px;
	padding-top:4px;
	padding-bottom:4px;
}

a.navigator:visited
{
	color:000050;
	text-decoration:none;
	display:block;
	width:100%;
	margin:0px;
	padding-top:4px;
	padding-bottom:4px;
}
a.navigator:hover
{
	color:red;
	text-decoration:none;
	display:block;
	width:100%;
	height:auto;
	margin:0px;
	padding-top:4px;
	padding-bottom:4px;
}
a.navigator:active 
{
	display:block;
	color:red;
	text-decoration:none;
	margin:0px;
	padding-top:4px;
	padding-bottom:4px;
	width:100%;
}
a:link
{
	color:000050;
	text-decoration:none;
}
a:visited
{
	color:000050;
	text-decoration:none;
}

a:active
{
	color:red;
	text-decoration:none;
}
a:hover
{
	color:red;
	text-decoration:none;
}
a.topmenu:link
{
	display:block;
	width:100%;
	color:000050;
	text-decoration:none;
}
a.topmenu:visited
{
	display:block;
	width:100%;
	color:000050;
	text-decoration:none;
}
a.topmenu:hover
{
	display:block;
	width:100%;
	color:red;
	text-decoration:none;
}
a.topmenu:active
{
	display:block;
	width:100%;
	color:red;
	text-decoration:none;
}
span.downloads
{
	font-family:verdana;
	font-style:normal;
	font-weight:400;
	font-size:0.9em;
	color:000050;
}
span.home
{
	
	font-family:verdana;
	font-style:normal;
	font-weight:400;
	font-size:0.9em;
	color:000050;
}

a.email:link
{
	color:red;
	text-decoration:none;
}
a.email:visited
{
	color:red;
	text-decoration:none;
}

table.input_form
{
	border-collapse:collapse;
	border-style:solid;
	border-color:33ccff;
	border-spacing:0px;
	border-width:1px;
	/*border-top:none;*/
}
td.input_form
{
	border-style:solid;
	border-color:33ccff;
	border-width:1px;
	border-bottom:none;
	border-left:none;
	border-right:none;
	font-family:verdana;
	color:0000ff;
	text-transform:capitalize;
}
td.input_form_uneditable
{
	border-style:solid;
	border-color:33ccff;
	border-width:1px;
	border-bottom:none;
	border-left:none;
	border-right:none;
	font-family:verdana;
	font-size:0.9em;
	color:000000;
	text-transform:capitalize;
}


td.input_form_values
{
	border-style:solid;
	border-color:33ccff;
	border-width:1px;
	border-bottom:none;
	border-left:none;
	border-right:none;
	font-family:verdana;
	color:black;
	font-size:0.9em;
	text-transform:capitalize;
}
td.input_form_submit
{
	border-style:solid;
	border-color:33ccff;
	border-width:1px;
	border-bottom:none;
	border-left:none;
	border-right:none;
	font-family:verdana;
	color:0000ff;
	text-align:center;
	text-transform:capitalize;
}
td.input_form_error
{
	border-style:solid;
	border-color:33ccff;
	border-width:1px;
	border-bottom:none;
	border-left:none;
	border-right:none;
	font-family:verdana;
	color:red;
}
table.edit_user_groups
{
	border-collapse:collapse;
	border-style:solid;
	border-color:33ccff;
	border-spacing:0px;
	border-width:1px;
	width:50%;
}
td.edit_user_groups
{
	border-style:solid;
	border-color:33ccff;
	border-width:1px;
	font-family:verdana;
	color:0000ff;
	text-transform:capitalize;
	width:40%;
	padding-left:20px;
}
td.edit_user_groups_header
{
	border-style:solid;
	border-color:33ccff;
	border-width:1px;
	font-family:verdana;
	font-size:0.8em;
	color:000000;
	text-transform:capitalize;
	font-weight:bold;
	width:40%;
	padding-left:20px;
}

td.edit_user_groups_buttons
{
	border-style:solid;
	border-color:33ccff;
	border-width:1px;
	font-family:verdana;
	color:0000ff;
	text-transform:capitalize;
	width:40%;
	padding-left:40px;
}
td.edit_user_groups_control_buttons
{
	border-style:solid;
	border-color:33ccff;
	border-width:1px;
	width:40%;
	padding-left:15%;
}
input.user_groups_button
{
	border-style:ridge;
	border-color:33ccff;
	border-width:1px;
	color:red;
	font-family:verdana;
	font-size:0.8em;
	font-weight:bold;
	text-transform:capitalize;
	width:40px;
	margin-left:0px;
}
input.user_groups_control_buttons
{
	border-style:ridge;
	border-color:33ccff;
	border-width:1px;
	/*color:33ccff;*/
	font-family:verdana;
	font-size:0.9em;
	text-transform:capitalize;
	width:80px;
	margin-left:0px;
}
select.multiple
{
	font-family:verdana;
	font-size:0.8em;
	background-color:#cccccc;
	width:80%;
}
option.multiple
{
	/*border-bottom-style:solid;
	border-bottom-color:33ccff;
	border-bottom-width:1px;*/
}
td.radio_buttons
{
	border-style:solid;
	border-color:33ccff;
	border-width:1px;
	border-left:none;
	border-right:none;
	font-family:verdana;
	color:0000ff;
	text-transform:capitalize;
	vertical-align:top;
}
table.status_message
{
	border-style:solid;
	border-color:33ccff;
	border-spacing:0px;
	border-width:1px;
	border-top:none;
}
td.status_message_success
{
	border-style:solid;
	border-color:0000ff;
	border-width:1px;
	border-bottom:none;
	border-left:none;
	border-right:none;
	font-family:verdana;
	color:cc0099;
}
td.status_message_error
{
	border-style:solid;
	border-color:red;
	border-width:1px;
	border-bottom:none;
	border-left:none;
	border-right:none;
	font-family:verdana;
	color:cc0099;
}

table.editable_list
{
	border-collapse:collapse;
	border-style:solid;
	border-color:33ccff;
	border-spacing:0px;
	border-width:1px;
	border-top:none;
	font-size:0.9em;
}
td.editable_list_odd
{
	border-style:solid;
	border-color:33ccff;
	border-width:1px;
	border-bottom:none;
	border-left:none;
	font-family:verdana;
	font-size:0.9em;
	background-color:white;
	padding-right:10px;
	color:990033;
}
td.editable_list_even
{
	border-style:solid;
	border-color:33ccff;
	border-width:1px;
	border-bottom:none;
	border-left:none;
	font-family:verdana;
	font-family:verdana;
	font-size:0.8em;
	padding-right:10px;
	color:990033;
}
td.editable_list_header
{
	border-style:solid;
	border-color:33ccff;
	border-width:1px;
	border-bottom:none;
	border-left:none;
	font-family:verdana;
	font-family:verdana;
	font-weight:bold;
	font-size:0.8em;
	padding-right:10px;
}
table.report
{
	border-collapse:collapse;
	border-style:solid;
	border-color:33ccff;
	border-spacing:0px;
	border-width:1px;
	border-top:none;
	font-size:0.9em;
}
td.report_row_odd
{
	border-style:solid;
	border-color:33ccff;
	border-width:1px;
	border-bottom:none;
	border-left:none;
	font-family:verdana;
	font-size:0.9em;
	background-color:white;
	padding-right:10px;
	color:990033;
	vertical-align:top;
}
td.report_row_even
{
	border-style:solid;
	border-color:33ccff;
	border-width:1px;
	border-bottom:none;
	border-left:none;
	font-family:verdana;
	font-family:verdana;
	font-size:0.8em;
	padding-right:10px;
	color:990033;
	vertical-align:top;
}
td.report_header
{
	border-style:solid;
	border-color:33ccff;
	border-width:1px;
	border-bottom:none;
	border-left:none;
	font-family:verdana;
	font-family:verdana;
	font-weight:bold;
	font-size:0.8em;
	padding-right:10px;
	vertical-align:top;
}
table.group_rights
{
	border-collapse:collapse;
	border-style:solid;
	border-color:33ccff;
	border-spacing:0px;
	border-width:1px;
	width:100%;
	height:100%;
}
tr.group_rights_odd
{
	font-family:verdana;
	font-size:0.9em;
	/*background-color:white;*/
	color:990033;
}
td.group_rights_odd
{
	border-style:solid;
	border-color:33ccff;
	border-width:1px;
	border-bottom:none;
	border-left:none;
	padding-right:10px;
	width:9%;
}
td.group_rights_odd1
{
	border-style:solid;
	border-color:33ccff;
	border-width:1px;
	border-bottom:none;
	border-left:none;
	padding-right:10px;
	width:64%;
}

tr.group_rights_even
{
	font-family:verdana;
	font-size:0.8em;
	background-color:white;
	color:990033;
}
td.group_rights_even
{
	border-style:solid;
	border-color:33ccff;
	border-width:1px;
	border-bottom:none;
	border-left:none;
	padding-right:10px;
	width:9%;
}
td.group_rights_even1
{
	border-style:solid;
	border-color:33ccff;
	border-width:1px;
	border-bottom:none;
	border-left:none;
	padding-right:10px;
	width:64%;
	padding-bottom:0px;
}

tr.group_rights_headers
{
	font-family:verdana;
	font-weight:bold;
	text-align:center;
}
td.group_rights_header
{
	/*top header*/
	border-style:solid;
	border-color:33ccff;
	border-width:1px;
	border-bottom:none;
	border-left:none;
	text-align:center;
	font-size:1em;
	color:Blue;
}
td.group_rights_header1
{
	border-style:solid;
	border-color:33ccff;
	border-width:1px;
	border-bottom:none;
	border-left:none;
	text-align:center;
	font-size:0.8em;
	width:9%;
}
td.group_rights_header2
{
	border-style:solid;
	border-color:33ccff;
	border-width:1px;
	border-bottom:none;
	border-left:none;
	text-align:center;
	font-size:0.8em;
	width:64%;
}

div.group_rights_header
{
	height:10%;
	width:68%;
}
div.group_rights
{
	height:350px;
	width:70%;
	overflow:scroll;
}
div.group_rights_control_buttons
{
	height:5%;
	width:68%;
}

td.group_rights_control_buttons
{
	border-style:solid;
	border-color:33ccff;
	border-width:1px;
	border-bottom:none;
	border-left:none;
	font-weight:bold;
	text-align:center;
}


td.manage_sessions_control_buttons
{
	border-style:solid;
	border-color:33ccff;
	border-width:1px;
	border-bottom:none;
	border-left:none;
	font-weight:bold;
	text-align:center;
}

input.buttons
{
	border-style:ridge;
	border-color:33ccff;
	border-width:1px;
	font-family:verdana;
	font-size:0.8em;
	text-transform:capitalize;
	/*width:80px;*/
}