﻿@import url('layout.css');
/* For Roster*/
body {		
	text-align: center;
	background-color: #EFE4CF;
	font-family: Georgia, Helvetica, "Times New Roman";
	font-size: 100%;
	height: auto;
}
#all {
/*background-color:aqua;*/
	/*width: 800px;*/
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
}
#left {
/*background-color:fuchsia;*/
	width: 65px;
	float: left;
	/*height: 1000px;*/
	height: 700px;	
	background-image: url('../../images/leftrepeat.gif');
	background-repeat: repeat-y;
	left: 0px;
	top: 0px;
}
#top {
/*background-color:blue;*/
	margin: 0px;
	border: 0px;
	/*width: 734px;*/
	width: 935px;	
	/*height: 75px;*/
	float:right;
	height: auto;	
	background-image: url('../../images/toprepeat.gif');
	background-repeat: repeat-x;
	text-align: center;
	font-family: Georgia, Helvetica, "Times New Roman";
	/*font-size: x-large;*/
	font-weight: bold;
	font-style: italic;
	vertical-align: middle;
	/*left: 66px;*/
	top: 0px;
}
#container {
	/*width: 735px;*/
	/*background-color:lime;*/
	width: 935px;
	margin: 0px;
	position: relative;
	/*top: 0px;*/
	top:auto;
	background-image: url("../../images/backgroundrepeat_dir.gif");    
	background-repeat: repeat-y;
	/*float: left;*/ 
	float:right;
}

#navigation {
/*	position: relative;*/
	float: left;
	/*width: 125px;*/
	width:auto;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content {
	float: left;
	/*width: 600px;*/	
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#footer {
	border-width: 2px;
	margin: 5px 0pc 0px 0px;
	text-align: center;
	clear: both;
	width: 90%;
	clear: both;
	border-top-style: solid;
	border-top-color: #8A7754;
	border-bottom-style: solid;
    border-bottom-color: #8A7754;
    margin-top:50px;	
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	text-align:center;
	height:100%;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #90794F;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #9F8A61;
	font-family: Georgia, Helvetica, "Times New Roman";
	/*font-size: medium;*/
	font-size:120%;  
	font-weight: bold;
	font-style: italic;
}
#navigation a:hover {
	color: #996633;
	text-decoration: none;
	background-color: #E1CDA5;
}
#container p {             
    padding: 10px 15px 0px 15px;            
    text-align:center;
    font-size:110%;
}

/* For Directory*/
#secPlayer {               
    margin: 50px 0px 10px 0px;               
}

#lblError{
            float:left;
            margin-left:20px; 
            margin-right:20px;           
            color:red;
            background-color:white;
            font-size:110%;            
            }

#btnLogin  { 
            margin-left:50px;
            margin-bottom: 50px;
            background-color: #EFE4CF;
            padding-left: 10px;
            padding-right: 10px;    
            }
#lblPlayerNumber{
            float:left;
            margin-left:220px;
            margin-right:20px;
            }
#lblDataBaseDate{
            float:left;
            margin-left:200px;           
}
#lstMulti{
            float:left;                      
            /*background-color:coral;*/            
            background-color: #EFE4CF;
            font-family:'Courier New', Consolas, monospace;
            }     

#txtDBDate{
    width:200px;   
   text-indent: 3em;       
}

.BigMargin{
    margin-bottom:50px;
}

/* Mail*/ 
#tblMailLogin{
        float:left;        
        margin-top:200px;
        margin-left:100px;
}
#lblLogInError{
        float:left;
        margin-top:10px;
        margin-left:100px;
        background-color:red;
}
#tblSendMail{
    float:left;
    margin-left:75px;
    margin-top:10px;
    column-width:200px;    
}
.MailButton  {            
            background-color: #EFE4CF;
            padding-left: 10px;
            padding-right: 10px;
            width: 100px;    
            }
#lblStatus{
    
}
/*#tblFrom {
    float: left;
    margin-left: 75px;
    margin-top: 10px;
    column-width: 300px;
}*/
.MailTxt {
    width:200px;
    margin-left:45px;
    margin-right:45px;
}
#tblAttachFiles{
    width: 50%;
    float:left;
    margin-left: 200px;
    margin-top:100px;
}
#lstFiles{
    width: 100%;
    height: 100px;
}
#lblSubject{
    float:left;
    margin-left:75px;
}

    
                   
     




