/* - - - - - - - - - - - - - - - - - - - - -

Title : Onlinephototool.com
Author : Michiel Stam
URL : www.onlinephototool.com

- - - - - - - - - - - - - - - - - - - - - */


/* GENERAL STYLES */

html, body {
	 height: 100%;
	 background:#fff;
	 margin:0;
	 padding:0;
	 font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	 color:#4B4B4B;
	 line-height: 130%;
	}
 
 
#mastercontainer {
	position: relative;
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
	}
	

#topcontainer h1 {
	background:url(../images/logo.png) no-repeat;
	height:83px;
	width:248px;
	margin: 0;
	padding: 0;
	}

#topcontainer h1 a {
	display:block;
	height:100%;
	overflow:hidden;
	text-decoration:none;
	text-indent:-1000em
	}


h2 {
	font-size: 1.3em;
	color: #00568F;
	background-color: #DEEEFF;
	padding: 10px;
	width: 80%;
	}
	
h3	{
	font-size: 1.1em;
	}




/* HEADER */

#topcontainer {
	width: 100%;
	height: 101px;
	background-image: url(../images/bgheader.png);
	background-color: #0076C4;
	}
	
	#topassets {
		width: 1000px;
		background-image: url(../images/bgheader.png);
	}
	
	
		#logo {
			float: left;
			margin-left: 5px;
			margin-top: -10px;
			width: 248px;
			height: 83px;
			padding: 0;
			}
		#language {
			float: left;
			font-size: 9px;
			margin-left: -128px;
			margin-top: 74px;
			width: 128px;
			height: 15px;
			padding: 0;
			color: #7EB7DC
			}
			
		#login {
			font-size: 9px;
			margin-left: 20px;
			padding: 0px;
			float: left;
			width: 249px;
			height: 89px;
			background-color: #00406A;
			background: url(../images/bg_login.jpg);
			background-position:bottom;
			background-repeat:no-repeat;
			}
			
			#login p {
			font-size: 9px;
			margin: 5px 5px 5px 15px;
			list-style: none;
			}
			
			label{
			color:#FFFFFF;
			width: 7em;
			float: left;
			text-align: left;
			margin-right: 0.5em;
			display: block
			}
			
			.submit input{
			font-family: Trebuchet MS, Arial;
			font-size: 11px;
			float: right;
			background-color:#70C948;
			color: #00568F;
			border: none;
			margin-right: 10px;
			height: 20px;
			width: 50px;
			}

			.logout input{
			font-family: Trebuchet MS, Arial;
			font-size: 11px;
			float: left;
			background-color:#70C948;
			color: #00568F;
			border: none;
			margin-left: 0px;
			height: 20px;
			width: 70px;
			}
			
			input.login{
			color: #00568F;
			background: #ffffff;
			border: none;
			width: 150px;
			}
				
			.forgetpw {
			font-size: 9px;
			width: 150px;
			}
				
			.forgetpw a {
			color: #FFFFFF;
			text-decoration:underline;
			}

			
			.red {
			color: red;
			}
			
				
	#banner_468 {
		width: 468px;
		height: 60px;
		margin-top: 10px;
		float: right;
		background-color:#999999;
		}
	
	 


/* NAVIGATION */
	
  #header {
	  float:left;
	  width:100%;
	  background:#DAE0D2 url(../images/bg.png) repeat-x top;
	  font-size:80%;
	  line-height:normal;
	  }
		#header ul {
		  margin:0;
		  padding:10px 10px 0;
		  list-style:none;
		  }
		#header li {
		  float:left;
		  background:url(../images/norm_left.png) no-repeat left top;
		  margin:0;
		  padding:0 0 0 9px;
		  }
		#header a {
		  float:left;
		  display:block;
		  background:url(../images/norm_right.png) no-repeat right top;
		  padding:5px 15px 4px 6px;
		  text-decoration:none;
		  font-weight:bold;
		  color:#FFFFFF;
		  }
		
		/* Commented Backslash Hack
		   hides rule from IE5-Mac \*/
		#header a {float:none;}
		/* End IE5-Mac hack */
		#header a:hover {
		  text-decoration: underline;
		  }
		#header #current {
		  background-image:url(../images/norm_left_on.png);
		  }
		#header #current a {
		  background-image:url(../images/norm_right_on.png);
		  color:#00558D;
		  padding-bottom:5px;
		  }
	
	
/* CONTENT */

#contentcontainer {
	font-size: 12px;
	position: relative;
	min-height: 100%;
	background-color:#FFFFFF;
	clear: both;
	width: 100%;
		}
		
		#content {
			padding: 10px;
			
			}
		#content ul {
		  margin-top: 0;
		  margin-bottom: 0;
		  
		  }
		#content li {
		  margin-top: 0;
		  margin-bottom: 0;
		  margin:0;
		  }

		.content p {
			padding-left: 15px;
			}
		.content a {
			color: #00568F;
		}
		
		#banner_600 {
		
			float: right;
			width: 120px;
			height: 600px;
			background-color:#CCCCCC;
			margin: 10px 0 15px 10px;
			}
		


/* FOOTER */

#footer {
	font-size: 11px;
	width: 100%;
	background:url(../images/bgheader.png);
	height: 40px;
	position: relative;
	margin-top: -41px;
}

	
	
	#footer_content {
		color: #FFFFFF;
		margin: 0 auto;
		padding: 10px;
		text-align: center;
		}

	
	#footer_content a {
		color:#FFFFFF;
		}
