/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
body#MediaFlameWeb {
	background-image: url(../gui/header_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
body, p, li, td {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	line-height: 17px;
}

input, textarea, select, option, checkbox, radio {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	line-height: 17px;
}

small, .small {
	font-size: 10px;
}

a, a:hover, a:visited {
	color: #1C4D8F;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 22px;
	color: #1C4D8F;
	font-weight: normal;
	display: block;
	margin-top: 0px;
	margin-bottom: 15px;
}
h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	color: #1C4D8F;
	font-weight: normal;
	display: block;
	margin-top: 0px;
	margin-bottom: 15px;
}
h3 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #1C4D8F;
	font-weight: bold;
	display: block;
	margin: 5px;
}

ul {
	list-style-image: url(../gui/gry_right_arrow.gif);
}

.mainWebWrapper {
	border: 0;
	width: 960px;
	text-align: left;
}
.header {
	height: 126px;
}

#WebLogo {
	width: 270px;
	height: 99px;
	background-image: url(../gui/web_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: top;
    display:block;
}
h1#WebLogoWrapper {
	margin: 0;
	padding: 0;
}
#WebLogo span {
	display: none;
}

.headRight {
	text-align: right;
	padding: 10px;
	vertical-align: top;
}
.headRight a, .headRight a:visited, .headRight a:hover {
	color: #999999;
	text-decoration: none;
	margin: 0 5px;
	font-size: 11px;
    line-height: 16px;
}
.style_select {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: relative;
    border-radius: 3px;
    background-color: #FFF;
    border: 1px solid rgba(0,0,0,0.2);
    cursor: pointer;
}
.style_select:before {
    font-family: "FontAwesome";
    font-size: 14px;
    color: #CCC;
    content: "\f06e";
}
.style_select .style_select_list {
    display:none;
}
.style_select.click .style_select_list {
    display: block;
    position: absolute;
    top: calc(100% - 1px);
    right: -1px;
    background-color: #EEE;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.style_select .style_select_list_item {
    display: block;
    white-space: nowrap;
    padding: 3px 10px;
    line-height: 16px;
    font-size: 11px;
    text-align: left;
}
.style_select .style_select_list_item:hover {
    background-color: #dbe9f4;
}
.headRight a:hover {
	color: #696969;
}

.mainMenu {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-family: Helvetica, "Trebuchet MS", serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding: 0 10px;
	font-stretch: expanded;
	letter-spacing: 2px;
}
.mainMenu a, .mainMenu a:hover, .mainMenu a:visited {
	font-family: Helvetica, "Trebuchet MS", serif;
	font-weight: bold;
	color: #E8F2FF;
	text-decoration: none;
	padding: 2px 10px;
}
.mainMenu a:hover {
	color: #FFFFFF;
}
.menuDiv {
	background-image: url(../gui/menu_div.jpg);
	width: 3px;
	height: 40px;
	background-repeat: no-repeat;
}
.menuDiv span {
	display: none;
}

#mainContentArea {
	text-align: left;
}

h1.contentTitle {
	background-color: #002A60;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	border-top: 1px solid #004299;
}
h1.contentTitle table {
	background-image: url(../gui/content_title_bg.jpg);
	background-position: right;
	height: 98px;
}
h1.contentTitle table.home {
	height: auto;
    background-image: none;
}
h1.contentTitle table td h1 {
	font-family: Helvetica, "Trebuchet MS", serif;
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 50px;
	text-align: left;
}
h1.contentTitle table td h1 span.parentPage {
	font-family: Helvetica, "Trebuchet MS", serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
    display:block;
    line-height: 160%;
}
h1.contentTitle table td h1 span.currPage {
	font-style:italic;
    padding-left: 20px;
}

h1.contentTitle table.home td {
	padding: 10px 0;
}

.footerDiv {
	background-image: url(../gui/footer_div.jpg);
	background-repeat: repeat-x;
	height: 10px;
	overflow: hidden;
}
.footerDiv span {
	display: none;
}
.footer {
	color: #6F6F6F;
	text-align: center;
	font-size: 11px;
	padding-bottom: 10px;
	letter-spacing: 10px;
}
.footer a, .footer a:hover, .footer a:visited {
	color: #6F6F6F;
	letter-spacing: 1px;
}
.footer a:hover {
	color: #464646;
}

.sideBar {
	width: 210px !important;
}
.sideDiv {
	width: 20px !important;
}
.mainContent {
	text-align: left;
}

.secTitle {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	display: block;
	height: 35px;
	line-height: 35px;
	background-image: url(../gui/sec_title.jpg);
	background-repeat: repeat-x;
	padding-left: 5px;
    border: 1px solid #F2F2F2;
}

.subMenu, .boxWrapper {
	margin-bottom: 10px;
}
.subMenu .lastItem {
	border-bottom: 1px solid #CCCED1;
}
.subMenu a, .subMenu a:hover, .subMenu a:visited {
	display: block;
	line-height: 30px;
	color: #1C4D8F;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #CCCED1;
	padding: 0 4px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.subMenu a:hover, .subMenu a.selected, .subMenu a.selected:hover, .subMenu a.selected:visited {
	background-color: #E8F2FF;
	border-bottom: 1px solid #E1E9F3;
}
.boxContent {
	padding: 10px;
	background-color: #F2F2F2;
}

.txtNLinput {
	width: 190px;
	border: 1px solid #9C9C9C;
	background-color: #FFFFFF;
}

#footerWrapper {
    width: 100%;
}

.clear {
	clear: both;
}

/* notices */
.noticeBig {
	background-color: #002A60;
    color: #FEFEFE;
    padding: 5px;
}
.noticeBig a, .noticeBig a:hover, .noticeBig a:visited {
	color: #FFFFFF;
}
.tblnotice {
	background-color: #D8E5F5;
    border: 1px solid #AEBDD0;
    line-height: 150%;
    margin-bottom: 10px;
}

.notice {
	background-color: #D8E5F5;
    padding: 10px;
    margin: 10px;
    border: 1px solid #AEBDD0;
    line-height: 150%;
}
.notice .prop {
	float:right;
	height:40px;
	width:1px;
}

.notice .error {
	/* find icon and create css! */
    background-image: url(../gui/icon_error.jpg);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 50px;
    padding-top: 15px;
    color: #013C8C;
    font-weight: bold;
    font-size: 110%;
}
.notice .download {
	/* find icon and create css! */
    background-image: url(../gui/icon_download.jpg);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 50px;
    padding-top: 15px;
    color: #013C8C;
    font-weight: bold;
    font-size: 110%;
}

/* news page */
.boxNews .newsListItem {
	margin-bottom: 5px;
    border-bottom: 1px solid #FFF;
}
.boxNews .newsListItem a, .boxNews .newsListItem a:hover, .boxNews .newsListItem a:visited {
	font-weight: bold;
}
.boxNews strong, .boxNews strong a, .boxNews strong a:hover, .boxNews strong a:visited {
	text-align: center;
	margin: 5px 0;
}

.newsList .newsListItem {
	margin-bottom: 8px;
}
.newsList .newsListItem a.title, .newsList .newsListItem a.title:hover, .newsList .newsListItem a.title:visited {
	font-weight: bold;
    font-size: 110%;
}
.newsList .link {
	text-align: right;
}

.newsList .link .linkExt {
	background-image: url(../gui/link_ext.gif);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 15px;
}
.newsList .link .linkInt {
	background-image: url(../gui/link_int.gif);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 15px;
}

/* featured unordered list */
.front_features {
	background-color: #F2FAF2;
}

ul.big_feature_list {
	border-top: 1px solid #DAE5DA;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
    padding: 0;
}
ul.big_feature_list li.alt {
	background-color: #EAF5EA;
}
ul.big_feature_list li {
	border-bottom:1px solid #DAE5DA;
	border-top:1px solid #FFFFFF;
	padding:10px;
    background-color:transparent;
    background-image: url(../gui/icon_big_tick.gif);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left:36px;
}
.big_tick {
	background-color:transparent;
    background-image: url(../gui/icon_big_tick.gif);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left:36px;
}


.home_page_banner_inner {
    height: 160px;
    background-color: #002A60;
}