body {
 	background-color: #EEE;

	margin: 0px;
}

img {
	border: 0px;
	}
li {
}

.main {
	border-bottom: 1px solid #A1A1A1;
 	background-color: #f9f9f9;
}

body, table
        	{
        		font-family: Arial, serif;
         		font-size: 12px;
       		}
       		
       		.menuItem
       		{
         		font-size: 13px;
				width: 100%; 
				background-color: #EAEAEA; 
				background-position: right;
				background-repeat: repeat-y;


	
				height: 30px;  		
				border-bottom: 1px solid #CCCCCC;  
 				padding-left: 15px;    		
 				padding-bottom: 5px;    		
 				padding-top: 5px;    		
			}

       		.menuTitle
       		{
         		font-size: 13px;
				width: 100%; 
				height: 30px; 
				text-align: center; 
				     		
			}
			       		
       		.menuItemSelected
       		{
         		font-size: 13px;
				width: 100%;
				background-color: #F8F8F8; 
				height: 30px; 
				border-top: 1px solid #BBCCDD;       						border-bottom: 1px solid #DDDAC1; 				
 				padding-left: 15px;    		
 				padding-bottom: 5px;    		
 				padding-top: 5px;    		
     		}
       		
       		h1
       		{
           		font-size: 16px; 
           		color: #27A835;
            	margin-bottom: 2px;
           		margin-top: 6px;      		
       		}
       		h2
       		{
           		font-size: 13px;
           		text-transform: uppercase;  
           		font-weight: bold;
           		letter-spacing: 1px;   		
           		color: #989898;      		
            	margin-bottom: 2px;
           		margin-top: 6px;      		
      		}       		
       		h3
       		{
           		font-size: 13px;       		
            	color: #3AB22F;      		
            	margin-bottom: 2px;
           		margin-top: 6px;      		
     		}       		
      		form
       		{
       			display: inline;
       		}
       		
       		input, textarea, select {
 			
       		}
       		
       		.button {
        			padding: 2px;
       			border-right: 1px solid #003453;
       			border-bottom: 1px solid #003453;
       			border-top: 1px solid #7B94A3;
       			border-left: 1px solid #7B94A3;
			  	background-color: #C7D3DA;   		
       		}
       		
       		.dvd_extra {
       			font-size:10px;
       			color: #740000;
       		}
      
			.row2 {
       			background-color: #E7E7E7;
       		}
			.row3 {
       			border-top: 1px dashed #BBB;
       		}
			.row4 {
       			border-top: 1px dashed #BBB;
       		}

#user {
}
#user .top {
	color: #A1A1A1;
	font-size: 16px; 
    margin-bottom: 2px;
    margin-top: 6px; 
}
#user .top a {
	color: #27A835;
	text-decoration: none;
}
#adminpanel {
	width: 950px;
	padding: 5px;
	margin-bottom: 20px;
	text-align: center;
}
#adminpanel a {
	width: 100px;
	padding: 5px;
	background-color: #a1a1a1;
	color: #f8f8f8;
	text-decoration: none;
	text-align: center;
}
#topright {
	float: right;
	background: url('../images/login.png') no-repeat;
	margin-top: 20px;
	margin-right: 10px;
	padding: 5px;
	width: 250px; 
	height: 60px;
}
#coolmenu{
	width: 195px;
	margin-top: 20px;
	font-size: 16px;
	text-decoration: none;
}
#coolmenu a{
	padding: 2px;
	padding-left: 4px;
	display: block;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}
#coolmenu a:hover{
	background-color: #3AB22F;
	color: white;
}
#tabledescription{
	padding: 2px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
}


