﻿body { 
   margin:0px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
}

.bg_container {
    width:992px;
    margin:auto;
	background: url(../images/gradient_body.jpg) repeat-y;
}

.site_container {
    width:948px;
    margin:auto;
    background: url(../images/gradient_grey_vert.jpg) repeat-x bottom;
}

.top_container {
    
}

.bottom_container {
	font-size:11px;
}

.gradient_blue {
    height:10px;
    background: url(../images/gradient_blue.jpg) repeat-y;
}

.gradient_red {
    height:10px;
    background: url(../images/gradient_red.jpg) repeat-y;
    clear:both;
}

.gradient_grey {
    height:6px;
    width:862px;
    background: url(../images/gradient_grey.jpg) repeat-y;
    margin:auto;
}

.gradient_grey_shadow {
    height:7px;
    width:862px;
    background: url(../images/gradient_grey_shadow.jpg) no-repeat;
    margin:auto;
}

.logo_grande_title {
	height:65px;
    width:165px;
    background: url(../images/logo_grande_title.jpg) no-repeat;
    float:left;
    margin-left:10px;
	margin-top:35px;
}

.logo_title_america {
    height:124px;
    width:198px;
    background: url(../images/logo_title_america.jpg) no-repeat;
    float:left;
    margin-left:200px;
}

.logo_legacy {
    /*
    height:65px;
    margin-top:35px;
    */
    height:100px;
    width:154px;
    background: url(../images/logo_legacy.jpg) no-repeat;
    background-position:bottom;
    float:right;
    margin-right:10px;	
	text-align:right;
}
.logo_legacy a img
{
    
    top:0px;
    left:0px;
    border:none;
}
.content_container {

}

.bottom_container {
    text-align:center;
}

.folder_container {
    position:relative;
    left:110px;
	top:30px;
    height:600px;
}

.folder_front {
    height:355px;
    width:629px;
    background: url(../images/folder_front.png) no-repeat; 
    position:absolute;
    left:0px;
    /*top:240px;*/
    top:170px;
    z-index:1000; 
}

.folder_front_tab {
	width:338px;
	height:40px;
	background: url(../images/folder_front_tab.png) no-repeat;
	position:absolute;
    left:26px;
    /*top:200px;*/
    top:130px;
	z-index:1002;
}

#content_header {
	width:300px;
	text-align:center;
	position:relative;
	left:15px;
}

#content_header h2 {
	margin-top:10px;
	margin-bottom:0px;
	color: #FFF;
	font-size:17px;
}

div #welcome {	
	color: #FFF;
	font-size:12px;	
}


#content {
	width: 95%;
	height: 275px;
	background-color:#FFF;
	position:relative;
	top:20px;
	left:15px;
	border:solid #000 1px;
	overflow:auto;
	/*overflow:hidden;*/
	font-size:12px;
}

#content div {
	padding:10px;
}

#table_content {
	width: 95%;
	margin:auto;
	border-collapse:collapse;
}

#table_content th {
	font-size:14px;
	margin:8px;
}

#table_content tr {
	font-size:12px;
	margin:8px;
}

.table_head {
	border-bottom:solid 1px #000;
	height:25px;
	text-align:center;
}

.folder_side {
	height:307px;
    width:23px;
    background: url(../images/folder_side.png) no-repeat;
    position:absolute;
}

.folder_side_end {
	height:9px;
    width:39px;
    background: url(../images/folder_side_end.png) no-repeat;
    position:absolute;
}

.folder_tab_right {
    height:60px;
    width:313px;
    background: url(../images/folder_tab_right.png) no-repeat;
    position:absolute;
	padding-left:20px;
	padding-top:8px;
}

.folder_tab_right p {
	margin:0px;
	width:275px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}

.folder_tab_right a {
	text-decoration:none;
	color:#000;
}

.folder_tab_left {
    height:79px;
    width:315px;
    background: url(../images/folder_tab_left.png) no-repeat;
    position:absolute;
	padding-left:15px;
	padding-top:8px;
}

.folder_tab_left p {
	margin:0px;
	width:265px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}

.folder_tab_left a {
	text-decoration:none;
	color:#000;
}

#login {
	font-size:13px;
	width: 300px;
	margin:auto;
}

#login table {
	border:solid 1px #900;
	width:300px;
}

.login_top {
	background-color: #900;
	font-weight:bold;
	color:#FFF;
}

.btn_login {
	width:150px;
}

#content_header span {
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	float:left;
	width:10px;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
}

#c_file_info h3 {
	margin-top:5px;
	margin-bottom:5px;
	font-size:12px;
	padding-top:10px;	
	
}

#c_file_info h4 {
	margin-top:3px;
	margin-bottom:3px;
	margin-left:10px;
	font-size:13px;
}

#c_file_info p {	
}

#folder_front_tab a:link, a:visited
{
    color:Black;
}
.folder_tab_right a:link, a:visited
{
    color:Black;
}
.folder_tab_left a:link, a:visited
{
    color:Black;
}
#content_header a:link, a:visited
{
    color:Black;
}

#content a:link:hover, #content a:visited:hover
{
    color:Orange;
    text-decoration: underline;
}
#content a:link, #content a:visited
{
    color:Blue;
    text-decoration:none;
}
.error
{color:Red;}