@import url('forms.css');

body {
    font-family: Verdana;
	font-size: 8pt;
    background: #E7E7E7 url('http://www.trimergo.com/fileadmin/templates/images/borders.gif') repeat-y scroll 50% 0px;
}

.mainContainer{

width: 860px;
left: 50%;
margin-left: -430px; /* - (width/2) */
position: relative;
/* border:thin solid #000000; */

}
.login_div{
width: 250px;
left: 50%;
margin-left: -175px; /* - (width/2) */
position: relative;
margin-top: 100px;
}

.localFile
{
background-color:#999999;

}


.files
{
float: left;
}

.fileHeader
{
background-color:#CCCCCC;
}

.newsItem
{
background-color:#CCCCCC;

}


.header_bottomline {
background-image:url(img/header_line.gif);
background-repeat:repeat-x;
clear:both;
height:16px;
}


/* Menu */
#menu t {
	text-align: left;
}

td.index_menu
{
	width: 140px;
    text-align: center
}

.menuItems {
	font-size: 1.1em
}

A.menuItems
{
	color: #263670;
	font-weight:bold;
	text-decoration: none;
	padding: 0 20px;
}

A.menuItems:hover{
    color: white;
    text-decoration: none;
	background-color: #bfbfbf;
}

td.index_header
{
	text-align: left;
	vertical-align: top;
	background-image: url('../img/header_general_1.gif');
	height: 142px;
	color: #fff;
	padding-left: 20px;
}

td.index_header a {
	vertical-align: middle;
	font-size: 1.05em;
	
	text-align: left;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	text-transform:uppercase;
	padding: 0 20px 0 5px;
	margin-top: 2px;
	
    background-image: url('http://www.trimergo.com/fileadmin/templates/images/vertical.gif');
	background-position: center right;
	background-repeat: no-repeat;
}

td.index_header a:hover {
	text-decoration: underline;
}

/* file.php */

A.file
{
color:#000000;
text-decoration: none;
}

A.file:visited{
color:#000000;
text-decoration: none;
}

A.file:hover{
color:#006699;
text-decoration: none;
}

A.dir
{
text-decoration: none;
}

A.dir:visited{
color:#0000FF;
text-decoration: none;
}

A.dir:hover{
text-decoration: none;
}
/*  */

.login_table{ 

}

.index_header{
width: 800px;
text-align:center;

}

.index_menu{
background-color:#FFFFFF;
font-weight:bold;
text-transform:uppercase;
color:#006699;

}

A:link{
text-decoration: none;
}

.index_content{
width: 700px;
background-color:#003333; 
}

/* footer */

.index_footer{
	clear: both;
    width: 866px;
    height: 18px;
    background-repeat: no-repeat;
    margin: auto;
    background-image: url(http://www.trimergo.com/fileadmin/templates/images/footer_general.gif);
	margin-top: 20px;

}

.index_footer a{
	color: #fff;
}

.footer_content {
    color: white;
    text-align: right;
    margin-right: 18px;
    font-size: 0.8em;
    padding-top: 1px
}

.footer_content a {
    color: white;
    margin-left: 16px;
    margin-top: -8px
}

.footer_content_left {
    float: left;
    margin-left: 18px
}

.footer_content_right {
    float: right;
    margin-right: 10px
}

strong.extra {
	color: #ff0000;
}
