/** BASIC */

body {
	margin: 0;
	padding: 0;
	background: #C6EDFD url(../images/img01.gif) repeat left top;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #266382;
	text-align: justify;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
	color: #008BD1;
}

textarea, input, select {
	border:1px solid #008bd1;
}

a {
	color: #008BD1;
}


input.button_image {
   border:medium none;
}

.error{
	font-size: large;
	color:#f96868;
}

.tooltip
{
	border: 3px solid #266382;
	background-color: #C6EDFD;
	padding: 10px;
	color: #757774;
}
/** HEADER */

#header {
	width: 700px;
	height: 80px;
	margin: 0 auto;
	background: url(../images/img02.gif) no-repeat left top;
}
#header a:hover, a:link, a:visited
{
	text-decoration: none;
}

#header h1 {
	margin: 0;
	padding: 30px 0 0 20px;
	text-transform: lowercase;
	font-size: 32px;
	font-style: italic;
	letter-spacing: -2px;
	color: #FFFFFF;
}
#header h1 a{
 color:#ffffff;
}
#header h2 {
	display: none;
}

/** MENU */

#menu {
	width: 680px;
	margin: -2.5em auto 2em auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline
}

#menu .first a {
	border: none;
}
/** TABLES */

.head{
	padding:5px;
}
.even {
	padding:5px;
}
.foot{
	padding:5px;
}


/** CONTENT */

#content {
	width: 700px;
	min-height: 400px;
	_height:	400px;
	margin: 0 auto 1em auto;
	background: #FFFFFF url(../images/img05.gif) no-repeat left bottom;
}

#content .admin {
	font-size: small;
	line-height: normal;

}

#content * {
	line-height: 140%;
}

#columnA {
	float: left;
	width: 460px;
	padding: 25px 20px 0 30px;
	background: url(../images/img03.gif) no-repeat left top;
}

#columnB {
	float: right;
	text-align: center;
	width: 160px;
	padding: 25px 20px 0 10px;
	background: url(../images/img04.gif) no-repeat right top;
}

#showFilesNavigator{
	text-align: left;
	margin-bottom: 15px;
}


#frame-container{
	background:transparent url(..//images/frame-container.gif) no-repeat 0% 0%;
}
.buttons {
	clear:both;
	margin-bottom:2px;
	margin-top:40px;
	text-align:center;
}

.codeBox{
	border: 3px solid rgb(170, 188, 210);
	padding: 20px 10px 10px;
	text-align: center;
	width: 230px;
	height: 40px;
	background-color: rgb(228, 235, 243);
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
}

/** FOOTER */

#footer {
	width: 700px;
	height: 30px;
	margin: 0 auto;
	padding-bottom: 20px;
	background: url(../images/img06.gif) no-repeat left top;
}

#footer p {
	margin: 0px 0px 0px 0px;
	padding: .8em 0 0 0;
	text-align: center;
	font: bold x-small Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/** SEARCH */
.dropaccept
{
	background-color: #68BFEF;
}

.dropzone
{
	width: 460px;
	_height :	200px;
	min-height: 200px;
	background-color: #BBEF68;
}
.dropactive
{
	/*
	background-color: #fc9;
	*/
}
.drophover
{
	background-color: #ffc;
}


/** SHOWCASE MODE */
#posterbg {
	Z-INDEX: 100;
       	FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
       	LEFT: 0px; 
	WIDTH: 100%;
       	POSITION: fixed;
       	TOP: 0px;
       	HEIGHT: 100%; 
	BACKGROUND-COLOR: black;
       	opacity: 0.6
}
.PosterLarge {
	border:6px solid #008bd1;
	background-color:#ffffff;
	padding: 5px;
	left:35%;
	position:absolute;
	top:35%;
	z-index:103;
}

.fileContainer{
	display: none;
	width: 300px;
	line-height:140%;
}
.closePoster {
	position: absolute;
	top:0px;
	right:0px;
}

.iconImage
{
	margin: 15px;
	width:64px;
	height:64px;
}

.iconDesc{
	display: inline;
	float: left;
	margin: 5px;
}

.icons{
	display:inline;
	float:left;
	border:1px solid #dbf3ff;
	width: 460px;
	padding-bottom: 15px;
	padding-left: 15px;
}
