/* CSS Document */

body {
		background-color:#0066CC;
		margin:20px 0px;
		padding:0px;
		text-align:center;
}

a:link {
		color:#000;
		text-decoration: underline;
}

a:visited {
		color:#000;
		text-decoration: underline;
}

a:active { text-decoration: none;  outline: none; }

a:hover {
		color:#000;
		text-decoration: none;
}

a.small-link:link {
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
		color: #000;
}

a.small-link:visited {
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
		color: #000;
}

a.small-link:visited:hover {
		font-size: 10px;
		font-weight:normal;
		text-decoration: none;
		color: #000;
		font-size: 8px;
}

a.small-link:hover, a.small-link:active {
		font-size: 10px;
		text-decoration: underline;
		color: #000;
}

.log A:link {
		font-size:9px!important;
		text-decoration: none;
		color: #fff
}

.log A:visited {
		font-size:9px!important;
		text-decoration: none;
		color: #fff
}

.log A:active {
		font-size:9px!important;
		text-decoration: none;
		color: #fff
}

.log A:hover {
		text-decoration: underline;
		color: #fff;
}

.size10text {
		font-size: 10px;
		font-weight:bold;
}

.white-text {
		color:#FFFFFF;
		font-size: 10px;
		font-weight:bold;
}

.size14 {
		color:#FFFFFF;
		font-size: 14px;
		font-weight:bold;
}

#Content {
		width:712px;
		margin:0px auto;
		text-align:left;
		padding:0px;
}

#logo {
		margin-top:1px;
		margin-bottom:0px;
}

#logo img {
		padding:0px;
		height: 104px;
		float:right;
}

#middle { background-color: #333333; }

#titleimg {
		width:712px;
		height:160px;
		background-color: #FFFFFF;
		border-bottom: 5px solid #fff;
		background:url(../imagesfolder/login.jpg) no-repeat;
}

#floatleft { float:left; }

#floatright {
		margin-right:10px;
		float:right;
}

#pdContent {
		padding:10px;
		width:100px;
		float:right;
}

#leftbuttons { float:left; }

#contentleft {
		width:140px;
		padding:0px;
		float:left;
		background:#fff;
}

#contentcenter {
		width:387px;
		padding:0px;
		float:left;
		background-color: #FFFFFF;
}

#contentright {
		width:185px;
		padding:0px;
		float:left;
		background:#fff;
		height: 400px;
		background-image:url(../imagesfolder/page-fold.gif);
		background-position:bottom;
		background-repeat:no-repeat;
}

.footer-links { font-size: 9px; }

/* images */

.image-left{
float:left;
padding-right:5px;
padding-bottom:5px;
}


/* popup */


.highslide-html { background-color: white; }

.highslide-html-content {
		position: absolute;
		display: none;
}

.highslide-loading {
		display: block;
		color: black;
		font-size: 8pt;
		font-family: sans-serif;
		font-weight: bold;
		text-decoration: none;
		padding: 2px;
		border: 1px solid black;
		background-color: white;/*padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}

.control {
		float: right;
		display: block;
		/*position: relative;*/
	margin: 0 5px;
		font-size: 9pt;
		font-weight: bold;
		text-decoration:underline;
		text-transform: uppercase;
		color: #009933;
}

.control:hover {
		color: #004595 !important;
		text-decoration:none;
}

.highslide-move { cursor: move; }

.highslide-display-block { display: block; }

.highslide-display-none { display: none; }
