body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#f5f4f2 url(../images/bg.jpg);
}

p {
	line-height:1.4em;
	font-size:12px;
	margin-bottom:15px;
	text-shadow: 1px 1px 0px #fff;
}

a {
	text-decoration:underline;
	color:#000;
}

a:hover {
	color:#777;
}

em {
	font-family:"Courier New", Courier, monospace;
	background-color:#FFE6E7;
}

small {
	font-size:9px;
	font-color:#CCC;
	background-color:#E6E6E6;
	border-radius:3px;
	padding:2px;
}

h1 {
	font-size:26px;
	color:#333;
}

h2 {
	font-size:22px;
	color:#333;
}

hr {
	background:url(../images/h_line1.gif);
	height:5px;
	border:none;
}

.hide {
	visibility: hidden;
}

.hr2 {
	background:url(../images/h_line2.gif);
}

#status {
	display:block;
	margin:20px auto;
	padding-top:20px;
}

.notification {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	border: 1px solid;
	background-position: 10px 11px !important;
	background-repeat: no-repeat !important;
	font-size: 13px;
	width: 99.8%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.notification div {
	display:block;
	font-style:normal;
	padding: 10px 10px 10px 36px;
	line-height: 1.5em;
}

.information {
	background: #dbe3ff url(../images/information.png);
	border-color: #a2b4ee;
	color: #585b66;
}

.error {
	background: #ffcece url(../images/cross_circle.png);
	border-color: #df8f8f;
	color: #665252;
}


.attention {
	background: #fffbcc url(../images/exclamation.png) 10px 11px no-repeat;
	border-color: #e6db55;
	color: #666452;
}

.success {
	background: #d5ffce url(../images/tick_circle.png);
	border-color: #9adf8f;
	color: #556652;
}

.wrap {
	margin:auto;
	width:950px;
}

.block {
	display:block;
}

.aLabel {
	font-size:11px;
	margin-bottom:3px;
}

#pageTitle {
	float:right;
	color:#141d2f;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.input_large {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #929292;
	padding:5px;
	width:270px;
	background-color:#f6f6f6;
}

#shoot_date {
	background-image:url(../images/datepicker.png);
	background-repeat:no-repeat;
	text-indent:25px;
	text-height:40px;
	line-height:15px;
}

#shoot_date_clone {
	background-image:url(../images/datepicker.png);
	background-repeat:no-repeat;
	text-indent:25px;
	text-height:40px;
	line-height:15px;
}

/**/
.tableStyle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 910px;
	text-align: left;
	border-collapse: collapse;
}

.tableStyle a {
	color:#fff;
}

.tableStyle th {
	padding: 15px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	color: #141d2f;
}

.tableStyle tbody {
	background:#243452 url(../images/nav_bg.png) repeat-x;
}
.tableStyle td {
	padding: 10px;
	color: #fff;
	border-top: 1px solid #222;
}

.tableStyle th {
	text-align:left;
}

.tableStyle tbody tr:hover td {
	color: #fff;
	background:#252f43 url(../images/nav_bg.png) repeat-x;
	cursor:pointer;
}
/**/

#install {
	margin-top:20px;
	padding:10px;
	background-color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#studio_logo {
	margin-top:20px;
}

.version {
	display:block;
	text-align:right;
	width:270px;
}

#login_page {
	margin-top:20px;
	padding:10px;
	width:280px;
	background-color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #ddd;
	-webkit-box-shadow:0 0 10px 2px #ccc;
	-moz-box-shadow:0 0 10px 2px #ccc;
	box-shadow:	0 0 10px 2px #ccc;
}

#loginButton, #retrieveButton {
	float:right;
}

#nav {
	height:70px;
	float:right;
	margin-top:-44px;
}

#nav ul {
	list-style:none;
	margin-right:30px;
}

#nav ul li {
	float:left;
	color:#fff;
	height:60px;
	width:70px;
}

#nav ul a {
	color:#777;
	text-decoration:none;
	zoom:1;
}

#nav ul a:hover {
	color:#fff;
}

.navItem {
	display:block;
	height:60px;
	padding-top:10px;
}

.navItemActive {
	color:#fff;
}

.navItemActive .nav_arrow {
	visibility: visible;
}

.navSelected ul {
	color:#fff;
}

.nav_arrow {
	margin-top:9px;
	visibility: hidden;
}

#main_shadow {
	-webkit-box-shadow:0 0 10px 2px #ccc;
	-moz-box-shadow:0 0 10px 2px #ccc;
	box-shadow:	0 0 10px 2px #ccc;
}

#header {
	margin-top:20px;
	height:70px;
	background:#141d2f url(../images/nav_bg.png) repeat-x;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#welcome {
	color:#fff;
	width:200px;
}

#avatar {
	width:50px;
	height:50px;
	background-color:#990000;
	display:block;
	float:left;
	margin-top:10px;
	margin-left:10px;
	display:none;
}

#welcome_text {
	display:block;
	padding-top:20px;
	padding-left:20px;
}

#welcome_text a {
	text-decoration:underline;
	color:#777;
}

#welcome_text a:hover {
	color:#fff;
}

#content_holder {
	padding:20px;
	background-color:#fff;
	width:910px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#commentsWindow {
	height:285px;
	overflow:auto;
	clear:both;
}

.aComment {
	background-color:#eee;
	margin-bottom:3px;
	border-radius:3px;
	padding:5px;
}

.commentText {
	line-height:1.5em;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
}

.commentTitle {
	border-bottom:1px solid #aaa;
	display:block;
	padding-bottom:3px;
	margin-bottom:5px;
	font-weight:bold;
}

#project_form, #bookmark_form, #client_form {
	width:300px;
	float:left;
}

#userlist {
	width:285px;
	max-height:251px;
	float:left;
	overflow:auto;
}

#selectable .ui-selecting {
	background:#9C0;
}

#selectable .ui-selected {
	background:#68ab35;
	color: white;
}

#selectable {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#selectable li {
	margin: 3px;
	padding: 0.4em;
	font-size: 14px;
	height: 16px;
	background:#f6f6f6;
	border:1px solid #929292;
	border-radius: 3px;
}

#project_pane {
	margin-top:13px;
	padding-left:30px;
	width:580px;
	float:right;
	line-height:1.4em;
	min-height:537px;
	background: url(../images/v_divider.png) no-repeat;
}

#collections_pane {
	padding-left:30px;
	width:580px;
	float:right;
	line-height:1.4em;
	min-height:537px;
	background: url(../images/v_divider.png) no-repeat;
}

#upload-control {
	/*display:block;*/
	float:left;
}

/* - -- --- Progress bar --- -- - */
@-webkit-keyframes stripes {
  from {
    background-position: 0 0;
  }
  to {
   background-position: 23px 0;
  }
}

.progress{
	width: 460px;
	height: 20px;
	padding: 3px 2px;
	background:#252f43 url(../images/nav_bg.png) repeat-x;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    float:left;
    margin-left:20px;
    margin-top:3px;
}

.progress .bar {
	width: 0%;
	height: 20px;
	background: url(../images/bar-bg.png) repeat-x;
	-webkit-animation: stripes 1.5s linear infinite;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.bar_percent {
	width:450px;
	margin:auto;
	padding-top:2px;
	color:#fff;
	text-shadow: 1px 1px 0px #000;
	display:block;
}

.adminGal td {
	padding:11px;
}

.adminGalImg {
	padding:10px;
	background-color:#fafafa;
	border:1px solid #dfdfdf;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
	margin-top:-55px;

	-webkit-box-shadow: 0px 0px 10px 0px #ddd;
	-moz-box-shadow: 0px 0px 10px 0px #ddd;
	box-shadow: 0px 0px 10px 0px #ddd;
}

.galImgButtons {
	position:relative;
	top:45px;
	visibility:hidden;
}

.galHoverBtn {
	margin-bottom:3px;
}

.socialBtn {
	background-color:#ccc;
	border-radius:3px;
	padding:8px;"
}

.socialBtn:hover {
	background-color:#bbb;
	border-radius:3px;
	padding:8px;"
}

/******
* Paginiation
******/

.pagination {
	display: inline-block;
	font-family: "Tahoma", Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.pagination li a {
	text-decoration: none;
	padding: 2px 8px;
}

.pagination li {
	float: left;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	margin:3px;
}

.pagination .active, .disabled {
	padding:0px 8px;
}

.pagination.blue, .pagination.blue a {
	color: #fff;
}

.pagination li:hover:not(.dots) {
	border-color: #000;

	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
}

.pagination.blue li:not(.dots) {
	background-color: #4fa3e0;
	border-color: #000 ;
	text-shadow: 0px 1px 1px #206fa8;
	background: #343d56;
	background: -moz-linear-gradient(top,  #343d56 0%, #141d2f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#343d56), color-stop(100%,#141d2f));
	background: -webkit-linear-gradient(top,  #343d56 0%,#141d2f 100%);
	background: -o-linear-gradient(top,  #343d56 0%,#141d2f 100%);
	background: -ms-linear-gradient(top,  #343d56 0%,#141d2f 100%);
	background: linear-gradient(to bottom,  #343d56 0%,#141d2f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343d56', endColorstr='#141d2f',GradientType=0 );
}


.pagination .dots {
	bottom: -6px;
	color: #606060;
	position: relative;
	border: 0px;

}

/*
.pagination a, .pagination .dots {
	display: inline-block;
	margin-right: 2px;
	padding: 2px 8px;
}
*/