html,body {
	margin: 0;
	padding: 0;
}

ol,ul,li {
	list-style: none;
	color: red;
}

.button {
	border: none;
	background: #7d7d7d;
	width: 200px;
	height: 41px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 10px;
	font-family: tahoma;
	border-radius: 3px;
}
/*------------------ Site Structure ------------------*/
#header {
	height: 100px;
	background: url(../images/maccah.jpg) repeat-x;
}

#header #logo {
	height: 47px;
	width: 46px;
	float: left;
	margin: 5px 15px 10px 40px;
}

#header #head {
	font-size: 24px;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	float: left;
	padding-top: 15px;
	padding-left: 5px;
}

#header #logout {
	width: 53px;
	float: left;
	padding: 10px;
}

#logout a {
	line-height: 17px;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

/* end sidebar menu */
#intro {
	border: 1px solid #FFF;
	clear: both;
	padding: 20px;
	font-size: 1.4em;
	line-height: 1.6em;
	background: url(../images/body_bg.png) repeat-x;
	float: left;
	width: 96%;
}

#box_middle input[type='text'] {
	height: 30px;
	width: 300px;
	border: 1px solid #CCC;
	border-radius: 5px;
	outline: none;
	font-size: large;
	text-align: left;
	padding: 5px;
	margin-top: 7px;
}

#box_middle input[type='password'] {
	height: 30px;
	width: 300px;
	border: 1px solid #CCC;
	border-radius: 5px;
	outline: none;
	font-size: large;
	text-align: left;
	padding: 5px;
	margin-top: 7px;
}

#credit {
	clear: both;
	padding: 10px;
	text-align: left;
	font-size: .9em;
	color: #fff;
	background: #B22B00;
}

#credit a {
	color: #000;
}
/* global links */
a {
	text-decoration: none;
	color: #0069aa
}

/*-----------------------------------------------*/

/*---------------    Dropdown    ---------------*/

/*---------------------------------------------*/

/*

 LEVEL ONE

 */

ul.dropdown {
	position: relative;
	z-index: 10;
	margin: auto;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	height: 32px;
	background: #B22B00;
}

ul.dropdown li {
	float: left;
	zoom: 1;
}

ul.dropdown a:hover {
	color: #000;
	background: #e2e2e2;
	text-decoration: none;
	background-position: 20px;
}

ul.dropdown a:active {
	color: #666666;
	background: #fff;
	
}

ul.dropdown li a {
	text-align:left;
	display: block;
	padding: 9px 9px;
	color: #EEE;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	
}
.showme{ 
display: none;
}
.showhim:hover .showme{
display : block;
}

/* ----------------------------------------------Footer-------------------------------------*/
#error {
	background: #e55001;
	color: #fff;
	font-size: 16px;
	padding-top: 10px;
	height: 30px;
}

#error a {
	color: red;
}

#main_site_container {
	padding: 10px;
	text-align: left;
        overflow: auto;
    border: 1px solid #555555;
    width: 987px;
    min-height: 410px;
}

.waiting{
    background-color: red;
    margin-right: 5px; 
    color: #fff;
    font-weight: bold;
}

.blocked{
    background-color: black;
    margin-right: 5px; 
    color: #fff;
    font-weight: bold;
}

.approved{
    background-color: green;
    margin-right: 5px; 
    color: #fff;
    font-weight: bold;
}


#photosContainer{
    border-spacing: 0px;
    border-collapse: collapse;
    margin:10px 10px 0 0;
}

#photosContainer td{
    border-spacing: 0px;
    border: 1px solid #CCC;    
}