body,td,th {
    font-family: Arial, Helvetica, sans-serif;
	color: #999999;	
}
body {
	background-color: #303030;
}

a:link, a:visited, a:active {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: bold;
    color: #6EB9D9;
    border:1px solid #737373;
    text-align:center;
    background-color: #2E2E2E;
    /*width:12.0em;*/ 
    padding: 5px;
    margin: 2px;
    text-decoration: none;
}

a:hover {
	cursor: pointer; 
	color: #fff;
}

img {

  border: 2px solid #fff;
  padding: 2px;

} 

input 
{
	background-color: #2E2E2E;
	color: #6EB9D9;
	font-size:12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	border-bottom: 2px solid #404040;
	border-top: 1px solid #aaaaaa;
	border-right: 2px solid #404040;
	border-left: 1px solid #aaaaaa;
	/*width:12.0em;*/
}

input[type=submit]
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: bold;
    color: #6EB9D9;
    border:1px solid #737373;
    text-align:center;
    background-color: #2E2E2E;
    /*width:12.0em;*/ 
    padding: 5px;
    margin: 2px; 
}

input[type=submit]:hover 
{
	cursor: pointer; 
	color: #fff;
    /*font-size:16px;*/

}

input[type=button] 
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: bold;
    color: #6EB9D9;
    border:1px solid #737373;
    text-align:center;
    background-color: #2E2E2E;
    /*width:12.0em;*/ 
    padding: 5px;
    margin: 2px;
}

input[type=button]:hover 
{
	cursor: pointer;
	color: #fff;
	/*font-size:16px;*/
}

TEXTAREA,SELECT {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 12;
  font-weight: bold;
  color: #FFFFFF;
  border: 1px solid black;
  background-color: #6EB9D9;
  padding: 1;
}

.titrepage { 
  background-color: #6EB9D9;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 12;
  font-weight: bold;
  color: #FFFFFF;
}

		/**
		 * Thats the basic css needed for the upload bars
		 */

		form legend
		{
			font-weight:			bold;
			font-size:				14px;
			color:					#6EB9D9;
			margin:					auto;
			margin-left:			0;
			padding:				0.25em 0 0;
		}

		.photoupload-queue
		{
			list-style:				none;
		}
		.photoupload-queue li
		{
			padding:				5px 0 5px 22px;
		}

		.photoupload-queue .queue-file
		{
			font-weight:			bold;
			color:					#fff;
		}

		.photoupload-queue .queue-size
		{
			color:					#fff;
			margin-left:			1em;
			font-size:				0.9em;
		}

		.photoupload-queue .queue-loader
		{
			position:				relative;
			margin:					3px 15px;
			font-size:				0.9em;
			background-color:		#ddd;
			color:					#fff;
			border:					1px inset #ddd;
		}
		.photoupload-queue .queue-subloader
		{
			text-align:				center;
			position:				absolute;
			background-color:		#81B466;
			height:					100%;
			width:					0%;
			left:					0;
			top:					0;
		}

		.photoupload-queue .input-delete
		{
			width:					16px;
			height:					16px;
			background:				url(images/delete.png) no-repeat 0 0;
			text-decoration:		none;
			border:					none;
			float:					right;
		}