/*
========================================
common tags
========================================
*/

body
{
    margin-top:0px;
    padding:0px;
    background: #FFF url(/images/user/layout/background.png) repeat-x top left;
}

form
{
    margin:0px; 
    padding:0px; 
}

body,p,ol,ul,table,tr
{
    color:#444;
    font-family:arial,tahoma,helvetica,sans-serif;
    font-size:12px;
    font-weight:normal;
    line-height:20px;
}

.subtle, .subtle a, .subtle a:visited
{
	color:#888;
	font-size:12px;
	font-weight:normal;
    line-height:20px;
}

.subtle_italic, .subtle_italic a, .subtle_italic a:visited
{
	color:#888;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
    line-height:20px;
}

.normal
{
	color:#444;
    font-size:12px;
    font-weight:normal;
    line-height:20px;
}

.explain
{
	xdisplay:none;
	border:1px solid #D5E2C0;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
}

.more
{
	xdisplay:none;
	margin-top:10px;
	margin-bottom:10px;
}

.error
{
	color:#F44;
    font-size:12px;
    font-weight:normal;
    line-height:20px;
}

a, a:visited
{
    color:#444;
    outline:none;
}

a:hover 
{
    color:#000;
    outline:none;
}

h1 
{
    padding:8px 0px 4px 0px;
    font:20px;
    font-weight:bold;
}

h2 
{
    padding:6px 0px 3px 0px;
    font:18px;
    font-weight:bold;
}

h3 
{
    padding:4px 0px 2px 0px;
    font:16px;
    font-weight:bold;
}

h4 
{
    padding:0px 5px 0px 5px;
    font:12px;
    font-weight:bold;
}

h5 
{
    padding:0px 5px 0px 5px;
    font:12px;
    font-weight:bold;
    border-bottom:1px solid #6F7991;
}

/*
========================================
layout_body
========================================
*/

div#layout_body
{
    clear:both;
    width:960px;
    margin:0px auto;
    background-color:white;
    padding-left:10px;
    padding-right:10px;
    border-left:1px solid #EEE;
    border-right:1px solid #EEE;
    border-bottom:1px solid #EEE;
	padding-bottom:30px;
}

/*
========================================
layout_header
========================================
*/

div#layout_header
{
	padding-bottom:0px;
}

div#layout_header_banner
{
	position:relative;
	padding-bottom:0px;
	margin-bottom:0px;
	background-color:#6F7991;
	background-image: url(/images/user/layout/header.png?1225417853);
	background-repeat: no-repeat;
	height:90px;
	clear:both;
}

div#layout_header_top_menu
{
	position:relative;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#6F7991;
	border-top:2px solid #729E2C;
	border-bottom:4px solid #729E2C;
	color:#FFFFFF;
	text-align:right;
}

div#layout_header_top_menu a
{
	color:white;
	text-decoration:none;
	padding-left:4px;
	padding-right:4px;
}

div#layout_header_top_menu a:hover
{
	color:white;
	text-decoration:underline;
}

div#layout_header_bottom_menu
{
	position:relative;
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom:10px;
	background-color:#E3ECD5;
	color:#444;
	text-align:left;
}

div#layout_header_bottom_menu a
{
	color:#314062;
	text-decoration:underline;
	font-weight:normal;
	font-size:12px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:2px;
	border:1px solid #E3ECD5;
}

div#layout_header_bottom_menu a:hover
{
	color:#314062;
	text-decoration:underline;
	background-color:#D5E2C0;
	border:1px solid #C7D8AB;
}

/*
========================================
layout_footer
========================================
*/

div#layout_footer
{
	padding-top:20px;
}

div#layout_footer_banner
{
	position:relative;
	padding-bottom:0px;
	margin-bottom:0px;
	height:4px;
	background-color:#6F7991;
	border-bottom:2px solid #729E2C;
	clear:both;
}

div#layout_footer_menu
{
	position:relative;
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom:10px;
	background-color:#E3ECD5;
	text-align:left;
}

div#layout_footer_menu a
{
	color:#314062;
	text-decoration:underline;
	font-weight:normal;
	font-size:12px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:2px;
	border:1px solid #E3ECD5;
}

div#layout_footer_menu a:hover
{
	color:#314062;
	text-decoration:underline;
	background-color:#D5E2C0;
	border:1px solid #C7D8AB;
}

div#layout_footer_copyright
{
	padding-top:30px;
	text-align:center;
    font-size:11px;
}

/*
========================================
layout_navbar
========================================
*/

div#layout_navbar 
{
    float:left;
    width:180px;
    border-right:2px solid #729E2C;
}

div#layout_navbar_content
{
    padding:4px;
    height:800px;
    height:800px;
	width:770px;
}

/*
========================================
layout_content
========================================
*/

div#layout_content
{
    xborder:1px solid red;
    padding-bottom:0px;
}

/*
========================================
signin
========================================
*/

#signin_content
{
	margin-right:340px;
}

#signin_sidebar
{
	float:right;
	margin-left:20px;
	padding-left:20px;
	padding-bottom:200px;
	margin-bottom:20px;
	border-left:1px solid #BBB;
	width:300px;
}

table.signin td.label
{
	text-align:right;
	font-weight:bold;
	white-space:nowrap;
	width:120px;
	padding-left:10px;
}

table.signin td.value
{
}

table.signin tr.even
{
    background-color:#F1F2F4;
}

table.signin tr.odd
{
    background-color:#F6F7F8;
}

/*
========================================
rounded
========================================
*/

.rounded_div
{
    background-color:#EBECF0;
    margin-top:5px;
    margin-bottom:5px;
}

.rounded_div_content
{
    padding:5px;
}

/*
========================================
message
========================================
*/
div#message_id.rounded
{
    background-color:#D6FFD6;
    margin-top:5px;
    margin-bottom:5px;
}

div#message_id.rounded div.rounded_content
{
    padding:5px;
	margin-left:6px;
	border-left:6px solid #5CFF5C;;
}

div#messages_id.rounded
{
    background-color:#D6FFD6;
    margin-top:5px;
    margin-bottom:5px;
}

div#messages_id.rounded div.rounded_content
{
    padding:5px;
	margin-left:6px;
	border-left:6px solid #5CFF5C;;
}

/*
========================================
notice
========================================
*/

div#notice_id.rounded
{
    background-color:#FFFFE2;
    margin-top:5px;
    margin-bottom:5px;
}

div#notice_id.rounded div.rounded_content
{
    padding:5px;
	margin-left:6px;
	border-left:6px solid #FFFF5C;;
}

div#notices_id.rounded
{
    background-color:#FFFFE2;
    margin-top:5px;
    margin-bottom:5px;
}

div#notices_id.rounded div.rounded_content
{
    padding:5px;
	margin-left:6px;
	border-left:6px solid #FFFF5C;;
}

/*
========================================
warning
========================================
*/

div#warning_id.rounded
{
    background-color:#FFE2E2;
    margin-top:5px;
    margin-bottom:5px;
}

div#warning_id.rounded div.rounded_content
{
    padding:5px;
	margin-left:6px;
	border-left:6px solid #FF5C5C;;
}

div#warnings_id.rounded
{
    background-color:#FFE2E2;
    margin-top:5px;
    margin-bottom:5px;
}

div#warnings_id.rounded div.rounded_content
{
    padding:5px;
	margin-left:6px;
	border-left:6px solid #FF5C5C;;
}

/*
========================================
table.list
========================================
*/

table.list
{
    width:100%;
}

table.list td
{
    padding:5px;
    margin:0px;
}

/* ===== tr.title */

table.list tr.title td
{
    font-size:18px;
    font-weight: bold;
    border-bottom:2px solid #D4D7DE;
}

table.list tr.title td span
{
    float:right;
    display:none;
}

/* ===== tr.subtitle */

table.list tr.subtitle td
{
    font-size:12px;
    font-weight:normal;
    border-bottom:2px solid #D4D7DE;
}

table.list tr.title td span
{
    float:right;
    display:none;
}

/* ===== tr.help */

table.list tr.help td
{
    padding-top:10px;
    padding-bottom:10px;
}

/* ===== tr.menu */

table.list tr.menu td
{
    text-align:right;
    border-bottom:2px solid #D4D7DE;
    padding-top:2px;
    padding-bottom:0px;
}

table.list tr.menu td a
{
    padding-right:4px;
}

/* ===== tr.header */

table.list tr.header td
{
    background-color:#DADCE2;
    font-weight: bold;
}

table.list tr.section td
{
    background-color:#E5E7EB;
    border-left:6px solid #C5C9D3;
    font-size:14px;
    font-weight:bold;
}

table.list tr.even
{
    background-color:#F1F2F4;
}

table.list tr.odd
{
    background-color:#F6F7F8;
}

table.list tr.total td
{
    background-color:#DADCE2;
    font-weight:bold;
}

table.list tr.action td
{
    background-color:#DADCE2;
}

/*
========================================
table.edit
========================================
*/

table.edit
{
    width:100%;
}

table.edit tr td
{
    border:0px;
    padding:5px;
    margin:0px;
}

table.edit tr.title td
{
    font-size:18px;
    font-weight: bold;
    border-bottom:2px solid #D4D7DE;
}

table.edit tr.subtitle td
{
    font-size:12px;
    font-weight:normal;
    border-bottom:2px solid #D4D7DE;
}

table.edit tr.title td span
{
    float:right;
    display:none;
}

table.edit tr.help td
{
    padding-top:10px;
    padding-bottom:10px;
}

table.edit tr.menu td
{
    text-align:right;
    border-bottom:2px solid #D4D7DE;
    padding-top:0px;
    padding-bottom:0px;
}

table.edit tr.header td
{
    background-color:#DADCE2;
    font-weight: bold;
}

/* ========== table.edit tr.section */

table.edit tr.section td
{
    background-color:#E5E7EB;
    font-weight:bold;
	font-size:14px;
}

table.edit tr.section td.label
{
    width:30%;
    text-align:right;
}

table.edit tr.section td.value
{
    width:70%;
}

/* ========== table.edit tr.even */

table.edit tr.even
{
    background-color:#F1F2F4;
}

table.edit tr.even td.label
{
    width:30%;
    text-align:right;
    font-weight:bold;
}

table.edit tr.even td.error
{
    color:red;
    width:30%;
    text-align:right;
    font-weight:normal;
}

table.edit tr.even td.value
{
    width:70%;
}

/* ========== table.edit tr.odd */

table.edit tr.odd 
{
    background-color:#F6F7F8;
}

table.edit tr.odd td.label
{
    width:30%;
    text-align:right;
    font-weight:bold;
}

table.edit tr.odd td.error
{
    color:red;
    width:30%;
    text-align:right;
    font-weight:normal;
}

table.edit tr.odd td.value
{
    width:70%;
}

/* ========== table.edit tr.error */

table.edit tr.error
{
    background-color:#F3F4F6;
}

table.edit tr.error td.label
{
    width:30%;
    text-align:right;
    font-weight:label;
}

table.edit tr.error td.value
{
    width:70%;
    color:red;
}

/* ========== table.edit tr.total */

table.edit tr.total td
{
    background-color:#DADCE2;
    font-weight:bold;
}

/* ========== table.edit tr.action */

table.edit tr.actions
{
}

table.edit tr.actions td.label
{
    width:30%;
}

table.edit tr.actions td.value
{
    width:70%;
}

/*
========================================
cells
========================================
*/

.phrase_cell
{
	white-space:nowrap;
    text-align:left;
}

.phrase_cell a
{
    text-decoration:none;
}

.phrase_cell a:hover
{
    text-decoration:underline;
}

.number_cell
{
	white-space:nowrap;
	text-align:right;
}

.number_cell a
{
    text-decoration:none;
}

.number_cell a:hover
{
    text-decoration:underline;
}

.word_cell
{
    text-align:left;
}

.word_cell a
{
    text-decoration:none;
}

.word_cell a:hover
{
    text-decoration:underline;
}

.name_cell
{
    text-align:left;
}

.name_cell a
{
    text-decoration:none;
}

.name_cell a:hover
{
    text-decoration:underline;
}

.action_cell a
{
    text-decoration:underline;
}

.action_cell a:hover
{
    text-decoration:underline;
}

/*
========================================
list_options
========================================
*/

.list_options
{
	cursor:pointer;
	padding-left:20px;
}

div.list_options_content
{
	position:absolute;
	top:0px;
	left:0px;
	xpadding-left:4px;
	xpadding-right:4px;
	background-color:#F1F5EA;
	border:1px solid #8EB156;
	border-top:4px solid #8EB156;
}


div.list_options_content table tr td
{
	border-bottom:1px solid #D5E2C0;
}

div.list_options_content table tr td a
{
	text-decoration:none;
}

div.list_options_content table tr td.icon
{
	width:18px;
}

div.list_options_content table tr td.separator
{
	border-bottom:1px solid #AAC580;
}
