/*  
10kBeats Premade 11: Killer - Gallery CSS
*/

* {
	margin: 0;
	padding: 0;
}

::-webkit-scrollbar {background-color:#f7f7f7;height: 10px;width: 10px;}
::-webkit-scrollbar-thumb {background-color:#657f9f;height:10px; border: 4px solid #f7f7f7;}

body {
	background-color: #f7f7f7;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	color: #2b2b2b;
	line-height: 18px;
}

#wrapper {
	margin: 0px auto;
	width: 100%;
	background-image: url("images/smn_header2.png");
	background-position: center center;
	background-repeat: no-repeat;	
}

#container {
	margin: 20px auto;
	max-width: 1080px;
}

#topbar {
	width: 100%;
	height: 80px;
	background-color: #2b2b2b;
	text-align: center;
	margin: 20px auto;
}

#topbar #stitle {
	min-width: 60px;
	height: 80px;
	line-height: 80px;
	border-right: 20px solid #f7f7f7;
	border-left: 20px solid #f7f7f7;
	background-color: #ca8259;
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 0 20px;
	display: inline-block;
}

#header {
	width: 1200px;
	height: 450px;
	background-image: url("images/smn_header2.png");
	background-position: center center;
	background-repeat: no-repeat;	
	margin: 0 auto;
	position: relative;
} 

#header {
	width: 1200px;
	height: 450px;
	background-image: url("images/smn_header2.png");
	background-position: center center;
	background-repeat: no-repeat;	
	margin: 0 auto;
	position: relative;
}

#footer {
	clear: both;
	width: 100%;
	min-height: 80px;
	background-color: #29292b;
	text-align: center;
	margin: 0px auto 20px auto;
}

#fcontent {
	width: 800px;
	line-height: 18px;
	padding: 20px;
	border-right: 20px solid #f7f7f7;
	border-left: 20px solid #f7f7f7;
	background-color: #ca8259;
	color: #ffffff;
	font-family: 'Droid Serif', sans-serif;
	font-size: 11px;
	text-align: justify;
	margin: 0 auto;
}

#footer a {	
	background-color: transparent;
	color: #ffffff;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

#footer a:hover {	
	text-decoration: underline;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

#mbox {
	position: relative;
	top: 0; bottom: 0;
	left: 0; right: 0;
	margin: auto;
	width: 110px;
	padding: 20px;
	background-color: transparent;
	display: table;
	height: 410px;
}

#mbox ul { margin: 0px !important; background-color: #f7f7f7; padding: 20px 20px 0 20px }

#menu {
	margin: 0 auto;
	width: 110px;
	background-color: transparent;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
}

#menu a {
	margin: 5px auto;
	width: 110px;
	height: 24px;
	line-height: 24px;
	background-color: #2b2b2b;
	color: #f7f7f7;
	text-transform: uppercase;
	text-align: center;
	display: block;
	position: relative;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

#menu a:hover {
	background-color: #ca8259;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

#menu li {
	display: block;
	margin: 0px !important;
}

#menu li:last-child a { margin: 5px auto 0 auto; }

#social {
	width: 110px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	position: relative;
	background-color: #ca8259;
	color: #f7f7f7;
	font-size: 12px;
	border-width: 5px 20px 20px 20px;
	border-style: solid;
	border-color: #f7f7f7;
}

#social i {
	padding: 0px 2px;
	line-height: 24px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

#social i:hover {
	color: #080808;
	opacity: 0.2;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

#social a { display: inline; background-color: transparent; }
#social a:hover { background-color: transparent; }

#smenu {
	background-color: #2d2d2d;
	color: #ffffff;
	width: 96%;
	margin: 0 auto 10px auto;
	padding: 10px 2%;
}

.smenuitems, .admin_menu {
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.smenuitems a {
	display: inline-block;
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 3px;
	opacity: 0.8;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.smenuitems a:hover {
	opacity: 1.0;
	text-decoration: none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;	
}

.admin_menu_wrapper {
	background-color: #f2f2f2;
	width: 100%;
	margin: 10px auto 0 auto;
	padding: 10px 0px;
	text-align: center;
}

.admin_menu a {
	display: inline-block;
	color: #808080;
	text-decoration: none;
	padding: 2px 4px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.admin_menu a:hover {
	color: #454545;
	text-decoration: none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;	
}

.ads {
	margin: 20px auto;
	text-align: center;}

table {
    font-size: 12px;
}

h1{
    font-weight: normal;
    font-size: 21px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
    text-decoration: none;
    line-height : 120%;
    color: #718EA5;
    margin: 2px;
}

h2 {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 21px;
    margin: 0px;
	color: #808080;
	padding: 5px 0px;
}


h3 {
    font-weight: normal;
    font-family: 'Helvetica', sans-serif;
    font-size: 12px;
    margin: 2px;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 18px;
}

pre.filepath {
    margin: 0px;
    padding: 0px;
}

ul, ol {
    margin-left: 5px;
    margin-top:0px;
    margin-bottom:0px;
    padding: 0px;
}

li {
    margin-left: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0px;
    list-style-position: outside;
}

ul li {
    list-style-type: disc;
}

.textinput {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    border: 1px solid #D1D7DC;
	padding: 5px 2px;
}

.listbox {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    border: 1px solid #D1D7DC;
    vertical-align : middle;
	padding: 5px;
}

.button, .buttonlist ul li a {
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
	background-color: #454545;
	color: #ffffff;
	font-weight: 700;
	padding: 3px 5px;
    margin-right:3px;
    white-space: nowrap;
	border: none;
	text-transform: uppercase;
	text-shadow: none;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.button:hover, .buttonlist ul li a:hover {
	background-color: #ca8259;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.selected {
	color: #0d0d0d;
}

.radio {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    vertical-align : middle;
}

.checkbox {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    vertical-align : middle;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.bblink a {
    color: #0033CC;
    text-decoration: none;
}

.bblink a:hover {
    color: #0033CC;
    text-decoration: underline;
}

.gall {
	width: 100%;
}

.maintable {
    background-color: #f2f2f2;
    margin: 10px auto;
	border-top: 5px solid #657f9f;
	text-shadow: 1px 1px #ffffff;
}

.tableh1 {
	background-color: transparent;
	color: #454545;
	font-family: 'Droid Serif', sans-serif;
	font-size: 24px;
	font-weight: 700;
    padding: 15px;
	text-transform: none;
	letter-spacing: -0.03em;
}

.stath1 {
	background-color: transparent;
	color: #808080;
	font-family: 'Raleway', sans-serif;
    font-size: 11px;
	font-weight: 700;
    text-transform: uppercase;
	padding: 10px;
}

.tableh2 {
    background: transparent;
    color: #808080;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.01em;
    padding: 10px;
} 

.tableh2 strong {
	font-weight: normal !important;
}

.tableh2 a {
	color: #808080 !important;
	font-size: 11px !important;
	font-weight: 700;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.tableh2 a:hover {
	color: #ca8259 !important;
	text-decoration: none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.tableb {
    background: transparent;
	color: #454545;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.tableb a {
	font-weight: 700;
	color: #657f9f;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.tableb a:hover {
	text-decoration: underline;	
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.tableb p {
	font-size: 11px;
}

#voting_title {
	font-size: 18px;
}

/* This class will be used in conjunction with class tableb: attributes not particularly (re)-assigned will be taken into account from tableb. */
/* It is being used to accomplish alternating row colors for lists. */
/* It's recommended to only assign another background color that slightly differs from the one defined in tableb */
.tableb_alternate {
    background: #f0f0f0;
}

.tablef {
    background: #transparent;
	color: #454545;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.tablef a {	
	color: #657f9f;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.tablef a:hover {
	text-decoration: underline;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.catrow_noalb, .catrow {
    background: transparent;
    color: #454545;
    padding: 10px;
	margin-bottom: 2px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px !important;
}

.album_stat {
    font-size: 11px;
    margin: 5px 0px;
	line-height: 16px;
	letter-spacing: 0.01em;
	text-shadow: 1px 1px #ffffff;
}

.thumb_filename {
    font-size: 80%;
    display: block;
}

.thumb_title_title {
    font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    padding: 2px;
    display: block;
	color: #454545;
}

.thumb_title_views, .thumb_resolution {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 11px;
	font-weight: 700;
	margin: 0 0 5px 0;
	padding: 4px 0px;
    display: inline-block;
	min-width: 120px;
	background-color: #454545;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: none;
}

.thumb_caption {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 11px;
	font-weight: 700;
    display: inline-block;
	min-width: 120px;
	padding: 4px 0px;
	background: #ca8259;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: none;
}

.thumb_caption a {
    text-decoration: underline;
    color: #ffffff;
}

.thumb_num_comments {
    font-weight: normal;
    font-size: 85%;
    padding: 2px;
    font-style : italic;
    display : block;
}

.user_thumb_infobox {
    margin-top: 1px;
    margin-bottom: 1px;
}

.user_thumb_infobox th {
    font-weight : bold;
    font-size: 100%;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align : center;
}

.user_thumb_infobox td {
    font-size: 85%;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align : center;
}

.user_thumb_infobox a {
    text-decoration: none;
    color: #000000;
}

.user_thumb_infobox a:hover {
    color: #000000;
    text-decoration: underline;
}

.sortorder_cell {
    background: transparent ;
	font-size: 11px !important;
    color: #808080;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0px;
}

.sortorder_options {
    font-family: 'Helvetica', sans-serif;
	font-size: 11px !important;
    background : transparent ;
    color: #b3b3b3;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-size: 11px;
    white-space: nowrap;
}

.navmenu, .navmenu1 {
	background-color: transparent;
	color: #808080;
	font-family: 'Raleway', sans-serif;
    font-size: 11px;
	font-weight: 700;
    text-transform: uppercase;
	padding: 10px;
	border-style: none;
}

.navmenu img {
    margin-top: 1px;
    margin-right: 0px;
    margin-bottom: 1px;
    margin-left: 0px;
}

.tableh1 a, .navmenu a {
	background: transparent;
	color: #808080;
	margin: 0px;
	display: inline-block;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.tableh1 a:hover, .navmenu a:hover {
	color: #ca8259;
	text-decoration: none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.navmenu1 a {
	font-weight: bold;
	background: transparent;
	color: #808080;
	margin: 0px 3px;
	padding: 0px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.navmenu1 a:hover {
	color: #ca8259;
	text-decoration: none;
	text-shadow: none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.admin_float {
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 6px;
    max-height:1.5em;
    display: inline-block;
    position: relative;
    white-space:nowrap;
    /*width:100px;*/
}

#admin_menu_anim {
    background-image : url(images/button_bg_anim.gif);
}

.icon {
    vertical-align:middle;
    margin-right:1px;
}

.comment_date{
    color : #5F5F5F;
    font-size: 90%;
    vertical-align : middle;
}

.image {
    border-style: solid;
    border-width:1px;
    border-color: #000000;
    margin: 2px;
}

/* pseudo-classes for image links */
a:link .image{
	background-color: transparent;
	padding: 3px;
	opacity: 0.9;
	border: 1px solid #e6e6e6;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

a:visited .image{
	background-color: transparent;
	padding: 3px;
	opacity: 0.9;
	border: 1px solid #e6e6e6;	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

a:focus .image{
	background-color: transparent;
	padding: 3px;
	opacity: 1;
	border: 1px solid #ca8259;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

a:hover .image{
	background-color: transparent;
	padding: 3px;
	opacity: 1;
	border: 1px solid #ca8259;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

a:active .image{
	background-color: transparent;
	padding: 3px;
	opacity: 1;
	border: 1px solid #ca8259;
}

/* pseudo-classes for middlethumb links */
a:link .middlethumb,a:visited .middlethumb,a:focus .middlethumb,a:hover .middlethumb,a:active .middlethumb{
    border: 4px solid #CBD7DE;
}

.imageborder {
    border: none;
    background-color: #FFFFFF;
    margin-top: 3px;
    margin-bottom: 3px;
}

.display_media {
    background: transparent;
    padding: 10px;
}

.thumbnails {
    background: transparent;
	padding: 1% 0;
}

.statlink {
    background: transparent;
	color: #a6a6a6;
	font-size: 16px;
}

.statlink2 {
    background: transparent;
	color: #a6a6a6;
	font-size: 16px;
	padding: 5px 10px;
	line-height: 160%;
}

.statlink2 a:hover {
	color: #f2c131;
	text-decoration: none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.statlink2 a {
    text-decoration: none;
	color: #a6a6a6;
	padding: 3px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.statlink1 {
	background-color: transparent;
	color: #808080;
	padding: 5px 10px;
}

.statlink1 a {
    text-decoration: none;
	color: #808080;
	padding: 3px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.statlink1 a:hover {
	color: #657f9f;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.alblink {
    background-color: transparent;
	text-transform: uppercase;
}

.alblink a  {
	color: #808080;
    text-decoration: none;
	text-shadow: none;
	font-size: 16px !important;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.alblink a:hover {
	background-color: transparent;
	color: #ca8259;
	text-decoration: none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.catlink {
    display: block;
	font-family: 'Droid Serif', sans-serif;
	font-size: 21px;
	font-weight: 700;
	text-transform: none;
    margin-bottom: 5px;
	letter-spacing: 0;
}

.catlink a {
	color: #454545;
	padding: 0px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.catlink a:hover {
	color: #657f9f;
    text-decoration: none;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.img_caption_table {
    border: none;
    background-color: #FFFFFF;
    width : 100%;
    margin : 0px;
}

.img_caption_table th {
    background: #D1D7DC ;
    font-size : 100%;
    color : #000000;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    border-top : 1px solid #FFFFFF;
}

.img_caption_table td {
    background: #F2F5F7 ;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    border-top : 1px solid #FFFFFF;
    white-space: normal;
}

.debug_text {
    border: #BDBEBD;
    background-color: #EFEFEF;
    width : 100%;    margin : 0px;
}

.clickable_option {
    cursor : default;

}

.listbox_lang {
    color: #000666;
    background-color: #F2F5F7;
    border: 1px solid #D1D7DC;
    font-size: 80%;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align : middle;
}

.pic_title {
    color: #000666;
    font-size: 100%;
    font-weight:bold;
    text-align : center;
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
    line-height:1.0em;
}

.pic_caption {
    color: #000666;
    font-size: 100%;
    font-weight:normal;
    text-align : center;
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
    line-height:1.0em;
    background-image:none;
}

.important {
    /* background-image : url(images/important.gif); */
    color: red;
    font-weight: bold;
    padding-left:1px;
    padding-right:1px;
    padding-top:3px;
    padding-bottom:3px;
}

#cpgMessage {
	margin: 10px auto 0px auto;
	text-align: center;
	max-width: 100%;
}

#cpgChooseLanguageWrapper {
    float:left;
}

#cpgChooseThemeWrapper {
    float:left;
}

.filmstrip_background {
    background-color: transparent;
}

.prev_strip {
    text-align: left;
}

.next_strip{
    text-align: right;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px),
all and (max-width: 1024px) {
	body, #wrapper, #header { background-image: none; overflow-x: hidden; }
	#header { width: 100%; height: auto; }
	#topbar, #footer { background-color: transparent; }
	#topbar #stitle { width: 100%; border: none; }
	#social { display: none; }
	#mbox { position: relative; margin: 10px auto; width: 100%; height: auto; background-color: #2b2b2b; color: #ffffff; }
	#mbox ul { background-color: transparent; padding: 0; }
	#menu { text-align: center; width: 100%; }
	#menu li { display: inline-block; }
	#menu li a { display: inline-block; margin: 0; width: auto; height: auto; line-height: 100%; padding: 0 5px; }
	#menu li:after { content:'-'; position: relative;}
	#menu a:hover { background-color: transparent; color: #ca8259; }
	#menu li:last-child:after { display: none; content:''; }
	#container { margin: 20px auto 0 auto; width: 100%; max-width: 100%; display: block; overflow-x: hidden; }
	#fcontent { border: none; width: 94%; padding: 3%; }
	.tableh1 { font-size: 14px; }
	.thumbnails .image { max-width: 50%; height: auto; }
}

@media only screen and (max-device-width: 570px), all and (max-width: 570px) {
	#topbar #stitle { height: auto; font-size: 24px; }
	.thumb_title_views, .thumb_caption { font-size: 9px; min-width: 80%; }
}

@media only screen and (max-device-width: 320px), all and (max-width: 320px) {
	#topbar #stitle, #menu { width: 90%; }
}

/** Swfupload css **/
div.fieldset {
    border:  2px solid #0E72A4;
    margin: 10px 0;
    padding: 20px 10px;
}

div.fieldset span.legend {
    position: relative;
    padding: 3px;
    top: -30px;
    background-color: #8AA5B5;
    color: #FFF;
    font-weight: bold;
}

div.flash {
    width: 375px;
    margin: 10px 5px;
    border-color: #CCD7E0;
}

input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */


.progressWrapper {
    width: 357px;
    overflow: hidden;
}

.progressContainer {
    margin: 5px;
    padding: 4px;
    border: solid 1px #E8E8E8;
    background-color: #F7F7F7;
    overflow: hidden;
}
/* Message */
.message {
    margin: 1em 0;
    padding: 10px 20px;
    border: solid 1px #FFDD99;
    background-color: #FFFFCC;
    overflow: hidden;
}
/* Error */
.red {
    border: solid 1px #B50000;
    background-color: #FFEBEB;
}

/* Current */
.green {
    border: solid 1px #DDF0DD;
    background-color: #EBFFEB;
}

/* Complete */
.blue {
    border: solid 1px #CEE2F2;
    background-color: #F0F5FF;
}

.progressName {
    font-size: 8pt;
    font-weight: 700;
    color: #555;
    width: 323px;
    height: 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
    font-size: 0;
    width: 0%;
    height: 2px;
    background-color: blue;
    margin-top: 2px;
}

.progressBarComplete {
    width: 100%;
    background-color: green;
    visibility: hidden;
}

.progressBarError {
    width: 100%;
    background-color: red;
    visibility: hidden;
}

.progressBarStatus {
    margin-top: 2px;
    width: 337px;
    font-size: 7pt;
    font-family: Arial;
    text-align: left;
    white-space: nowrap;
    color: #555;
}

a.progressCancel {
    font-size: 0;
    display: block;
    height: 14px;
    width: 14px;
    background-image: url(../../images/cancelbutton.gif);
    background-repeat: no-repeat;
    background-position: -14px 0px;
    float: right;
}

a.progressCancel:hover {
    background-position: 0px 0px;
}

.swfupload {
    vertical-align: top;
}

/**styles for photo manager*/
table#pic_sort tr td {
    padding: 4px;
    border-bottom: 1px solid #fffcf2;
}

/** styles for album manager and photo album*/
table#album_sort tr td {
    padding: 3px;
    border-bottom: 1px solid #fffcf2;
}

table#album_sort tr td span.editAlbum {
    margin-left: 100px;
    font-size: 10px;
    line-height: 100%;
    text-decoration: underline;
    display: none;
    color: #FF0000;
}

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px;
	text-align: center;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.cpg_message_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../images/message/info.png');
}
.cpg_message_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../../images/message/ok.png');
}
.cpg_message_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../images/message/warning.png');
}
.cpg_message_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../images/message/stop.png');
}
.cpg_message_validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../../images/message/error.png');
}

.cpg_summary {
    font-size:0.9em;
	border: 1px solid;
    margin: 10px 0px;
	padding:5px 10px 5px 10px;
    color: #FF2B9C;
    background-color: #FFDEEF;
	text-align:right;
	float:right;
	width:400px;
}

#GB_window {
    background-color: #F2F5F7;
    border: 5px solid #CCD7E0;
}

.external {
    background: transparent url('../../images/link.gif') 100% 50% no-repeat;
    padding-right: 10px;
}

.detail_head_collapsed, .detail_head_expanded {
    color: #404040;
}

.detail_collapse_all, .detail_expand_all, .detail_toggle_all {
	font-size: 14px;
}