/**
 * General settings
 **/

body
{
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}

body, td, h1, h2, h3, h4, a, input
{
	font-family: Verdana, Arial, Courier New, Courier, Helvetica;
	font-size: 10pt;
}

div.container
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/**
 * Top Layout
 **/

div.top
{
	float: left;
	width: 100%;
	height: 30px;
	background: url('images/search_left_background.gif');
	background-repeat: repeat-x;
}

div.top div.search
{
	float: right;
	width: 430px;
	height: 30px;
	background: url('images/search_right_background.gif');
	overflow: hidden;
}

div.top div.search h4
{
	float: left;
	height: 30px;
	margin: 0px;
	margin-right: 4px;
	padding: 0px;
	padding-top: 8px;
	padding-left: 10px;
	background: url('images/search_separator.gif');
	background-repeat: no-repeat;
	font-size: 8pt;
	font-weight: bold;
	color: #6d6d6d;
}

div.top div.search form
{
	display: inline;
	margin: 0px;
	padding: 0px;
	margin-left: 6px;
}

div.top div.search div.form
{
	float: left;
}

div.top div.search form input
{
	margin-top: 1px;
	font-size: 8pt;
}

div.top div.search form input.textfield
{
	width: 220px;
}

div.top div.search form select
{
	position: relative;
	font-size: 8pt;
}

div.top div.search form input.button
{
	position: relative;
	top: 3px;
	left: 4px;
	border: 0px;
}

div.header
{
	float: left;
	clear: both;
	width: 100%;
}

div.header div.logo
{
	float: left;
	clear: left;
	position: relative;
	top: -13px;
}

div.header div.logo img.logo
{
	margin-left: 5px;
	border: 0px;
}

div.header div.menu
{
	float: right;
	clear: right;
	margin-top: 15px;
	padding-right: 5px;
	font-size: 8pt;
	color: #6d6d6d;
	text-align: right;
}

div.header div.user
{
	margin-top: 10px;
}

div.header div.menu a, div.header div.menu a:link, div.header div.menu a:visited
{
	font-size: 8pt;
	color: #6d6d6d;
	text-decoration: underline;
}

div.header div.menu a:hover
{
	color: #000000;
}

div.header div.menu a.home
{
	background: url('images/home.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
	padding-top: 1px;
}

div.header div.menu span.separator
{
	color: #cacaca;
}

div.header div.menu span.user
{
	font-weight: bold;
}

div.header div.menu a.login
{
	background: url('images/login.jpg') top right no-repeat;
	padding-right: 16px;
	margin-right: 5px;
	font-weight: bold;
}

div.header div.menu a.register
{
	font-weight: bold;
}

div.header div.menu p.clocks
{
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
}

/**
 * Tabs Layout
 **/

div.tabs
{
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	top: -15px;
	border-bottom: 1px solid #9a9a9a;
}

div.tabs ul
{
	float: right;
	position: relative;
	top: 1px;
	list-style: none;
	padding: 0;
	margin: 0;
}

div.tabs ul li
{
	float: left;
	display: block;
	margin: 0;
	padding: 4px;
	margin-right: 6px;
	border: 1px solid #f76663;
	border-bottom: 0px;
	background: url('images/tab_background.gif') #efefef;
}

div.tabs ul li a
{
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

div.tabs ul li:hover
{
	background: url('images/table_header_background.gif') #ffffff;
}

div.tabs ul li a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

div.tabs ul li:hover a, div.tabs ul li:hover a:hover
{
	color: #000000;
	text-decoration: none;
}

div.tabs ul li.selected
{
	border: 1px solid #9a9a9a;
	border-bottom: 1px solid #ffffff;
	background: #ffffff;
}

div.tabs ul li.selected a
{
	color: #d9241b;
}

div.tabs ul li.empty
{
	border: 1px solid #9a9a9a;
	background: #c0c0c0;
}

div.tabs ul li.empty a:hover, div.tabs ul li.empty:hover a
{
	color: #ffffff;
}

/**
 * Content Layout
 **/

div.middle
{
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}

div.middle div.content
{
	float: left;
	clear: both;
	width: 98%;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	text-align: left;
}

div.middle div.content h1
{
	font-size: 14pt;
	font-weight: normal;
}

div.middle div.content div.flash
{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000000;
    background: #f5f5f5;
    border: 1px solid #d6d6d6;
}

div.middle div.content div.flash-normal
{
	font-weight: normal;
}

div.middle div.content div.flash div.padding
{
	padding: 5px;
}

div.middle div.content div.notice
{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #d6d6d6;
	color: #d9241b;
}

div.middle div.content div.notice div.padding
{
	padding: 5px;
}

div.middle div.content .bold
{
	font-weight: bold;
}

div.middle div.content img.flag
{
	border: 0px;
	position: relative;
	top: 3px;
}

div.middle div.content p.owner img.flag
{
	top: 4px;
}

div.middle div.content a, div.middle div.content a:link, div.middle div.content a:visited
{
	color: #d9241b;
	text-decoration: underline;
}

div.middle div.content a:hover
{
	color: #ff0000;
}

div.middle div.content br.break
{
	clear: both;
}

div.middle div.content span.normal-weight
{
	font-weight: normal;
}

div.middle div.content span.small
{
	font-size: 8pt;
}

div.middle div.content a.tooltip, div.middle div.content a.tooltip:link, div.middle div.content a.tooltip:visited
{
	position: relative;
	top: -3px;
	padding-right: 14px;
	font-size: 8pt;
	text-decoration: underline;
	background: url('images/help.gif') 100% 0% no-repeat;
	cursor: help;
}

div.middle div.content a.inline-tooltip, div.middle div.content a.inline-tooltip:link, div.middle div.content a.inline-tooltip:visited,
div.middle div.content a.inline-normal-tooltip, div.middle div.content a.inline-normal-tooltip:link, div.middle div.content a.inline-normal-tooltip:visited,
div.middle div.content a.inline-small-normal-tooltip, div.middle div.content a.inline-small-normal-tooltip:link, div.middle div.content a.inline-small-normal-tooltip:visited,
div.middle div.content a.link-tooltip, div.middle div.content a.link-tooltip:link, div.middle div.content a.link-tooltip:visited,
div.middle div.content a.link-normal-tooltip, div.middle div.content a.link-normal-tooltip:link, div.middle div.content a.link-normal-tooltip:visited
{
	top: 0px;
	padding-right: 0px;
	font-size: 10pt;
	font-weight: bold;
	background: none;
}

div.middle div.content a.link-tooltip, div.middle div.content a.link-tooltip:link, div.middle div.content a.link-tooltip:visited
{
	cursor: pointer;
}

div.middle div.content a.link-normal-tooltip, div.middle div.content a.link-normal-tooltip:link, div.middle div.content a.link-normal-tooltip:visited
{
	cursor: pointer;
	font-weight: normal;
}

div.middle div.content a.inline-normal-tooltip, div.middle div.content a.inline-normal-tooltip:link, div.middle div.content a.inline-normal-tooltip:visited
{
	font-weight: normal;
}

div.middle div.content a.inline-small-normal-tooltip, div.middle div.content a.inline-small-normal-tooltip:link, div.middle div.content a.inline-small-normal-tooltip:visited
{
	font-weight: normal;
	font-size: 8pt;
}

div.middle div.content div.pagination
{
	margin-top: 10px;
}

div.middle div.content div.pagination span.details
{
	margin-right: 10px;
	color: #454545;
}

div.middle div.content div.pagination img
{
	border: 0px;
}

div.middle div.content div.form
{
	float: left;
	clear: both;
}

div.middle div.content div.form form
{
	margin: 0px;
	padding: 0px;
}

div.middle div.content div.form-inline
{
	display: inline;
	clear: none;
	margin-right: 10px;
}

div.middle div.content div.form-inline form
{
	float: left;
	width: 80px;
	display: inline;
	margin-right: 10px;
}

div.middle div.content div.form div.section
{
	float: left;
	clear: both;
	width: 500px;
	margin-top: 13px;
	margin-bottom: 20px;
	font-size: 13pt;
}

div.middle div.content fieldset legend
{
	padding-left: 5px;
	padding-right: 5px;
	color: #787878;
}

div.middle div.content div.form div.fieldset
{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 7px;
}

div.middle div.content div.form div.fieldset div.label
{
	float: left;
	clear: left;
	padding-top: 3px;
}

div.middle div.content div.form div.fieldset div.field
{
	float: left;
	clear: right;
}

div.middle div.content div.form div.fieldset div.field input
{
	font-size: 10pt;
}

div.middle div.content div.form div.fieldset div.field input.checkbox
{
	position: relative;
	top: 1px;
	left: -4px;
}

div.middle div.content div.form div.fieldset div.field span.help
{
	color: #707070;
}

div.middle div.content div.form div.buttons
{
	float: left;
	clear: both;
	width: 100%;
	text-align: right;
}

div.middle div.content div.form label.mandatory
{
	font-weight: bold;
}

div.middle div.content span.error, div.middle div.content p.error
{
	color: #ff0000;
}

div.middle div.content div.form label span.error
{
	font-weight: bold;
}

div.middle div.content input.button, div.middle div.content a.button, div.middle div.content a.button:link, div.middle div.content a.button:visited
{
	border: 0px;
	padding: 2px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #a10100;
	background: url("images/button_background.gif") #ff4800;
}

div.middle div.content input.button
{
	margin: 0px;
	padding-left: 3px;
	padding-right: 3px;
}

div.middle div.content a.button, div.middle div.content a.button:link, div.middle div.content a.button:visited
{
	float: left;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 10px;
	text-decoration: none;
}

div.middle div.content input.button:hover, div.middle div.content a.button:hover
{
	background: url('images/table_header_background.gif') #ffffff;
	color: #000000;
	cursor: pointer;
}

div.middle div.content p.tip, div.middle div.content p.tip a, div.middle div.content p.tip a:link, div.middle div.content p.tip a:visited
{
	color: #808080;
}

div.middle div.content p.tip a, div.middle div.content p.tip a:link, div.middle div.content p.tip a:visited
{
	font-weight: bold;
}

div.middle div.content p.tip a:hover
{
	color: #000000;
}

div.middle div.content div.sample
{
	clear: both;
	margin-top: 10px;
	color: #484848;
}

div.middle div.content div.sample ul
{
	margin: 0px;
	margin-top: 4px;
	margin-left: 4px;
	padding: 0px;
	list-style: none;
}

div.middle div.content div.sample ul li
{
	background: url('images/box_options_option_arrow.gif') left;
	background-repeat: no-repeat;
	padding-left: 8px;
	margin-bottom: 3px;
}

div.middle div.content div.sample ul li, div.middle div.content div.sample ul li a, div.middle div.content div.sample ul li a:visited
{
	color: #484848;
	font-size: 8pt;
}

div.middle div.content div.sample ul li a:hover
{
	color: #d9241b;
}

/**
 * Main search bar in content area
 */

div.middle div.content div.search
{
	float: left;
	width: 99.5%;
	clear: both;
	margin-bottom: 5px;
	padding: 0px;
	border: 1px solid #9c9c9c;
	background: #e7e7e7;
}

div.middle div.content div.search div.form
{
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
}

div.middle div.content div.search div.form div.fieldset
{
	margin-bottom: 15px;
}

div.middle div.content div.search div.form div.fieldset div.label
{
	width: 100px;
}

div.middle div.content div.search div.form div.buttons
{
	padding-left: 100px;
	text-align: left;
}

div.middle div.content div.search p.help
{
	margin: 0px;
	margin-top: 7px;
	padding: 0px;
	font-size: 8pt;
	color: #707070;
}

/**
 * My SYPAD
 */

div.users_index
{
	padding-top: 10px;
}

div.users_index h2
{
	padding: 6px;
	background: url('images/section_title_background.jpg') #404040;
}

div.middle div.content div.users_index h2, div.middle div.content div.users_index h2 a, div.middle div.content div.users_index h2 a:link, div.middle div.content div.users_index h2 a:visited
{
	color: #212121;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}

div.middle div.content div.users_index h2 a:hover
{
	text-decoration: underline;
}

div.users_index a.option, div.users_index a.option:link, div.users_index a.option:visited
{
	background: url('images/my/option.gif') top left no-repeat;
	padding-left: 10px;
}

div.my_menu_container
{
	float: left;
	width: 100%;
	clear: both;
	position: relative;
	margin-bottom: 10px;
}

div.users_index div.users_index_menu,
div.my_menu
{
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}

div.users_index div.users_index_menu div.users_index_menu_option,
div.my_menu div.users_index_menu_option
{
	float: left;
	text-align: center;
	margin-right: 20px;
}

div.users_index div.users_index_menu div.users_index_menu_option a, div.users_index div.users_index_menu div.users_index_menu_option a:link, div.users_index div.users_index_menu div.users_index_menu_option a:visited,
div.my_menu div.users_index_menu_option a, div.my_menu div.users_index_menu_option a:link, div.my_menu div.users_index_menu_option a:visited
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

div.users_index div.users_index_menu div.users_index_menu_option a:hover,
div.my_menu div.users_index_menu_option a:hover
{
	text-decoration: underline;
}

div.users_index div.users_index_menu div.users_index_menu_option a img,
div.my_menu div.users_index_menu_option a img
{
	border: 0px;
	margin-bottom: 5px;
}

div.users_index table.users_index
{
	width: 100%;
	border: 0px;
}

div.users_index table.users_index tr td.users_index_content,
div.users_index table.users_index tr td.users_index_side
{
	margin: 0px;
	padding: 0px;
}

div.users_index table.users_index td.users_index_side
{
	width: 300px;
}

div.users_index table.users_index td.users_index_side div.padding
{
	padding: 0px;
	padding-left: 10px;
}

div.users_index div.users_index_submenu
{
	clear: both;
	width: 100%;
	height: 35px;
	background: url('images/my/submenu_box_bg.gif') repeat-x;
}

div.users_index div.users_index_clear
{
	clear: both;
	width: 100%;
	height: 1px;
}

div.users_index div.users_index_submenu div.users_index_submenu_content
{
	width: 100%;
	height: 35px;
	background: url('images/my/submenu_box_right.gif') top right no-repeat;
}

div.users_index div.users_index_submenu div.users_index_submenu_content div.users_index_submenu_content_padding
{
	height: 35px;
	padding: 7px;
	background: url('images/my/submenu_box_left.gif') top left no-repeat;
}

div.users_index div.users_index_submenu span.label
{
	color: #808080;
}

div.users_index div.users_index_submenu a.option, div.users_index div.users_index_submenu a.option:link, div.users_index div.users_index_submenu a.option:visited
{
	margin-left: 5px;
	margin-right: 5px;
	color: #000000;
	text-decoration: underline;
}

div.users_index div.users_index_submenu a.option:hover
{
	color: #d9241b;
	text-decoration: underline;
}

div.users_index div.users_index_submenu a.selected, div.users_index div.users_index_submenu a.selected:link, div.users_index div.users_index_submenu a.selected:visited, div.users_index div.users_index_submenu a.selected:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

div.users_index div.box_options
{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}

div.users_index div.box_options div.box_options_title
{
	float: left;
	clear: both;
	width: 100%;
}

div.users_index div.box_options div.box_options_title div.title
{
	float: left;
	clear: left;
	width: 269px;
	height: 21px;
	border: 1px solid #617d0d;
	background: url('images/box_options_title_background.gif') #f8f8f8;
}

div.users_index div.box_options div.box_options_title div.title, div.users_index div.box_options div.box_options_title div.title a, div.users_index div.box_options div.box_options_title div.title a:link, div.users_index div.box_options div.box_options_title div.title a:visited
{
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
}

div.users_index div.box_options div.box_options_title div.title a, div.users_index div.box_options div.box_options_title div.title a:link, div.users_index div.box_options div.box_options_title div.title a:visited
{
	text-decoration: none;
}

div.users_index div.box_options div.box_options_title div.title a:hover
{
	color: #ffffff;
}

div.users_index div.box_options div.box_options_title div.title div.padding
{
	padding: 4px;
	padding-left: 6px;
}

div.users_index div.box_options div.box_options_title div.arrow
{
	float: left;
	clear: right;
}

div.users_index div.box_options div.box_options_title div.arrow img.arrow
{
	border: 0px;
}

div.users_index div.box_options div.box_options_content
{
	float: left;
	clear: both;
	width: 269px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.users_index div.box_options div.box_options_content ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-left: 4px;
}

div.users_index div.box_options div.box_options_content ul li
{
	background: url('images/box_options_option_arrow.gif') left;
	background-repeat: no-repeat;
	margin-bottom: 3px;
	padding: 5px;
}

div.users_index div.box_options div.box_options_content ul li.option
{
	margin-bottom: 2px;
	padding: 0px;
	padding-left: 8px;
}

div.users_index div.box_options div.box_options_content ul li, div.users_index div.box_options div.box_options_content ul li a, div.users_index div.box_options div.box_options_content ul li a:link, div.users_index div.box_options div.box_options_content ul li a:visited
{
	color: #000000;
	font-size: 8pt;
}

div.users_index div.box_options div.box_options_content ul li a:hover
{
	color: #d9241b;
}

div.users_index div.box_options div.box_options_content ul li.option a
{
	display: block;
	padding: 3px;
}

div.users_index div.box_options div.box_options_content ul li a.current
{
	border: 1px solid #eae9e4;
	background: url('images/yes.gif') 97% 56% no-repeat #f8f8f8;
	font-weight: bold;
}

div.users_index div.box_options div.box_options_content ul li span.highlight
{
	color: #cf0103;
	font-weight: bold;
}

div.users_index div.box_options div.box_options_content ul li span.important
{
	font-weight: bold;
}

div.users_index div.box_options div.box_options_content ul.sample li,
div.users_index div.box_options div.box_options_content ul.sample li a,
div.users_index div.box_options div.box_options_content ul.sample li span.highlight
{
	color: #808080;
}

/**
 * Titles
 */

div.middle div.content div.main_title
{
	height: 37px;
	margin-bottom: 10px;
	background: url('images/title_left.gif') top left no-repeat #ccc6c6;
}

div.middle div.content div.main_title div.main_title_content
{
	height: 37px;
	background: url('images/title_right.gif') top right no-repeat;
	padding-top: 6px;
	padding-left: 72px;
}

div.middle div.content div.main_title div.main_title_content h1
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

div.middle div.content div.wizard_title
{
	height: 37px;
	margin-bottom: 10px;
	background: url('images/wizard_title_left.gif') top left no-repeat #ccc6c6;
}

div.users_index_content div.wizard_title
{
	margin-top: 10px;
}

div.middle div.content div.wizard_title div.wizard_title_content
{
	height: 37px;
	background: url('images/title_right.gif') top right no-repeat;
	padding-top: 5px;
	padding-left: 32px;
}

div.middle div.content div.wizard_title div.wizard_title_content span.wizard_step
{
	font-size: 16pt;
	color: #ff7800;
	margin-right: 20px;
}

div.middle div.content div.wizard_title div.wizard_title_content h1
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

/**
 * Bottom Layout
 **/

div.bottom
{
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}

div.bottom div.footerWrapper
{
	float: left;
	clear: both;
	width: 98%;
	margin-left: 5px;
	padding: 0px;
	border: 0px;
	text-align: left;
}

div.bottom div.footerWrapper div.footer
{
    margin: 0px;
    padding: 0px;
    background: #f1f1ec;
    border: 1px solid #bdbdbd;
}

div.bottom div.footerWrapper div.footer div.roundedCornerSpacer
{
    clear: both;
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 1px;
    line-height: 1px;
}

div.bottom div.footerWrapper img.borderTL, div.bottom div.footerWrapper img.borderTR, div.bottom div.footerWrapper img.borderBL, div.bottom div.footerWrapper img.borderBR
{
    width: 5px;
    height: 5px;
    padding: 0px;
    border: 0px;
    z-index: 99;
}

div.bottom div.footerWrapper img.borderTL, div.bottom div.footerWrapper img.borderBL
{
	float: left;
	clear: both;
}

div.bottom div.footerWrapper img.borderTR, div.bottom div.footerWrapper img.borderBR
{
	float: right;
	clear: right;
}

div.bottom div.footerWrapper img.borderTL
{
	margin: -1px 0px 0px -1px;
}

div.bottom div.footerWrapper img.borderTR
{
	margin: -1px -1px 0px 0px;
}

div.bottom div.footerWrapper img.borderBL
{
	margin: -5px 0px 0px 0px;
}

div.bottom div.footerWrapper img.borderBR
{
	margin: -5px 0px 0px 0px;
}

/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
div.bottom div.footerWrapper img.borderTL
{
    margin-left: -4px;
    ma\rgin-left: -1px;
}

html>body div.bottom div.footerWrapper img.borderTL
{
    margin-left: -1px;
}

div.bottom div.footerWrapper img.borderTR
{
    margin-right: -4px;
    ma\rgin-right: -1px;
}

html>body div.bottom div.footerWrapper img.borderTR
{
    margin-right: -1px;
}

div.bottom div.footerWrapper img.borderBL
{
    margin-left: -3px;
    ma\rgin-left: 0px;
}

html>body div.bottom div.footerWrapper img.borderBL
{
    margin-left: 0px;
}

div.bottom div.footerWrapper img.borderBR
{
    margin-right: -3px;
    ma\rgin-right: 0px;
}

html>body div.bottom div.footerWrapper img.borderBR
{
    margin-right: 0px;
}

div.bottom div.footerWrapper div.footer div.options
{
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

div.bottom div.footerWrapper div.footer div.options div.option
{
	float: left;
	font-size: 8pt;
	color: #5b5b5b;
}

div.bottom div.footerWrapper div.footer div.options div.option span.title
{
	position: relative;
	top: -2px;
	margin-left: 3px;
	font-weight: bold;
}

div.bottom div.footerWrapper div.footer div.options div.option ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	padding-left: 18px;
}

div.bottom div.footerWrapper div.footer div.options div.option ul li a
{
	font-size: 8pt;
	color: #5b5b5b;
	text-decoration: none;
}

div.bottom div.footerWrapper div.footer div.options div.option ul li a:hover
{
	color: #000000;
	text-decoration: underline;
}

div.bottom div.footerWrapper div.footer div.options div.separator
{
	float: left;
	width: 1px;
	height: 53px;
	margin-top: 3px;
	margin-left: 15px;
	margin-right: 15px;
	background: url('images/separator_footer.gif');
	background-repeat: no-repeat;
}

div.bottom div.footerWrapper div.footer div.banners
{
	float: right;
	margin-right: 5px;
}

div.bottom div.footerWrapper div.footer div.banners img
{
	border: 0px;
}

div.bottom div.footerWrapper div.footer div.banners img.bbb
{
	position: relative;
	top: -4px;
}

div.bottom div.footerWrapper div.footer div.banners img.verisign
{
	margin-top: 9px;
	margin-left: 10px;
}

div.valid
{
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 12pt;
}

div.valid .bold
{
	font-weight: bold;
}

div.valid, div.valid a, div.valid a:link, div.valid a:visited
{
	font-size: 8pt;
	color: #6d6d6d;
}

div.valid a, div.valid a:link, div.valid a:visited
{
	text-decoration: underline;
}

div.valid a:hover
{
	color: #000000;
}

/**
 * Table Style Listings
 **/

table.listing
{
	color: #000000;
	border-collapse: collapse;
	text-align: left;
}

table.listing thead
{
	background: url('images/table_header_background.gif') #efefef;
	color: #000000;
}

table.listing thead th
{
	padding: 5px;
	border: 1px solid #9196a2;
	font-weight: bold;
	white-space: nowrap;
}

table.listing thead th a, table.listing thead th a:link, table.listing thead th a:visited
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

table.listing thead th a:hover
{
	text-decoration: underline;
}

table.listing thead tr td
{
	background: #ffffff;
	border-left: 1px solid #9196a2;
	border-bottom: 1px solid #9196a2;
	border-top: 0px;
	border-right: 0px;
}

table.listing tr td
{
	padding: 5px;
	border: 1px solid #9196a2;
}

table.listing tr td img.icon
{
	border: 0px;
}

table.listing tr td.nospace
{
	padding: 0px;
}

table.listing tr.even td
{
	background: #ffffff;
	color: #000000;
}

table.listing tr.odd td
{
	background: #efefef;
	color: #000000;
}

table.listing tr td.deleted
{
	color: #686868;
	text-decoration: line-through;
}

table.listing tr.even th, table.listing tr.odd th
{
	padding: 5px;
	border: 1px solid #9196a2;
}

table.listing tr.even th
{
	font-weight: bold;
}

table.listing tr.odd th
{
	font-weight: bold;
}

table.listing tr td table.split
{
	border: 0px;
	border-collapse: collapse;
	text-align: left;
}

table.listing tr td table.split tr td
{
	border: 0px;
}

table.listing tr td table.split tr td.notlast
{
	border-bottom: 1px solid #9196a2;
}

/**
 * Popup Menu Styles
 **/

a.submenu
{
	background: url('images/down.gif') 100% 56% no-repeat;
	white-space: nowrap;
	margin: 0 0 0 0px;
	padding: 2px 12px 2px 0px;
}

#submenu_overlay
{
	background-color: whitesmoke;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
}

div.submenu
{
	position: absolute;
	max-width: 600px;
	background: #ffffff;
	border: 2px solid;
	border-color: #efefef #99a #99a #efefef;
	padding: 5px;
	padding-bottom: 0px;
	text-align: left;
}

div.submenu ul
{
	margin:.5em 1em .6em 0;
	padding:0
}

div.submenu ul li
{
	line-height: 8pt;
	list-style-type: none;
	margin:0 0 .8em .4em;
}

div.submenu ul li.alone
{
	line-height: 1.5;
	list-style-type:none;
	margin:0 0 .8em .4em;
}

div.submenu a, div.submenu a:link, div.submenu a:visited
{
	text-decoration: underline;
	color: #dd1f10;
	white-space: nowrap;
}

div.submenu a.current
{
	background: url('images/yes.gif') 100% 56% no-repeat;
	padding: 0px 16px 0px 0px;
}

div.submenu a:hover
{
	color: #ff0000;
}

/**
 * Loading spinner
 **/

div.spinner
{
	color: #484848;
}

div.spinner p.spinner
{
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 3px;
	padding-bottom: 0px;
}

div.spinner img.spinner_icon
{
	position: relative;
	top: 3px;
	margin-right: 5px;
	border: 0px;
}

/**
 * Personal style for lightbox
 **/

div#lightbox div#lightbox_title_wrapper
{
	padding: 5px;
	border-bottom: 1px solid #bdbdbd;
	background: #ece6b2;
	color: #000000;
	font-weight: bold;
}

div#lightbox div#lightbox_close
{
	float: right;
}

div#lightbox div#lightbox_close img.close
{
	margin-top: -1px;
	border: 0px;
}

div#lightbox div#lightbox_content
{
	padding: 5px;
	padding-top: 0px;
}

.ui-window {
  position: absolute;
}

.ui-window .move_handle { 
  cursor:move !important;
}

/*.ui-window .e {
  position: relative;
}*/

.ui-window .resize_handle {
  line-height: 1px;
  font-size:1px;
  width: 8px;
  height: 8px;
  z-index: 90;
  position: absolute;
}

.ui-window .se_sizer { 
  cursor: se-resize;
  z-index: 100;
  bottom:0;
  right:0;
}          
    
.ui-window .sw_sizer { 
  cursor: sw-resize;
  z-index: 100;
  bottom:0;
  left:0;  
}

.ui-window .nw_sizer { 
  cursor: nw-resize;
  z-index: 100;
  top:0;
  left:0;  
}

.ui-window .ne_sizer { 
  cursor: ne-resize;
  z-index: 100;
  top:0;
  right:0;  
}
            
.ui-window .n_sizer { 
  cursor: n-resize;
  width:100%;
  top:0;
  left:0;  
}
 
.ui-window .s_sizer { 
  cursor: s-resize;
  width: 100%;
  bottom:0;
  left:0;
}

.ui-window .e_sizer { 
  cursor: e-resize;
  height:100%;
  top:0;
  right:0;  
}

.ui-window .w_sizer { 
  cursor: w-resize;
  height:100%;
  top:0;
  left:0;  
}

.ui-window .content {
  overflow: auto;
  position: relative;
}

html>body .ui-window .content {
  /* fixes an unbelievable rendering bug in Safari 2 */
  border-top: 1px solid transparent;
}


.leopard .nw {
	background:transparent url(window/themes/window/leopard/top_unactive.gif) no-repeat scroll 0px 0px;
	height:22px;
	padding-left:10px;
}      

.leopard_focused .nw {
	background:transparent url(window/themes/window/leopard/top.gif) no-repeat scroll 0px 0px !important;
}       

.leopard .ne {
	background:transparent url(window/themes/window/leopard/top_unactive.gif) no-repeat scroll right -44px;
	height:22px;
	padding-right:10px;
}

.leopard_focused .ne {
	background:transparent url(window/themes/window/leopard/top.gif) no-repeat scroll right -44px !important;
}

.leopard .n {
	background:transparent url(window/themes/window/leopard/top_unactive.gif) repeat-x scroll right -22px;
	color:#17385B;
	font:normal 14px/26px Arial, sans-serif;
	height:22px;
	margin:0;
	padding:0;
	text-align:center;
	overflow: hidden;
	padding-left:60px;
	line-height: 20px; 
	color: #000;
}

.leopard_focused .n {
	background:transparent url(window/themes/window/leopard/top.gif) repeat-x scroll right -22px !important;
}

.leopard .content {
	background:#FFF;
	color:#000;
	font:normal 12px/1em Verdana, Arial, sans-serif;
	overflow:auto;
}

.leopard .w {
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
}

.leopard .e {
	border-left:1px solid #EEE;
	border-right:1px solid #EEE;
}

.leopard .sw {
	background:transparent url(window/themes/window/leopard/bottom_unactive.gif) no-repeat scroll 0 0px;
	font-size:2px;
	height:22px;
	padding-left:25px;
}

.leopard_focused .sw {
	background:transparent url(window/themes/window/leopard/bottom.gif) no-repeat scroll 0 0px !important;
}

.leopard .se {
	background:transparent url(window/themes/window/leopard/bottom_unactive.gif) no-repeat scroll right -44px;
	font-size:2px;
	height:22px;
	padding-right:25px;
}

.leopard_focused .se {
	background:transparent url(window/themes/window/leopard/bottom.gif) no-repeat scroll right -44px !important;
}

.leopard .se_resize_handle {
	background:transparent url(window/themes/window/leopard/bottom_unactive.gif) no-repeat scroll right -66px;
	font-size:2px;
	height:22px;
	padding-right:25px;
}
      
.leopard_focused .se_resize_handle {
	background:transparent url(window/themes/window/leopard/bottom.gif) no-repeat scroll right -66px !important;
}

.leopard .s {
	background:transparent url(window/themes/window/leopard/bottom_unactive.gif) repeat-x scroll 0 -22px;
	font-size:12px;
	line-height: 22px;
	height:22px;
	overflow:hidden;
} 

.leopard .se_sizer { 
  width:22px;
  height:22px;
}          

.leopard_focused .s {
	background:transparent url(window/themes/window/leopard/bottom.gif) repeat-x scroll 0 -22px !important;
}

.leopard .buttons {
  position: absolute;
  top:1px;
  left:7px;
  height: 20px;   
}

.leopard .buttons a.close {
  float:left;
	background:transparent url(window/themes/window/leopard/button_unactive.gif) no-repeat 0 0;
	height:15px;
	width:14px;
	margin: 2px 7px 0 0px;  
	padding-top:0px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/ 
	overflow:hidden;
}
  
.leopard_focused .buttons a.close {
	background:transparent url(window/themes/window/leopard/buttons.gif) no-repeat 0 0 !important;    
}

.leopard .buttons.over a.close {
	background:transparent url(window/themes/window/leopard/buttons_over.gif) no-repeat 0 0px !important; 
}

.leopard .buttons a.maximize {
  float:left;
	background:transparent url(window/themes/window/leopard/button_unactive.gif) no-repeat 0 0;
	height:15px;
	width:14px;
	margin: 2px 7px 0 0;
	padding-top:2px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/ 
	overflow:hidden;
}
  
.leopard_focused .buttons a.maximize {
	background:transparent url(window/themes/window/leopard/buttons.gif) no-repeat 0 -30px !important;
}

.leopard .buttons.over a.maximize {
	background:transparent url(window/themes/window/leopard/buttons_over.gif) no-repeat 0 -30px !important;  
}

.leopard .buttons a.minimize {
  float:left;
	background:transparent url(window/themes/window/leopard/button_unactive.gif) no-repeat 0 0;
	height:15px;
	width:14px;
	margin: 2px 7px 0 0;
	padding-top:1px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/ 
	overflow:hidden;
}  

.leopard_focused .buttons a.minimize {
	background:transparent url(window/themes/window/leopard/buttons.gif) no-repeat 0 -15px !important;
}

.leopard .buttons.over a.minimize {
	background:transparent url(window/themes/window/leopard/buttons_over.gif) no-repeat 0 -15px !important;
}

.leopard .buttons a.minimize.disabled, .leopard .buttons.over a.minimize_disabled  {
	background:transparent url(window/themes/window/leopard/button_unactive.gif) no-repeat 0 0  !important; 
}

.leopard_overlay {
	position:absolute;
	top:0;            
	left:0;
	width:100%;
	background-color:#DDD;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
}




.shadow_container.drop_shadow .shadow_center_wrapper {
  float:left;
  width:100%;
}
.shadow_container.drop_shadow .shadow_right {
  float:left;
	width:19px;
  margin-left:-19px
}  

.shadow_container.drop_shadow .shadow_left {
  float:left;
  margin-left:-100%;
 	width:19px;
}

.shadow_container.drop_shadow .se_shadow {
  background:url(window/themes/shadow/drop_shadow/se.png);
  height:19px;   
}

.shadow_container.drop_shadow .s_shadow {
  background:url(window/themes/shadow/drop_shadow/s.png);
  height:19px;
  margin: 0 19px;
}

.shadow_container.drop_shadow .sw_shadow {
  background:url(window/themes/shadow/drop_shadow/sw.png);
  height:19px;
}

.shadow_container.drop_shadow .ne_shadow {
  background:url(window/themes/shadow/drop_shadow/ne.png);
  height:19px;
}

.shadow_container.drop_shadow .n_shadow {
  background:url(window/themes/shadow/drop_shadow/n.png);
  height:19px; 
  margin: 0 19px;
}

.shadow_container.drop_shadow .nw_shadow {
  background:url(window/themes/shadow/drop_shadow/nw.png);
  height:19px;
}

.shadow_container.drop_shadow .e_shadow {
  background:url(window/themes/shadow/drop_shadow/e.png) repeat-y;
  height:100%;
}

.shadow_container.drop_shadow .w_shadow {
  background:url(window/themes/shadow/drop_shadow/w.png) repeat-y;
  height:100%;
}

.shadow_container.drop_shadow .c_shadow {
  height:100%;               
  /* Padding is used to set shift values for unfocused window */
  padding: 20px 12px 12px 16px;
  /* Maring is used to set shift values for focused window */
  margin: 20px 7px 6px 16px; 
}
        
html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}





/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.prototip { position: absolute; }
.prototip .effectWrapper { position: relative; }
.prototip .tooltip { position: relative; }
.prototip .toolbar {
	position: relative;
	display: block;
	}
.prototip .toolbar .title {
	display: block;
	position: relative;
	}
.prototip .content { clear: both; }
.prototip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url('images/prototip/close.gif');
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	}
.prototip .toolbar a.close:hover { background: transparent url('images/prototip/close_hover.gif'); }

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}

/* Tooltip styles */
.prototip .default { width: 150px; color: #fff; }
.prototip .default .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }
.prototip .default .title { padding: 5px; }
.prototip .default .content { background: dodgerblue; font: 11px Arial, Helvetica, sans-serif; padding: 5px;}

.prototip .pinktip { border: 5px solid #a1a1a1; }
.prototip .pinktip .toolbar { background: #ff1e53; color: #fff; font: italic 17px Georgia, serif; }
.prototip .pinktip .title { padding: 5px; }
.prototip .pinktip .content { background: #fff; color: #555555; font: 11px Arial, Helvetica, sans-serif; padding: 5px; }

.prototip .darktip { width: 250px; border: 5px solid #a1a1a1; }
.prototip .darktip .toolbar { background: #606060; color: #fff; font: italic 17px Georgia, serif; }
.prototip .darktip .toolbar a.close { background: url('images/prototip/close_hover.gif'); }
.prototip .darktip .toolbar a.close:hover { background: url('images/prototip/close.gif'); }
.prototip .darktip .title { padding: 5px;}
.prototip .darktip .content { background: #808080; color: #fff; font: 11px Arial, Helvetica, sans-serif; padding: 5px; }

.prototip .silver { width: 300px; border: 5px solid #cccccc; color: #fff; font: 11px Arial, Helvetica, sans-serif;}
.prototip .silver .toolbar { background: #2e2e2e; color: #fff; font-weight: bold; }
.prototip .silver .toolbar a.close:hover { background: url('images/prototip/close_hover_red.gif'); }
.prototip .silver .title { padding: 5px; }
.prototip .silver .content { background: #fff; color: #666666; padding: 5px;}

.protoClassic { width: 300px; border: 5px solid #8c939c; }
.protoClassic .toolbar { background: #96b8e2 url('images/prototip/classic_toolbar.gif') top left repeat-y; font-weight: bold; color: #fff; }
.protoClassic .toolbar a.close:hover { background: url('images/prototip/close_hover_red.gif'); }
.protoClassic .title { padding: 5px; }
.protoClassic .content { background: #fff; color: #333333; font: 11px Arial, Helvetica, sans-serif; padding: 5px; }

.prototip .sypadtip { width: 250px; border: 5px solid #666; }
.prototip .sypadtip .toolbar { background: #606060; color: #fff; font: italic 17px Georgia, serif; }
.prototip .sypadtip .toolbar a.close { background: url('images/prototip/close_hover.gif'); }
.prototip .sypadtip .toolbar a.close:hover { background: url('images/prototip/close.gif'); }
.prototip .sypadtip .title { padding: 5px;}
.prototip .sypadtip .content {
	padding: 5px; 
	background: #333;
	color: #ffffff;
	font: 11px/12px Verdana, Arial, Sans-serif;
}