/* @override 
	http://localhost:8888/graham/css/client.css
	http://localhost:8888/css/client.css
	http://grahamsimages.com/css/client.css
*/

.container#client {
	text-align: center;
	background-color: #000;
	width: 1000px;
	min-height: 600px;
	position: relative;
}


#client #body {
	text-align: left;
	margin-top: 100px;
	margin-left: 20px;
	margin-bottom: 40px;
	width: 560px;
	font-size: 13px;
}

input#search {
	width: 222px;
	height: 30px;
	background-image: url(../images/content_pages/client/searchbox.gif);
	padding: 5px 10px;
	vertical-align: middle;
	font-size: 13px;
	margin-top: 10px;
	color: #000;
	border: 0 none #000;
}

ul.event_list {
	padding: 0;
	margin-bottom: 30px;
}

ul.event_list li {
	list-style-type: none;
	line-height: 35px;
	height: 30px;
	width: 400px;
	border-bottom: 1px solid #7f7f7f;
}

ul.event_list li a,
ul.event_listli a:active,
ul.event_list li a:visited {
	text-decoration: none;
}

ul.event_list li a:hover {
	text-decoration: none;
	color: #a5a5a5;
}

p {
	color: #fbfbfb;
	font-weight: bold;
	font-size: 20px;
}

/* @group tabs */

#tabs {
	height: 50px;
	margin-bottom: 20px;
}

#tabs .tab a {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
}

#tabs #recent_tab.tab a {
	width: 186px;
	background-image: url(../images/content_pages/client/tabs.jpg);
}

#tabs #az_tab.tab a {
	width: 186px;
	background: url(../images/content_pages/client/tabs.jpg) -186px 0;
}

#tabs #search_tab.tab a {
	width: 186px;
	background: url(../images/content_pages/client/tabs.jpg) 186px 0;
}

/* hover */

#tabs #recent_tab.tab a:hover {
	width: 186px;
	background: url(../images/content_pages/client/tabs.jpg) 0 -51px;
}

#tabs #az_tab.tab a:hover {
	width: 186px;
	background: url(../images/content_pages/client/tabs.jpg) -186px -51px;
}

#tabs #search_tab.tab a:hover {
	width: 186px;
	background: url(../images/content_pages/client/tabs.jpg) 186px -51px;
}

/* selected */

#tabs #recent_tab.tab a.selected, #tabs #recent_tab.tab a.selected:hover {
	width: 186px;
	background: url(../images/content_pages/client/tabs.jpg) 0 51px;
}

#tabs #az_tab.tab a.selected, #tabs #az_tab.tab a.selected:hover {
	width: 186px;
	background: url(../images/content_pages/client/tabs.jpg) -186px 51px;
}

#tabs #search_tab.tab a.selected, #tabs #search_tab.tab a.selected:hover {
	width: 186px;
	background: url(../images/content_pages/client/tabs.jpg) 186px 51px;
}

/* @end */

/* @group az list */

.listNav { margin:0 0 10px;}
.listNav a { font-size:0.9em; display:block; float:left; padding:2px 5px;
    border:1px solid silver; border-right:none; text-decoration:none }
.listNav a.ln-last { border-right:1px solid silver; }
.listNav a:hover,
.listNav a.ln-selected { background-color: #fff;
	color: #000;
}
.listNav a.ln-disabled { color:#ccc;
	background-color: #333;
}
.listNav .ln-letterCount { text-align:center; font-size:0.8em; line-height:1;
    margin-bottom:3px; color:#336699; } /* extra styling using jquery.listnav.js internally used class name */



/* @end */

/* @group password */

#TB_ajaxContent {
	background-color: #000;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

#TB_ajaxContent .album_title {
	text-align: center;
	font-size: 16px;
	margin-bottom: 3px;
}

#TB_ajaxContent .login_text {
	text-align: center;
	font-size: 14px;
}

#TB_ajaxContent .password_error {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #920000;
}

#TB_ajaxContent #pw {
	text-align: center;
}

#TB_ajaxContent #buttons {
	text-align: center;
}

#TB_ajaxContent input {
	margin-top: 5px;
}

#TB_ajaxContent #pw input {
	width: 150px;
}

#TB_ajaxContent #buttons input {
	width: 75px;
	margin-top: 10px;
}

/* @end */

/* @group login box */

#login_wrapper {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 0;
	overflow: visible;
	display: none;
	margin-top: 250px;
	z-index: 2;
	left: 0;
}

#login_border {
	width: 420px;
	background-color: rgba(255,255,255,0.3);
	z-index: 999;
	text-align: center;
	display: inline-block;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}

#login {
	width: 390px;
	background-color: #000;
	z-index: 1000;
	text-align: center;
	display: inline-block;
	position: relative;
	font-size: 14px;
	text-align: center;
	color: #fff;
}

#login .album_title {
	text-align: center;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 8px;
}

#login .login_text {
	text-align: center;
	font-size: 13px;
}

#login .password_error {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #920000;
	height: 18px;
}

#login #pw {
	text-align: center;
}

#login #buttons {
	text-align: center;
	margin-bottom: 20px;
}

#login input {
	margin-top: 5px;
}

#login #pw input {
	width: 150px;
	height: 20px;
	margin-top: 12px;
}

#login #buttons input {
	width: 75px;
	margin-top: 10px;
}

/* @end */

