/* global stuff */
html, body {
	width: 100%;
	height: 100%;
    margin: 0 auto;
	text-align: center;
}

body, table, td, span, div, a, textarea {
	font-family: arial;
}

body {
	direction: ltr;
	background: #000000 url(../images/global/indexbg.gif) fixed;
}

object {
	outline: none;
}

a {
	outline: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* popup */
#pageMask {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 999;
	background-color: #000000;
	opacity: 0.45;
	-moz-opacity: 0.45;
	filter: alpha(opacity=45);
}

#bgMask {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/global/bgmask.png) fixed repeat;
	z-index: 1;
}

#layout {
	position: relative;
	z-index: 2;
}

/* header */
#version {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 63px;
    height: 65px;
    background: url(../images/version.png) no-repeat;
	z-index: 22;
}

#logo {
    position: relative;
    float: left;
    top: 10px;
    left: 15px;
	width: 339px;
	height: 68px;
	background: transparent url(../images/global/main_logo.png) no-repeat 0px 0px;
}

#caption {
    position: relative;
    float: right;
    font-size: 13px;
    font-family: verdana,arial,helvetica;
   	text-align: right;
   	top: 10px;
	width: 410px;
	padding: 0px 30px;
}

a.captionAction {
	margin: 0px 1px;
    font-family: verdana,arial,helvetica;
	font-size: 13px;
	color: #7b84e8;
	text-decoration: none;
}

a.captionAction:hover {
	color: #959fa4;
	text-decoration: underline;
}



/* menu */
td.menuItem {
	width: 80px;
}

a.menuItem {
	height: 30px;
	width: 70px;
	display: block;
	background: url(../images/global/main.png) no-repeat;
}

#content {
    font-size: 13px;
    font-family: verdana,arial,helvetica;
	padding: 1px 33px 30px 34px;
	vertical-align: top;
}

/* title */
#pageTitle {
	float: left;
	width: 680px;
	height: 100%;
	background-repeat: no-repeat;
}

#followFlickr {
	width: 50px;
	height: 19px;
	background: url(../images/global/main.png) no-repeat 0px -71px;
	margin: 0px 3px;
	cursor: pointer;
}

#follower {
    font-size: 13px;
    font-family: verdana,arial,helvetica;
	float: left;
	text-align: left;
}

a.followerAction {
	margin: 0px 1px;
    font-family: verdana,arial,helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #5b6498;
	text-decoration: none;
}

a.followerAction:hover {
	color: #959fa4;
	text-decoration: underline;
}



/* footer */
#footer {
	height: 10px;
	background: url(../images/global/main_border_sides.png) top left repeat-y;
}

#copyright {
	width: 170px;
	padding-left: 22px;
	font-size: 13px;
	font-weight: bold;
	color: #959fa4;
	text-align: left;
}

#copyright a {
	color: #5b6468;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

#footerActions {
	padding-right: 30px;
	text-align: right;
	font-size: 13px;
    font-family: verdana,arial,helvetica;
}

a.footerAction {
	margin: 0px 5px;
	font-size: 13px;
	font-weight: bold;
	color: #5b6468;
	text-decoration: none;
}

a.footerAction:hover {
	color: #959fa4;
	text-decoration: underline;
}

#bgflashcontainer {
	position: absolute;
	left: 0px;
	top: 0px;
}

/* content */
#page {
	position: relative;
	width: 800px;
    margin: 20px auto 0px auto;
}

#pageContent {
    font-size: 13px;
    font-family: verdana,arial,helvetica;
	float: left;
	width: 760px;
	margin: 10px 0px 0px 0px;
}

