/*header*/

div#login {
	display: block;
	position: relative;
	padding-top: 3px;
	padding-bottom: 20px;
	margin: auto;
	text-align: right;
	font-size: 14pt;
	width: 960px;
	height: 30px;
}

div#login img {
	vertical-align: middle;
}

div#login a {
	vertical-align: middle;
	text-decoration: none;
}

#loginButton {
	vertical-align: middle;
	width: 16px;
	margin-left: 14px;	
	margin: 0;
	border: 0;
	padding: 0;
	background: transparent url(../pics/header/login2.gif) no-repeat;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#loginButton:hover {
	background: transparent url(../pics/header/login.gif) no-repeat;
}

div#logout {
	display: block;
	position: relative;
	padding-top: 3px;
	padding-bottom: 20px;
	margin: auto;
	text-align: right;
	font-size: 12pt;
	width: 960px;
	height: 30px;
}

div#logout img {
	vertical-align: middle;
}

div#logout a {
	color: #339966;
	font-weight: bold;
	margin-left: 15px;
	vertical-align: middle;
	text-decoration: none;
}

div#logout a:hover {
	color: #33CC99;
}

#logoutButton {
	vertical-align: middle;
	width: 16px;
	margin-left: 12px;
	border: 0;
	padding: 0;
	background: transparent url(../pics/header/logout.gif) no-repeat;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#logoutButton:hover {
	background: transparent url(../pics/header/logout2.gif) no-repeat;
}
/*
div#header p, div#header h1, div#header ul {
	margin: 0;
	padding: 0;
}

div#logo h1 a span, div#logo p, p#mediatemple span {
	display: none;
}
*/
div#header {
	width: 960px;
	height: 110px;
	display: block;
	margin: auto;
	padding-top: 4px;
	position: relative;
	background-color: #FFFFFF;
	/*border-top: 1px solid;
	border-top-color: #CCCCCC;*/
	border-bottom: 2px solid;
	border-bottom-color: #33425c;
}

div#header-inside, div#footer-inside {
	width: 960px;
	margin: auto;
}

div#title {
	text-align: right;
	width: auto;
	height: auto;
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #CC0033;
	font-family: Arial, Helvetica, sans-serif;
}

div#title_sub {
	color: #003366;
}

div#lang {
	font-size: 14px;
}
/*
div#lang a {
	text-decoration: none;
}

div#lang a:hover {
	color: #CC0033;
}

.utad {
	color: #003366;
	font-size: 15px;
}
*/
div#logo {
	width: 260px;
	margin-top: 6px;
	margin-left: 4px;
	float: left;
}

div#logo a {
	cursor: hand;
	cursor: pointer;
}
/*
div#separate {
	border-top: 4px solid;
	width: 960px;
	margin: -14px auto auto auto;
	border-top-color: #003366;
}
/*
p#mediatemple a {
	float: right;
	height: 38px;
	width: 47px;
	background: url(../pics/header/utad.jpg) no-repeat;
}
*/
div#menuz {
	width: 960px;
}

ul#menu {
	clear: both;
	float: right;
	list-style: none;
	position: relative;
}

ul#menu li {
	float: left;
	margin-left: 5px;
}

ul#menu li a {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.8;
	width: 159px;
	height: 25px;
	display: block;
	background-image: url(../pics/header/longTab.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: #FFFFCC;
	font-size: 10pt;
	text-decoration: none;
}

ul#menu li a:hover, ul#menu li a:active {
	background-position: top left;
}

ul#menu li a.selected {
	background-position: bottom left;
}

/*footer*/

#footer {
	border-top: 2px solid #003366;
	margin-top: 40px;
	margin-bottom: 50px;
	width: 960px;
	margin: auto;
	font-size: 10pt;
	color: #003399;
	padding: 10px 0;
	height: 1%;
	text-align: center;
/*	background-color: #FFFFFF;*/
}

/*
#footer a.copy {
	display: block;
	height: 43px;
	width: 54px;
	margin: 0 auto;
}

#footer a.copy:hover {
	background-position: top right;
}
*/
