@CHARSET "UTF-8";

* {
	font-family: 'Myriad Pro', 'Lucida Grande', Arial;
	font-weight: normal;
	letter-spacing: 0.04em;
}

body {
	font-size: 85%;
	color: #FFF;
}

a:link, a:visited { color: #d4d2ff; text-decoration: none; font-weight: normal; }
a:hover, a:visited {color: #e3e2ff; }
a img { border:none; }
img.img_fullscreen {}

h1, h2, h3, h4 { font-weight: normal; margin-bottom:0.5em; }

h1 { color: #8c8bb7; font-size: 190%; text-decoration: underline; }
h2 { color: #dad9ec; font-size: 140%; }
h3 { color: #e8e8f4; font-size: 120%; }
h4 { color: #ffffff; font-size: 100%; }

table { width: 100%; }
table td { vertical-align: top; }
table td.notice { font-style: italic; font-size: 80%; }

input[type=text],
input[type=password],
textarea {
	width: 250px;
	border-width: 2px;
	font-size: 85%;
}

#leftnav {
	list-style: none;
	margin: 0;
	padding: 0;
}

#leftnav li {
	margin: 10px 0;
	padding: 0;
	display: block;
}

#leftnav li a {
	height: 46px;
	display: block;
}

#leftnav li a:link img,
#leftnav li a:visited img {
	filter:alpha(opacity=50); 
	-moz-opacity:.5; 
	opacity:.5;
	border-width: 3px 0;
	border-style: solid;
	border-color: #737373;
}

#leftnav li a.active img {
	filter:alpha(opacity=90); 
	-moz-opacity:.9; 
	opacity:.9;
	background: #1a2a66;
}

#nav_t {
	text-align: center;
}

#nav_t a:link img,
#nav_t a:visited img { border: 1px solid transparent; filter:alpha(opacity=50); -moz-opacity:.50; opacity:.50; }
#nav_t a.active img { border: 1px solid #585859; background: #2f2f31; filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }

#nav_t { float: right; }
#nav_t ul { list-style-type: none; padding: 0; margin: 0; }
#nav_t li { float: left; position: relative; z-index: 100; }
#nav_t ul ul { left: 0; min-width: inherit; }
#nav_t table { position: absolute; border-collapse: collapse; z-index: 80; left: -1px; top: 25px; }
#nav_t a,
#nav_t a:visited,
#nav_t a:link,
#nav_t :visited { display: block; text-align: left; }
#nav_t ul ul { display: none; position: absolute; height: 0; }
#nav_t ul ul li { border: 1px solid #585859; float: none; min-width: 177px; position: relative; margin: 0 7px 0 0; display: block; }
#nav_t ul ul li a { display: inline; padding: 5px; background: #000; }
#nav_t ul ul li a.active { background: #2f2f31; color: #fff; }

/* TinyMCE specific rules */
.mceContentBody {
	background-color: #02012a; 
	background-image: url(../img/background.png); 
	background-repeat: repeat-x; 
	background-position: 0 72px;
	font-size: 85%;
	color: #FFF;
	font-family: 'Myriad Pro', 'Lucida Grande', Arial;
	font-weight: normal;
	letter-spacing: 0.04em;
	padding: 0;
}

td img {
    width: 100%;
}