﻿* 
{
	margin: 0;
	padding: 0;
}

@import url("fonts.css");
@import url("nav.css");
@import url("elements.css");
@import url("classes.css");
@import url("tables.css");

body 
{
	width: 100%;
	height: 100%;
	background: #fff;
}

#container 
{
	position: relative;
	width: 100%;
	height: auto;
}

/*================================================================================
	Header
================================================================================*/
#conHeader 
{
	width: 100%;
	height: 80px;
	line-height: 49px;
	background: #06c url(../_images/headerBG.png) 0 0 repeat-x;
	color: #fff;
	border-bottom: 1px solid #06c;
}

#conHeader #title 
{
	width: 80%;
	height: 100px;
	float: left;
	background: transparent  url(../_images/header.png) 0 0 no-repeat
}

#conHeader #version 
{
	position: absolute;
	top: 45px;
	right: 5px;
	width: 19%;
	height: 30px;
	text-align: right;
}
/*================================================================================
	Content
================================================================================*/
#conContent 
{
	width: 100%;
	height: auto;
}

#conContent .block 
{
	padding: 20px;
}

#conContent .block .holder 
{
	width: 100%;
}

#conContent .block .holder #left,
#conContent .block .holder #right 
{
	width: 49%;
	height: auto;
	float: left;
}

#conContent .block .holder #right 
{
	float: right;
}

/*================================================================================
Footer
================================================================================*/
#conFooter 
{
	width: 100%;
	height: 30px;
	line-height: 29px;
	margin: 5px 0 0 0;
	background: #9cf;
	border-top: solid 1px #06c;
	border-bottom: solid 1px #06c;
}

#conFooter .links 
{
	font-size: 90%;
	color: #06c;
}

/*================================================================================
Misc
================================================================================*/
.fullScreen 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(../_images/lockBG.png);
	z-index: 98;
}

.fullScreen .list 
{
	position: relative;
	margin: 5% auto;
	border: solid 1px #000;
	height: 650px;
	width: 80%;
	background: #fff;
}

.fullScreen .list .title 
{
	height: 26px;
	line-height: 25px;
	background: #ccc;
	border-bottom: solid 1px #000;
}

.fullScreen .list .title .text 
{	
	float: left;
	width: 80%;
	text-indent: 5px;
	font-weight: 700;
}

.fullScreen .list .title .close 
{	
	float: right;
	width: 19%;
	text-align: right;
	margin: 2px 5px 0 0;
}

.fullScreen .list .data 
{
	height: 623px;
	overflow: auto;
	background: transparent;
}

.fullScreen .list .data .dataTitle 
{
	background: #efefef;
	font-weight: 700;
}

.fullScreen .list .data .dataComments 
{
	margin: 0 0 10px 0;
}