﻿@charset "utf-8";
/**************************************************
 * WEB SIDE CSS - WEB CONTENT - Added by AOST
 **************************************************/
.web_content {
}
.web_content #title {
	font-size: 12px;
	color: #2E5C77;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 3px;
	width: 670px;
	word-wrap: break-word;
}
.web_content #content {
	width: 670px;
	border: solid 1px #CCC;
	padding-left: 5px;
	padding: 10px;
	padding-bottom: 10px;
}
/**************************************************
 * WEB SIDE CSS - WEB REGISTRATION - Added by AOST
 **************************************************/
.web_registration {
}
/**************************************************
 * ADMIN SIDE CSS - ADMIN CONTENT MANAGEMENT - Added by AOST
 **************************************************/
.admin_content {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CAD5DB;
	border-left-color: #CAD5DB;
}
.admin_content tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CAD5DB;
	border-bottom-color: #CAD5DB;
	padding: 5px;
	font-weight: bold;
	background: #F5F5F5;
}
.admin_content tr td a {
	color: #1F73A5;
	text-decoration: none;
}
.admin_content tr td a:hover {
	text-decoration: underline;
}
.admin_content tr + tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CAD5DB;
	border-bottom-color: #CAD5DB;
	padding: 5px;
	font-weight: normal;
	background: #FFF;
}
.admin_content_table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CAD5DB;
	border-left-color: #CAD5DB;
}
.admin_content_table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CAD5DB;
	border-bottom-color: #CAD5DB;
	padding: 5px;
}
.admin_content_table td a {
	color: #1F73A5;
	text-decoration: none;
}
.admin_content_table td a:hover {
	text-decoration: underline;
}
.admin_content_table #dark_bg {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CAD5DB;
	border-bottom-color: #CAD5DB;
	padding: 5px;
	background-color: #F5F5F5;
}
.admin_content_table #dark_bg #link {
	font-weight: bold;
	color: #1F73A5;
	text-decoration: none;
}
.admin_content_table #dark_bg #link:hover {
	text-decoration: underline;
}
.admin_content_article_title {
	width: 500px;
}
.admin_content_article {
	width: 630px;
}
.div_images {
	border: 1px solid #CAD5DB;
	padding: 10px;
	max-height: 300px;
	overflow: auto;
}
.div_images img {
	max-width: 150px;
	max-height: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/**************************************************
 * GRDE 2009-12-23
 **************************************************/
.txt_11 {
	font-size: 11px;
}
.txt_12, .content_title, .content_label, .table_content, .link_12, .table_content_grey, .indentmenu {
	line-height:18px;
}
.txt_12 {
	font-size:12px;
	color:#181818;
}
.content_title {
	font-size:12px;
	color:#080808;
	text-align:left;
	padding:5px 10px 5px 0px;
}
.content_label {
	font-size:12px;
	color:#080808;
	text-align:left;
}
.table_content {
	background:#ffffff;
	font-size:12px;
	color:#181818;
	padding:3px 5px 3px 5px;
}
.table_content_grey {
	background:#F5F5F5;
	font-size:12px;
	padding:3px 5px 3px 5px;
}

.table_content_11 {
	background:#ffffff;
	font-size:11px;
	color:#181818;
	padding:3px 5px 3px 5px;
}
.row_over {
	color: #1F73A5;
	background-color: #EFFCFF;
}
td.bg_tabarea_space {
	background: url(../image/tab_bdr_b.gif) repeat-x bottom;
}
.picklist li:hover {
	background: #EAFCFF;
	cursor: pointer;
}
/**************************************************
 * TABBING_GENERIC - GRDE 2009-12-23
 **************************************************/
.indentmenu {
	line-height:14px;
	width:100%; /*leave this value as is in most cases*/
}
.indentmenu ul {
	margin:0;
	padding:0;
	float:left;
}
.indentmenu ul li {
	display:inline;
}
.indentmenu ul li a {
	float:left;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	font-size:11px;
	width:100px;
	height:35px;
	background:url(../image/indentbg.jpg) no-repeat;
}
.indentmenu ul li a:hover {
	text-decoration:underline;
	color:#ffffff;
}
.indentmenu ul li a:visited {
	background:url(../image/indentbg.jpg) no-repeat;
}
.indentmenu ul li a.selected {
	background:url(../image/indentbg2.jpg) no-repeat;
	color:#EE7375;
	font-size:11px;
	text-decoration:none;
	cursor:default;
}
.indentmenu ul li a.selected:hover {
	text-decoration:none;
	color:#EE7375;
}
.tabcontent {
	display:none;
}
.tabtitle {
	background:url(../image/bg_tab_title.jpg) repeat-x top left;
	height:35px;
}
@media print {
.tabcontent {
	display:block !important;
}
}
.div_heading {
	border-bottom:1px solid #bbbbbb;
	background:#f0f0f0;
	color:#555555;
	width:100%;
	font-size:12px;
	font-weight:bold;
	padding:5px 0px 5px 0px;
	margin:0px 0px 10px 0px;
}


#jsddm
{	margin: 0;
	padding: 0}
	
#jsddm li
{	float: left;
	list-style: none;
	font: 12px Tahoma, Arial}

#jsddm li a
{	display: block;
	background: none;
	padding: 2px 20px;
	text-decoration: none;
	width: 50px;
	color: #EAFFED;
	white-space: nowrap
}

#jsddm li ul a:hover
{	background: #1A4473}
	
#jsddm li ul
{	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
}

#jsddm li ul li
{	float: none;
	display: inline}

#jsddm li ul li a
{	width: auto;
	background: #229eed;
}

#jsddm li ul li a:hover
{	
	background: #1A4473;
	text-decoration: underline;
}
