@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family:Arial;
	background-color:#FFFFFF;
	cursor:default;
}

a {
	text-decoration:none;
	color:#B9CDE5;
	color:#06F;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}

a.noUnderline:hover {
	text-decoration:none;
}

li {
	list-style-position:inside;
	
}

.menuSubSub, .verticalTitle div span {
	/*-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg); 
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); 
	-o-transform: rotate(-90deg);*/
}

.globalContainer {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}


.top {
	margin-bottom:5px;
}

#logo {
	width:300px;
	margin-top:5px;
}

#title {
	color:#5FA1C7;
	font-size:1.5em;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:0;
	white-space:nowrap;
	clear:right;
	float:right;
}
#title span {
	margin-top:10px;
}

.logbar {
	height:20px;
	width:100%;
	clear:both;
	text-align:right;
	background-color:#7F7F7F;
	color:#FFFFFF;
	font-size:0.6em;
}
.logbar a {
	color:#FFFFFF;
	margin-right:10px;
}
.logbar .log {
	float:left;
}
.logbar .search {
	float:right;
}

.menuWrapper, .menu {
	width:900px;
}
.menuWrapper div {
	float:left;
}

.menuSub, .handle {
	height:194px;
	font-size:0.6em;
	float:left;
	background:#D9D9D9 url(../pictures/design/menu-out.png);
	list-style:none;
	width:60px;
	cursor:pointer;
}
.handle:hover {
	background-image:url(../pictures/design/menu-out-over.png);
}
.menuSubSub {
	width:60px;
	height:194px;
	text-align:left;
	vertical-align:middle;
	/*margin-left:-66px;
	margin-top:67px;*/
}
.menuSubSub.selected {
	background-color:#B9CDE5;
	background-image:url(../pictures/design/menu-over.png);
}
.menuLink {
	display:block;
	height:100%;
	text-decoration:none;
	
	/*color:#FFFFFF;
	text-transform:uppercase;
	font-size:12px;
	color:#7F7F7F;
	font-weight:bold;
	padding-top:20px;
	margin-left:5px;
	letter-spacing:2px;*/
}
.menuSubSub.selected .menuLink {
	color:#FFF;
}

.themeLink {
	display:list-item;
	list-style-type:square;
	color:#FFF;
	margin:4px;
	/*font-weight:normal;
	font-size:12px;*/
}
.themeLink.selected {
	text-decoration:underline;
}

.picture {
	width:290px;
	height:194px;
}

.laius {
	background-image:url(../pictures/design/laius.png);
	height:194px;
	color:#FFF;
	font-weight:bold;
	width:308px;
	margin:0;
}
.laius div {
	float:none;
}
.laius .header {
	background:url(../pictures/design/laius-header.png) no-repeat;
	color:#7F7F7F;
	padding-left:10px;
	padding-top:5px;
	height:50px;
	text-transform:uppercase;
	letter-spacing:.6px;
}
.laius .details {
	margin-left:15px;
}
.laius hr {
	height:3px;
	border-top:1px solid #06F;
	border-bottom:1px solid #FFF;
	margin-left:0;
	width:90%;
}

.fastLinks {
	clear:left;
	width:100%;
	height:20px;
	background-color:#D9D9D9;
	text-align:center;
	padding-bottom:5px;
	margin-top:-4px;
	margin-bottom:15px;
}
.fastLinks .sydneyTime {
	width:100%;
	text-align:center;
	font-size:12px;
	margin-top:4px;
	color:#444444;
	font-style:italic;
}
.fastLinks .sydneyTime div {
	float:none;
	display:inline;
}
.fastLinks a {
	height:100%;
	color:#000000;
	text-decoration:none;
	font-size:12px;
	font-weight:500;
	padding-left:25px;
	padding-right:25px;
	display:inline-block;
}
.fastLinks a:hover {
	text-decoration:underline;
}
.fastLinks .selected {
	font-weight:bold;
}

.missing {
	color:#FF0000;
	font-weight:bold;
	text-decoration:blink;
}

.path {
	float:left;
	color:#999966;
	font-size:0.7em;
}

.languages {
	float:right;
	margin-top:10px;
}
.languages img {
	margin-left:30px;
	height:15px;
}

.topMenu {
	clear:left;
}
.topMenu ul {
	float:left;
	padding-left:0px;
	margin-left:0px;
}
.topMenu ul li {
	list-style:none;
	background-color:#808799;
	width:150px;
	margin-top:20px;
}
.topMenu ul li a {
	color:#FFFFFF;
	font-weight:bold;
	font-size:0.7em;
	margin-left:5px;
	display:list-item;
	padding:4px;
}

.menuHorizontal a {
	display:block;
	padding:10px;
	font-size:0.6em;
	background:#D9D9D9 url(../pictures/design/menu-out.png);
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	color:#7F7F7F;
	font-weight:bold;
	letter-spacing:2px;
}
.menuHorizontal a.selected {
	background-color:#B9CDE5;
	background-image:url(../pictures/design/menu-over.png);
}

.home img {
	width:100%;
	height:60px;
}
.home .text {
	padding:5px;
}

.subjectContainer {
	width:75%;
	clear:left;
	float:left;
	text-align:justify;
	background-color:#FFFFFF;
	/*border:1px solid #000;
	border-top:none;*/
}
.blue {
	background:url(../pictures/design/globalSky.png) repeat-x;
}
.subjectContainer h1 {
	color:#999966;
	font-size:1.1em;
	font-weight:normal;
	margin-bottom:20px;
}
.subjectContainer .home a {
	color:#F90;
	font-weight:bold;
	padding:4px;
	padding-left:12px;
	background:url(../pictures/design/arrow.gif) left no-repeat;
	float:right;
	font-size:11px;
}
.subjectContainer.home {
	border:none;
}
.subjectContainer .lastNews a {
	display:list-item;
	list-style-position:inside;
	list-style-image:url(../pictures/design/arrow.gif);
}
.subjectContainer .lastNews {
	width:98%;
	height:auto;
}
.subjectContainer .textContainer {
	clear:left;
	float:left;
	font-size:0.8em;
	/*width:888px;*/
	width:98%;
	padding:5px;
}
.subjectContainer .textContainer.home {
	clear:none;
	width:200px;
	float:left;
	border:1px solid #B9CDE5;
	margin-left:30px;
	font-size:10px;
	margin-bottom:15px;
	background:none;
	padding:0;
}
.subjectContainer .textContainer.first {
	margin-left:0;
}
.subjectContainer .textContainer.normal {

}
.subjectContainer .textContainer ul {
	padding-left:5px;
}
.subjectContainer .arrowUp {
	clear:both;
	width:100%;
	color:#999966;
	text-align:center;
	font-size:28px;
	font-weight:normal;
	text-decoration:none;
}

.normal h2 {
	/*background:url(../pictures/design/h2-under2.png) repeat-x;*/
	padding:20px;
	width:90%;
}

.verticalTitle {
	width:50px;
	height:600px;
	color:#B9CDE5;
	font-weight:bold;
	font-size:30px;
	letter-spacing:10px;
	float:left;
}
.verticalTitle div {
	width:100%;
	height:50px;
	float:left;
}
.verticalTitle div span {
	float:left;
	margin-left:-130px;
	margin-top:145px;
	white-space:nowrap;
}

h1 {
	float:left;
	/*color:#B9CDE5;*/
	color:#5FA1C7;
	font-weight:bold;
	font-size:25px;
	letter-spacing:10px;
	margin:0;
}

.subMenu {
	width:100%;
	float:left;
	display:table;
	margin-bottom:15px;
}
.subMenu div {
	display:table-row;
}
.subMenuLink {
	display:table-cell;
	padding:3px;
	padding-top:11px;
	padding-bottom:11px;
	/*border:1px dotted #D9D9D9;
	border-left:none;
	border-bottom:1px solid #000000;
	border-top:none;*/
	color:#FFF;
	font-size:10pt;
	text-align:center;
	background:url(../pictures/design/aorange.png) #FFF;
}
.subMenuLink.last {
}
.subMenuLink.first {
	border-left:1px dotted #D9D9D9;
}
.subMenuLink.selected {
	/*color:#B9CDE5;*/
	color:#FFF;
	font-weight:bold;
	/*border:1px solid #000000;
	border-bottom:none;*/
	background:transparent;
}
.subMenuLink:hover {
	color:#FFF;
	background:transparent;
}

.rightMenu {
	float:right;
	width:200px;
	text-align:center;
}
.rightMenu div {
	margin-bottom:20px;
}

.title, .home h2 {
	background-color:#7F7F7F;
	text-transform:uppercase;
	text-align:center;
	margin-top:0;
	margin-bottom:0;
	padding-top:3px;
	padding-bottom:3px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	width:100%;
}
.home h2 {
	background-image:url(../pictures/design/home-blue.png);
}
.rightMenu div form {
	margin-left:auto;
	margin-right:auto;
}
.rightMenu div form div {
	padding-left:30px;
}
.rightMenu img {
	width:60%;
	margin-top:10px;
}
.rightMenu #timeZone {
	text-align:center;
}
.rightMenu #dateZone {
	text-align:center;
}

.field, .button {
	margin-left:5px;
	font-size:9px;
}
.button {
	background-color:#7F7F7F;
	color:#D9D9D9;
	border:1px solid #D9D9D9;
	cursor:pointer;
}
.field {
	background-color:#D9D9D9;
}

.compulsory {
	color:#666666;
}

.copyright {
	clear:both;
	float:left;
	text-align:center;
	font-size:0.8em;
	padding:10px;
	border:1px solid #000000;
	margin-top:10px;
	margin-bottom:5px;
	width:878px;
	background-color:#D9D9D9;
}

.newsflash .date {
	color:#B9CDE5;
	font-size:0.9em;
	display:block;
}
.newsflash h3 {
	color:#000000;
	margin-top:0;
}

.australian-slang .date {
	display:none;
}

.sitemap ul li {
	text-transform:uppercase;
	margin-top:15px;
}
.sitemap ul ul li {
	text-transform:none;
	margin-top:5px;
}

.status {
	display:list-item;
	list-style-position:inside;
	text-align:center;
	padding:10px;
	border: thin solid;
}
.ok {
	list-style-image:url(../pictures/design/ok.gif);
	color:#00CC33;
	border-color:#00CC33;
}
.warning {
	list-style-image:url(../pictures/design/warning.gif);
	color:#FF9900;
	border-color:#FF9900;
}
.error {
	list-style-image:url(../pictures/design/error.gif);
	color:#FF0000;
	border-color:#FF0000;
}

.formSuspense {
	padding:10px;
	border: thin solid #808799;
	margin-bottom:20px;
	font-size:12px;
}
.formSuspense form {
	margin-top:0;
	margin-bottom:0;
}

.tabFormEngine {
	margin-left:auto;
	margin-right:auto;
	background:url(../pictures/design/arobase.gif) center right no-repeat;
}

.photos {
	text-align:center;
	width:100%;
}
.photos img {
	border: none;
}

.editButton, .subjectContainer .home .editButton {
	float:right;
	width:18px;
	height:18px;
	display:block;
	background-image:url(../pictures/design/edit.gif);
	padding:0;
}
.editButton:hover {
	background-image:url(../pictures/design/editon.gif);
}

.next {
	width:100%;
	margin-top:10px;
}

.subjectContainer .text {
	line-height:1.5;
}

.noBar {
	border-top:1px solid #000;
}

.orange {
	color:#FF6600;
}

.home_link {
	float:right;
}

.selectable {
	cursor:pointer;
}

.paragraphMenu {
	padding:10px;
}
.paragraphMenu a {
	color:#AAA;
	font-size:10px;
}

.rightBoxes {
	float:right;
	width:22%;
	padding:4px;
	/*border:1px solid #000;*/
}
.rightBoxes h2 {
	padding:0;
}
.rightBoxes h3 {
	padding:0;
	padding-bottom:4px;
	font-size:14px;
	border-bottom:1px solid #CCC;
}
.rightBoxes .first {
	margin-top:0;
}

.rightBoxes .newsflash {
	background-color:#CC9966;
	-moz-border-radius:5px;
	border-radius:5px;
}
.rightBoxes .newsflash h2 {
	text-align:center;
}
.rightBoxes .newsflash h3 a {
	font-weight:normal;
	font-size:13px;
	color:#000;
}
.rightBoxes .newsflash .text {
	padding:4px;
}

.video {
	margin-top:20px;
	background-color:#000;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:4px;
	text-align:center;
	color:#FFF;
}
.video a {
	color:#CC9966;
	display:block;
	width:100%;
	height:100%;
	padding-top:10px;
	padding-bottom:10px;
}

.bigphotos, .photos {
	text-align:center;
}
.bigphotos img {
	max-width:100%;
	-moz-border-radius:5px;
	border-radius:5px;
}

.normal .photos img {
	height:90px;
}

.portraits {
	border:#D4D4D4 solid 1px;
	background:right repeat-y #efefef;
	color:#292950;
	margin-bottom:5px;
	margin-top:5px;
}
.portraits h3 {
	margin-top:8px;
	color:#ff6600;
}
.portraits .photos {
	float:left;
	margin:10px;
	width:150px;
}
.portraits .photos img {
	width:125px;
	border:solid 1px #000000;
}

.likeTab td {
	vertical-align:top;
	border-bottom:#999 1px solid;
	padding:4px;
	width:50%;
}

.footerLinks {
	text-align:left;
	list-style:none;
	font-size:0.8em;
	clear:both;
	float:left;
}
.footerLinks div {
	display:inline-block;
	vertical-align:top;
	margin-left:40px;
}
.footerLinks .titleTheme {
	font-size:14px;
}
.footerLinks ul {
	margin-top:10px;
	padding-left:0;
}
.footerLink {
	display:inline-block;
	float:left;
}

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(../pictures/design/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../pictures/design/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}
