/**
 * Aescapia.com layout
 */

.header-userdata {
	height:34px;
	width:702px;
	padding-left: 8px;
}

.header-logotop {
	background: transparent url(images/header/header_top_logo.gif) 0px 0px no-repeat;
	height:6px;
	width:702px;
}

.header-logo {
	background: transparent url(images/header/header_logo.gif) 0px 0px no-repeat;
	height:109px;
	width:702px;
	border-color: transparent #4a5e12 transparent #4a5e12;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
    padding-left: 8px;
}

.header-logo a {
    color: #647d11;
    font-size: 18pt;
    font-weight: bold;
    padding-bottom: 8px;
}

.header-logo a:hover {
    color: #c68449;
    font-size: 18pt;
    text-decoration: none;
    font-weight: bold;
    padding-bottom: 8px;
}

.header-logobottom {
	background: transparent url(images/header/header_bottom_logo.gif) 0px 0px no-repeat;
	color: #666666;
	height:26px;
	width:702px;
	border-color: #444444 #4a5e12 #4a5e12 #4a5e12;
	border-width: 2px 1px 1px 1px;
	border-style: solid solid solid solid;
}

a.button {
    color: #FFFFFF;
    font-size: 120%;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
}

a.button:hover {
    color: #c68449;
    text-decoration: none;
}

.page {
	background: transparent url(images/header/header_page_logo.gif) right 0px no-repeat;
	background-color: White;
	height:320px;
	width:527px;
	padding: 4px;
	padding-right: 24px;
	padding-left: 24px;
	border-color: transparent #4a5e12 #ffffff #4a5e12;
	border-width: 0px 1px 0px 0px;
	border-style: solid solid solid solid;
	border-right: 1px solid #4a5e12;
  	text-align: justify;
  	font-size: 9pt;
  	line-height: 150%;
}

.page-edit {
	background: transparent url(images/header/header_page_logo.gif) right 0px no-repeat;
	background-color: White;
	height:320px;
	width:702px;
	padding: 4px;
	border-color: #cccccc #4a5e12 #cccccc #4a5e12;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-left: 1px solid #4a5e12;
  	text-align: justify;
}

.page-sidebar {
	background: transparent url(images/bkgnd/macos_ltbkgnd.gif) right 0px repeat;
	background-color: White;
	width:175px;
	padding: 4px;
	border-color: transparent transparent transparent #4a5e12;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-left: 1px solid #4a5e12;
}

.foot-toolbuttons
{
	background-color: #eeeeee;
	height: 20px;
	width: 702px;
	border-color: #cccccc #4a5e12 #ffffff #4a5e12;
	border-width: 1px 1px 0px 1px;
	border-style: solid solid solid solid;
}

.foot-pageinfo
{
	color: #666666;
	background-color: #eeeeee;
	height: 20px;
	width: 702px;
	border-color: #cccccc #4a5e12 #4a5e12 #4a5e12;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	font-size: 8pt;
}

.foot-siteinfo
{
	height: 64px;
	width: 702px;
	color: #444444;
	font-size: 8pt;
}

/* -------------- top row --------------- */
.header {
	height:35px;
	padding:3px 0 2px 2px;
}

.pagename {
	height:25px;
	float:left;
	font-size:200%;
	font-weight:bolder;
	color:#DEE7EC;
	text-align:left;
	vertical-align:middle;
	padding:1px 0 0 1px;
}

.pagename a:link, .pagename a:visited {
  color:#436976;
  text-decoration:none;
}

.pagename a:hover, .pagename a:active {
  color:#FF9933;
}

.logo {
	float:right;
	font-size:220%;
	font-weight:bolder;
	text-align:right;
	vertical-align:middle;
}

.logo a:link, .logo a:visited, .logo a:hover, .logo a:active {
	color:#dee7ec;
	text-decoration:none;
	font-variant:small-caps;
	letter-spacing:2pt;
}

/* ---------------  top and bottom bar ---------------- */
.bar {
	height:25px;
	border-top:1px solid #8CACBB;
	border-bottom:1px solid #8CACBB;
	background:#DEE7EC;
	padding:2px;
	margin:0;
  clear: both;
}

.bar-left {
	float:left;
}

.bar-right {
	float:right;
  text-align:right;
}

#bar_bottom {
  margin-bottom:3px;
}

/* ------------- File Metadata ----------------------- */

div.meta {
  clear: both;
  margin-top: 1em;
  color:#436976;
  font-size:70%;
}

div.meta div.user {
  float:left;
}

div.meta div.doc{
  text-align:right;
}

/* ---------------  Media Selection  ----------------- */

div.uploadform {
  margin-top: 0.5em;
  border-top: 1px solid #8cacbb;
}

.mediaselect-left {
  float:left;
  padding: 0.5em;
  width:30%;
}

.mediaselect-right {
  float:right;
  border-left: 1px solid #8cacbb;
  padding: 0.5em;
  width:65%;
}

div.mediaref_head {
	margin-left:0.5em;
}

div.mediaref .search_result {
	padding-left:1em;
}

.mediaref_ref {
	color:#009900;
}

div.mediaref_hidden {
	margin-top:1em;
	text-align:center;
	font-size:1.2em;
	color:#BB0000;
}

div.mediaref_footer {
	margin-top:1em;
	text-align:center;
}

