html, body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, Times New Roman, Serif;
	font-size: 95%;
	color: #000000;
}

body {
	background: #ddefef url(../images/english/sky.jpg) repeat-x;
	text-align: center;
	min-width: 940px;
	margin: 0px;
}

.top_section {
	width: 940px;
	min-height: 550px;
	vertical-align: top;
	text-align: center;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
}

.header {
	width: 940px;
	margin: 0px;
}

.logo_box {
	width: 245px;
	float: left;
	text-align: left;
	margin: 0px;
	margin-top: 50px;
}

.top_bar {
	width: 695px;
	height: 59px;
	text-align: right;
	margin-left: 245px;
}

.login_topmenu {
	width: 350px;
	text-align: right;
	float: left;
	margin: 0px;
	margin-left: 5px;
	background-color: #739397;
}

.login_topmenu {
	width: 350px;
	text-align: right;
	float: left;
	margin: 0px;
	margin-left: 5px;
	-moz-border-radius-bottomleft:4px !important;
	-moz-border-radius-bottomright:4px !important;
	-webkit-border-bottom-left-radius:4px !important;
	-webkit-border-bottom-right-radius:4px !important;
	background-color: #739397;
}

.login_topmenu_name {
	text-align: right;
	margin: 0px;
	padding: 5px;
	background-color: #546d71;
	font-family: Georgia, Times, Times New Roman, Serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
}

.login_topmenu_items {
	text-align: center;
	margin: 0px;
	padding: 10px;
	padding-top: 6px;
	font-family: Georgia, Times, Times New Roman, Serif;
	font-size: 14px;
	text-transform: lowercase;
	color: #546d71;
}

.main_menu {
	width: 695px;
	height: 95px;
	text-align: center;
	background: url(../images/english/menu_back.jpg) no-repeat;
}

.content_area {
	text-align: left;
	width: 940px;
	clear: both;
	margin: 0px;
}

.left_column {
	width: 245px;
	float: left;
	text-align: left;
	margin: 0px;
	padding-top: 45px;
	font-family: Georgia, Times, Times New Roman, Serif;
	font-size: 16px;
}

.subpage_left_column {
	width: 245px;
	float: left;
	text-align: left;
	margin: 0px;
	padding-top: 60px;
	font-family: Georgia, Times, Times New Roman, Serif;
	font-size: 16px;
}

.right_column {
	width: 695px;
	margin: 0px;
	padding-top: 20px;
	margin-left: 245px;
	text-align: left;
	font-family: Georgia, Times, Times New Roman, Serif;
	font-size: 95%;
	line-height: 150%;
}

.content_left {
	width: 355px;
	float: left;
	text-align: left;
	margin: 0px;
}

.content_right {
	margin: 0px;
	padding: 15px;
	padding-bottom: 0px;
	margin-left: 355px;
	text-align: left;
}

.title_style {
	font-family: Georgia, Times, Times New Roman, Serif;
	font-size: 150%;
	line-height: 150%;
	color: #336666;
}

.whats_new_title_style {
  font-family: Georgia, Times, Times New Roman, Serif;
  font-size: 225%;
  line-height: 100%;
  color: #336666;
}

.current_page {
	font-family: Georgia, Times, Times New Roman, Serif;
	font-weight: bold;
	font-size: 150%;
	line-height: 150%;
	color: #889e6d;
}

.icons {
	text-align: center;
}

.footer {
	background: #c2c85a url(../images/english/footer.jpg) no-repeat top center;
	text-align: center;
	min-width: 940px;
	height: 350px;
	clear: both;
	margin: 0px;
}

.right_column a.fakeLink {
  color:#8a7149; 
  text-decoration: none;
}
.right_column a.fakeLink:hover {
  color:#889e6d; 
  text-decoration:none;
  cursor: pointer;
}

a:link { color:#8a7149; text-decoration:none; }
a:visited { color:#8a7149; text-decoration:none; }
a:active { color:#889e6d; text-decoration:none; }
a:hover { color:#889e6d; text-decoration:none; }

a:link.login_topmenu_link { color:#ffffff; text-decoration:none; }
a:visited.login_topmenu_link { color:#ffffff; text-decoration:none; }
a:active.login_topmenu_link { color:#ddefef; text-decoration:none; }
a:hover.login_topmenu_link { color:#ddefef; text-decoration:none; }

a.sidebarlinks {
	margin-top: 5px;
	margin-left: 16px;
	padding-left: 32px;
	padding-bottom: 15px;
	background: url(../images/english/sidebar_arrow_off.gif) no-repeat;
	color: #8a7149;
	text-transform: lowercase;
	line-height: 30px;
	text-decoration: none;
}

a.sidebarlinks:visited {
	margin-top: 5px;
	margin-left: 16px;
	padding-left: 32px;
	padding-bottom: 15px;
	background: url(../images/english/sidebar_arrow_off.gif) no-repeat;
	color: #8a7149;
	text-transform: lowercase;
	line-height: 30px;
	text-decoration: none;
}

a.sidebarlinks:active {
	margin-top: 5px;
	margin-left: 16px;
	padding-left: 32px;
	padding-bottom: 15px;
	background: url(../images/english/sidebar_arrow_on.gif) no-repeat;
	color: #889e6d;
	text-transform: lowercase;
	line-height: 30px;
	text-decoration: none;
}

a.sidebarlinks:hover {
	margin-top: 5px;
	margin-left: 16px;
	padding-left: 32px;
	padding-bottom: 15px;
	background: url(../images/english/sidebar_arrow_on.gif) no-repeat;
	color: #889e6d;
	text-transform: lowercase;
	line-height: 30px;
	text-decoration: none;
}

a.button_style {
	margin-top: 5px;
	margin-left: 16px;
	padding-left: 32px;
	padding-bottom: 15px;
	background: url(../images/english/sidebar_arrow_off.gif) no-repeat;
	color: #8a7149;
	text-transform: lowercase;
	line-height: 30px;
	text-decoration: none;
	font-family: Georgia, Times, Times New Roman, Serif;
	font-size: 16px;
}

a.button_style:visited {
	margin-top: 5px;
	margin-left: 16px;
	padding-left: 32px;
	padding-bottom: 15px;
	background: url(../images/english/sidebar_arrow_off.gif) no-repeat;
	color: #8a7149;
	text-transform: lowercase;
	line-height: 30px;
	text-decoration: none;
	font-family: Georgia, Times, Times New Roman, Serif;
	font-size: 16px;
}

a.button_style:active {
	margin-top: 5px;
	margin-left: 16px;
	padding-left: 32px;
	padding-bottom: 15px;
	background: url(../images/english/sidebar_arrow_on.gif) no-repeat;
	color: #889e6d;
	text-transform: lowercase;
	line-height: 30px;
	text-decoration: none;
	font-family: Georgia, Times, Times New Roman, Serif;
	font-size: 16px;
}

a.button_style:hover {
	margin-top: 5px;
	margin-left: 16px;
	padding-left: 32px;
	padding-bottom: 15px;
	background: url(../images/english/sidebar_arrow_on.gif) no-repeat;
	color: #889e6d;
	text-transform: lowercase;
	line-height: 30px;
	text-decoration: none;
	font-family: Georgia, Times, Times New Roman, Serif;
	font-size: 16px;
}

table.TzNormal {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}
table.TzNormal td {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #EFF7F8;
  font-style: normal;
  border-top-color: #546d71;
  border-bottom-color: #546d71;
  border-top: 1px solid #546d71;
  padding: 1px 5px 1px 7px;
  vertical-align: top;
}
.TzNormal th {
  background-color: #A5D2D7;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  padding: 2px 5px 2px 7px;
  border-top: 1px solid #546d71;
}
.TzNormal a {
  color: #8a7149;
  text-transform: lowercase;
  text-decoration: none;
}
.TzNormal a:hover {
  color: #889e6d;
  text-transform: lowercase;
  text-decoration: none;
}
.TzNormal a:active {
  text-decoration: none;
}

table.dataGrid
{
  font-family:arial;   
    border-collapse:collapse; 
    border: solid 1px black;
    font-size: 12px;
    text-align: left;   
}

table.dataGrid td {  
  padding: 5px;
  border-right: solid 1px #7f7f7f;
  vertical-align: text-top;
}
table.dataGrid .even {
  background-color: #fff;
}
table.dataGrid .odd {
  background-color: #EDF5FF;
}
table.dataGrid th
{
    background: url('../images/jquery/tablesort/sprite.png') repeat-x 0px 0px;       
  border: 1px solid #7f7f7f;
    padding: 5px;
  height: auto;
  cursor:pointer;
}

table.dataGrid th a
{
  text-decoration: none;
  text-align: center;     
  padding-right: 20px;
  font-weight:bold;
  white-space:nowrap;
  background: url('../images/jquery/tablesort/bg.gif') no-repeat right 50%;
  color: black;
}

table.dataGrid thead .headerSortUp , table.dataGrid thead .headerSortDown 
{
    background: url('../images/jquery/tablesort/sprite.png') repeat-x 0px -100px;
}

table.dataGrid .headerSortUp a 
{ 
    background: url('../images/jquery/tablesort/asc.gif') no-repeat right 50%;
}
table.dataGrid .headerSortDown a 
{    
    background: url('../images/jquery/tablesort/desc.gif') no-repeat right 50%;
}

table.dataGrid td.sortedeven
{
    background-color:#EDF5FF;        
}

table.dataGrid td.sortedodd
{
    background-color:#DBEAFF;            
}

table.dataGrid tfoot td
{    
    border-top: 1px solid #7f7f7f;
    background-color:#858733;
}

table.dataGrid thead td
{
    vertical-align:middle;
    background-color:#E1ECF9;
    border:none;
}

table.dataGrid thead .tableHeader
{
    font-size:larger;
    font-weight:bold;
}

table.dataGrid thead .filter
{
    text-align:right;
}

table.dataGrid tfoot
{
    background-color:#858733;
    text-align:center;      
}

ul.arrowList
{
  list-style-image: url('../images/english/list_arrow_off.gif');
}

ul.spotlight {
  list-style-image: url('../images/english/list_arrow_off.gif');
  padding-left: 20em;
}

ul.sortable { 
  list-style-type: none; 
  margin: 0; 
  padding: 0; 
}
 
ul.sortable li { 
  margin: 0 5px 5px 5px;
  padding: 5px; 
  cursor: move;
}