html {
	height: 100% !important;
}
button.smaller{
	padding: 3px 5px !important;
	margin: 0px 4px 3px 0px;
	font-size: 12px!important;
	width: 46%;
	transition: none;
}

.login-cnt{
    clear: both;
    margin: 0px auto;
    width: 350px!important;
    background: #fff;
    -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);  
    position: relative; 
    z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
}

.login-cnt .control-group{
	padding: 5px 0px;
}
.login-cnt label{
	padding: 5px;
	color: #666;
	float: none!important;
	width: 360px!important;
	text-align: left;
}

.ui-widget-header {
/*background: -moz-linear-gradient(center bottom , #555555 0%, #DDDDDD 100%) !important;*/
/*background: -moz-linear-gradient(center top , #1E5799 0%, #2989D8 50%, #207CCA 51%, #7DB9E8 100%) repeat scroll 0 0 transparent !important;*/
}

.login-cnt form{
	margin-top: 25px;
}

.login-cnt input{
	width: 308px!important;
	padding: 10px!important;
	margin: 5px 10px;
}

.login-cnt button{
	width: 330px!important;
	font-size: 24px;
	padding: 10px!important;
	margin: 5px 10px;
	color: #666;
	font-weight: bold;
}
.login-cnt fieldset{
	margin: 0px;
	padding: 0px;	
}
.login-cnt .logo-small{
	background: url('../images/logo_small.png') no-repeat;
	width: 150px;
	position: absolute;
	height: 90px;
	z-index: 999999;
	top: 11px;
	left: -7px;
}
.login-cnt footer{
	margin-top:6px!important;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #eee;
	border-top: 1px solid #ddd;
}

.login-cnt .bubble {
    clear: both;
    margin: 0px auto;
    width: 350px;
    background: #fff;
    -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);  
    position: relative; 
    z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
}

.login-cnt .rectangle {
    background: #7f9db9;
    height: 50px;
    width: 380px;
    position: relative;
    left:-15px;
    top: 30px;
    float: left;
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    z-index: 100; /* the stack order: foreground */
	box-shadow: 0px 1px 1px #000;
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}

.login-cnt .rectangle h2 {
    font-size: 30px;
    color: #fff;
    padding-top: 6px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    text-align: center;
	margin-left:90px;
	margin-top:2px;
}

.login-cnt .triangle-l {
    border-color: transparent #7d90a3 transparent transparent;
    border-style:solid;
    border-width:15px;
    height:0px;
    width:0px;
    position: relative;
    left: -30px;
    top: 65px;
    z-index: -1; /* displayed under bubble */
}

.login-cnt .triangle-r {
    border-color: transparent transparent transparent #7d90a3;
    border-style:solid;
    border-width:15px;
    height:0px;
    width:0px;
    position: relative;
    left: 350px;
    top: 35px;
    z-index: -1; /* displayed under bubble */
}





.login-cnt h2{
	padding: 5px;
	color: #fff;
	text-shadow: -1px -1px 1px #005;
}

button.smaller.submit{
	color: #fff!important;
	text-shadow: 1px 1px 0px #333;
	background-color: #5BB75B;
	background-image: -moz-linear-gradient(top, #62C462, #51A351);
	background-image: -ms-linear-gradient(top, #62C462, #51A351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62C462), to(#51A351));
	background-image: -webkit-linear-gradient(top, #62C462, #51A351);
	background-image: -o-linear-gradient(top, #62C462, #51A351);
	background-image: linear-gradient(top, #62C462, #51A351);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62C462', endColorstr='#51A351', GradientType=0);
	border-color: #51A351 #51A351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	transform: none;
}

button.smaller.del{
	color: #fff!important;
	text-shadow: 1px 1px 0px #333;
	background-color: #DA4F49;
	background-image: -moz-linear-gradient(top, #EE5F5B, #BD362F);
	background-image: -ms-linear-gradient(top, #EE5F5B, #BD362F);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EE5F5B), to(#BD362F));
	background-image: -webkit-linear-gradient(top, #EE5F5B, #BD362F);
	background-image: -o-linear-gradient(top, #EE5F5B, #BD362F);
	background-image: linear-gradient(top, #EE5F5B, #BD362F);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EE5F5B', endColorstr='#BD362F', GradientType=0);
	border-color: #BD362F #BD362F #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

body {
	padding-top: 60px;
	background: url(../images/bkg.jpg);
	min-height: 100% !important;
	background: rgb(222,235,242); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: #e6f3f6;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZjNmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGRhZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #e6f3f6 0%, #c8dae8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f3f6), color-stop(100%,#c8dae8));
background: -webkit-linear-gradient(top,  #e6f3f6 0%,#c8dae8 100%);
background: -o-linear-gradient(top,  #e6f3f6 0%,#c8dae8 100%);
background: -ms-linear-gradient(top,  #e6f3f6 0%,#c8dae8 100%);
background: linear-gradient(top,  #e6f3f6 0%,#c8dae8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f3f6', endColorstr='#c8dae8',GradientType=0 );


	}
.container {
	width: 1450px;
}

form {
	margin-bottom: 0px!important;
}

.ajaxSearchForm {
	/*float: left;*/
	/*width: 1050px !important;*/
}
.deleted {
	background: #fee !important;
}
.clear {
	margin: 0;
	padding: 0;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.tiny {
	width: 50px;
}
.topbar {
	z-index: 9990;
}
.topbar form {
	width: 100%;
}
.filterList {
	margin: 0;
}
.btn {
	padding: 6px 14px 5px !important;
}
.my-btn {
	color: #333333 !important;
	text-shadow: none !important;
}
.input-medium, input.medium, textarea.medium, select.medium {
	width: 200px;
}

.topbar div > ul .menu-dropdown, .nav .menu-dropdown, .topbar div > ul .dropdown-menu, .nav .dropdown-menu {
	background-color: rgba(125, 185, 232, 1)!important;
	border: 1px solid rgba(255, 255, 255, 0.5)!important;
	border-top: 0px!important;
}

.menu-dropdown, .dropdown-menu {
	background-color: white;
	float: left;
	display: none;
	position: absolute;
	top: 40px;
	z-index: 900;
	min-width: 160px;
	max-width: 220px;
	_width: 160px;
	margin-left: -1px;
	margin-right: -1px;
	padding: 6px 0;
	zoom: 1;
	border-color: #999;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 0 1px 1px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.75);
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.75);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}
.topbar div > ul .active > a, .nav .active > a {
	box-shadow: inset 0px 0px 7px rgba(0, 0, 0, .5)!important;
}

.topbar div > ul .menu-dropdown:hover, .nav .menu-dropdown:hover, .topbar div > ul .dropdown-menu:hover, .nav .dropdown-menu:hover {
	background: rgba(147,195,234,1)!important;
} 

.topbar-inner, .topbar .fill {
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

.topbar ul .menu-dropdown li a, .topbar ul .dropdown-menu li a {
padding: 4px 9px!important;
}

.mainNav li{
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.mainNav li:last-child{
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.mainNav li:hover{
	background: rgba(255,255,255,.2);
}


#mainContent .topbar div > ul a {
	line-height: 14px !important;
}

.topbar a{
	color: #efefef;
}

.topbar-wrapper {
	height: 40px;
	margin: 0px 0 30px;
	position: relative;
}
.topbar-wrapper .topbar {
	margin: 0 -20px;
	position: absolute;
}
.topbar-wrapper .topbar a {
	color: #fff;
}
.topbar-wrapper .topbar li.subnav a:hover {
	color: #333;
	text-shadow: 1px 1px 1px #fff;
}
.topbar-wrapper .topbar li.subnav{
	background: rgba(255,255,255,.1);
	border-radius: 5px;
	box-shadow: 1px 1px 0px #AAA, inset 1px 1px 1px #999;
	margin: 0px 4px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;	
	transition: all .1s ease-in-out;	
}

.topbar-wrapper .topbar li.subnav:hover {
	background:  rgba(255,255,255,.3);
	border-radius: 5px;
	box-shadow: 1px 1px 1px #555, inset 1px 1px 0px #fff;
	/*border: 1px solid #fff;*/
}

.additional-menu {
	background-color: #404040!important;
	background-image: linear-gradient(bottom, #ddd 100%, #ddd 0%, #555 0%);
	background-image: -o-linear-gradient(bottom, #ddd 100%, #ddd 0%, #555 0%);
	background-image: -moz-linear-gradient(bottom, #555 0%, #ddd 100%);
	background-image: -webkit-linear-gradient(bottom, #ddd 100%, #ddd 0%, #555 0%);
	background-image: -ms-linear-gradient(bottom, #ddd 100%, #ddd 0%, #555 0%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(1, #DDD), color-stop(0, #DDD), color-stop(0, #555) );
	background-repeat: repeat-x;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
	padding-bottom: 6px;
	padding-top: 5px;
	border-radius: 5px;
	color: #EEE;
	text-shadow: -1px -1px 0px #333;
	border: 1px solid #AAA;
}

.nav-right{
	float: right!important
}

.modal-big {
	width: 1000px;
	padding: 10px;
	margin: -250px 0 0 -540px;
}
.topbar div > ul .menu-dropdown, .nav .menu-dropdown, .topbar div > ul .dropdown-menu, .nav .dropdown-menu {
	background-color: #CDE5FF;
}
.topbar div > ul .menu-dropdown li a, .nav .menu-dropdown li a, .topbar div > ul .dropdown-menu li a, .nav .dropdown-menu li a {
	color: #000000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.topbar div > ul .menu-dropdown li a:hover, .nav .menu-dropdown li a:hover, .topbar div > ul .dropdown-menu li a:hover, .nav .dropdown-menu li a:hover {
	color: #000000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background: rgba(255,255,255,.3)!important;
}

.dropdown-menu li{
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.dropdown-menu li:last-child{
	border-bottom: 0px solid rgba(255,255,255,.2);
}

.result-counter, .legend{
	margin-left: 10px;
	box-shadow: 0px -2px 8px rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	padding: 2px 8px;
	margin-top: 5px;
	text-shadow: 1px 1px 1px white;
}

.filter-box, .header-box{
	float: right;
	margin-bottom: 0px;
	border-bottom: 1px solid #aaa;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background: #bbb;
	border-top-left-radius: 3px;
	border: 1px solid #999;
	border-top-right-radius: 3px;
	padding: 0px 10px 0px 10px;
	box-shadow: inset 1px 1px 0px rgba(255, 255, 255, .5);
	text-shadow: 1px 1px 0px white;
	margin-top: 1px;
	z-index: 999;
	margin-right: 10px;
	margin-top: 5px;
	padding-top: 3px;
	position: relative;
	right: 0px;
	top: 1px;
	border-bottom: 0px;
	background: rgb(221,221,221); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(221,221,221,1) 63%, rgba(187,187,187,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(63%,rgba(221,221,221,1)), color-stop(100%,rgba(187,187,187,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(221,221,221,1) 63%,rgba(187,187,187,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(221,221,221,1) 63%,rgba(187,187,187,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(221,221,221,1) 63%,rgba(187,187,187,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(221,221,221,1) 63%,rgba(187,187,187,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */
	text-align: center;
}

.header-box{
	float: left!important;
	margin-left: 5px;
}

.filter-box p, .result-counter p, .header-box p{
	padding: 0px 0px 3px 0px!important;
	margin: 0px!important;
	color: #404040!important;
}

.filter-box p span, .result-counter span{
	font-weight: bold;
	color: #555!important;
}

.filter-box p span{
	padding: 0px 7px 0px 0px!important;
	border-right: 1px solid rgba(255, 255, 255, .7);
	margin: 0px 4px!important;
}

.filter-box p span:first-child, .filter-box p span:last-child{
	border-right: 0px;
}

.user-menu {
	position: absolute;
	top: 8px;
	right: 10px;
	margin-right: 10px!important;
}

.user-menu a{

}


/** LEGENDE **/
	
.legend{  
	float: left;
	box-shadow: 0px 2px 8px rgba(255, 255, 255, 0.5);
	margin-top: -18px;
}

.pagination {
	float: right;
	margin: 0px!important;
	margin-top: -18px!important;
	float: right;
	margin-bottom: 0px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background: #bbb;
	border-bottom-left-radius: 3px;
	border: 1px solid #999;
	border-bottom-right-radius: 3px;
	padding: 0px 10px 0px 10px;
	box-shadow: inset 1px 1px 0px rgba(255, 255, 255, .5);
	text-shadow: 1px 1px 0px white;
	margin-top: 1px;
	z-index: 999;
	margin-right: 10px;
	margin-top: 5px;
	padding-top: 3px;
	position: relative;
	right: 10px;
	top: -1px;
	border-top: 0px;
	background: rgb(221,221,221); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(221,221,221,1) 63%, rgba(187,187,187,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(63%,rgba(221,221,221,1)), color-stop(100%,rgba(187,187,187,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(221,221,221,1) 63%,rgba(187,187,187,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(221,221,221,1) 63%,rgba(187,187,187,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(221,221,221,1) 63%,rgba(187,187,187,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(221,221,221,1) 63%,rgba(187,187,187,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */
}

.legend .title{
	font-weight: bold;
}

.pagination a {
	float: left;
	padding: 0px 10px;
	line-height: 24px;
	border-right: 1px solid;
	border-right-color: #DDD;
	border-right-color: rgba(0, 0, 0, 0.15);
	text-decoration: none;
}

.pagination li:last-child{
	border-right: 0px;
}

.pagination ul {
	margin: 4px 0px;
}

.pagination a:hover, .pagination .active a {
	background-color: #eee!important;
}

.pagination a{
	color: #333;
}


/** table **/
.zebra-striped{
	border: 1px solid #999;
	box-shadow: inset 1px 1px 0px rgba(255, 255, 255, .5);
	background: #fff;
	box-shadow: 0px 0px 10px rgba(255,255,255,.9);
}
.zebra-striped th tr{
	background: #bbb;
	color: #333;
	text-transform: uppercase !important;
}
.zebra-striped td {
	padding: 2px 10px 2px;
}
.zebra-striped tbody tr:hover td {
	background: #dedede!important;
}

.zebra-striped thead tr:first-child {
	color: #333;
	text-shadow: 1px 1px 0px #eee;
	padding: 2px 8px;
	border: none;
	font-size: 18px;
	background: none!important;
}
.zebra-striped thead tr:last-child th {
	background: #bbb !important;
	color: #333;
	text-shadow: 1px 1px 1px #fff;
	padding: 3px 8px;
	font-size: 13px;
}
.zebra-striped thead tr {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.zebra-striped thead tr th {
	text-transform: uppercase;
}
.zebra-striped thead tr th a {
	color: #333;
	text-shadow: 1px 1px 1px #fff;
	text-transform: uppercase;
}

/***********/
.zebra-striped2{
	border: 1px solid #999;
	box-shadow: inset 1px 1px 0px rgba(255, 255, 255, .5);
	background: #fff;
	box-shadow: 0px 0px 10px rgba(255,255,255,.9);
}
.zebra-striped2 th tr{
	background: #bbb;
	color: #333;
	text-transform: uppercase !important;
}
.zebra-striped2 td {
	padding: 2px 10px 2px;
}
.zebra-striped2 tbody tr:hover td {
	
}

.zebra-striped2 thead tr:first-child {
	color: #333;
	text-shadow: 1px 1px 0px #eee;
	padding: 2px 8px;
	border: none;
	font-size: 18px;
	background: none!important;
}
.zebra-striped2 thead tr:last-child th {
	background: #bbb !important;
	color: #333;
	text-shadow: 1px 1px 1px #fff;
	padding: 3px 8px;
	font-size: 13px;
}
.zebra-striped2 thead tr {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.zebra-striped2 thead tr th {
	text-transform: uppercase !important;
}
.zebra-striped2 thead tr th a {
	color: #333;
	text-shadow: 1px 1px 1px #fff;
	text-transform: uppercase !important;
}
/***********/
footer{
	clear: both;
	padding: 0px;
	background: rgba(255,255,255,.4);
	margin-top: 40px;
}

footer p{
	text-align: center;
	padding: 10px 0px;
	line-height: 15px;
	margin-bottom: 0px;
}

footer p a {
	color: #666;
	text-shadow: 1px 1px 1px #fff;
}

td a img{
	padding: 0px 1px!important;
}
.history {
	/*border: 4px dashed #ccc;*/
	padding: 5px;
}
.history h3 {
	color: #999;
}
.row {
	margin-left: 0px;
}
.ui-dialog {
	background: #FEFEFE;
	;
}
.tabs {
	margin: -17px 0 0;
}
fieldset {
	margin-top: 20px;
}
.tab-content {
	background: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #DDD;
}
.actions {
	border-radius: 0px;
	border-top: none !important;
	margin-top: 0px;
	background: none;
	margin-bottom: 0px;
	padding: 12px 20px 15px 150px;
}
form .clearfix {
	margin-bottom: 7px !important;
}
.tooltip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	background: #F5F5B5;
	padding: 5px;
	color: #000;
	font-size: 15px;
	border: 1px solid #DECA7E;
	text-align: left;
}
.floating-left {
	float: left;
	border: 1px solid #DDD;
	margin: 8px;
	padding: 2px;
	border-radius: 3px;
	background: #DDD;
	height: 45px;
}
label, input {
	font-size: 15px !important;
}
form .input {
	margin-left: 135px !important;
}
.floating-left label {
	width: 150px;
}
.floating-left .input label {
	width: 15px;
	padding-left: 20px;
}
select.span6 {
	width: 210px !important;
}
textarea.span5 {
	width: 210px !important;
}
.span6, .span5 {
	width: 380px !important;
}
.hideable {
	display: none;
}
.span16 {
	width: 1450px !important;
}
td input {
	width: auto;
	margin: 0px 0px !important;
	margin-bottom: 2px !important;
	padding: 0px 0px !important;
	/*max-width: 200px;*/
	height: 24px;
}
.result-counter p, .sorting-panel p {
	font-size: 13px!important;
	padding-top: 10px;
	color: #AAA;
	margin-bottom: 0px;
}
.sorting-panel p{
	padding-top: 0px;
}
.sorting-panel p a{
	color: #888;
}
.sorting-panel p a:hover{
	color: #666;
}
.sorting-panel p a:active{
	color: #333;
}
.sorting-panel p a:visited{
	color: #999;
}

.btn.small {
	padding: 3px 5px !important;
	margin: 0px 4px 3px 0px;
}
.mainBtn{
	float: left;
	padding: 7px!important;
}
.searchBtn{
	padding: 7px!important;
	color: #333!important;
	text-shadow: 0px -1px 0px rgba(255, 255, 255, .25)!important;
}
.spacer{
	width: auto;
}

.brand {
	width: 150px;
	margin:0px!important;
	padding: 0px!important;
}

tr.search{
}

.search td {
	background: #EFEFEF!important;
	-webkit-border-radius: 0px 0 0 0 !important;
	-moz-border-radius: 0px 0 0 0 !important;
	border-radius: 0px 0 0 0 !important;
	border-top: 0px !important;
	padding: 2px 1px 0px 3px !important;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}

.zebra-striped tbody tr.search:hover td {
	background: #fff!important;
}

.zebra-striped2 tbody tr.search:hover td {
	
}



.page-header {
	margin-bottom: 0px;
	border-bottom: 1px solid #DDD;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background: #DDD;
	border-top-left-radius: 3px;
	border: 1px solid #AAA;
	border-top-right-radius: 3px;
	border-bottom: 0px;
	padding: 0px 10px 0px 10px;
	box-shadow: inset 1px 1px 0px rgba(255, 255, 255, .5);
	text-shadow: 1px 1px 0px white;
	margin-left: -14px;
	position: absolute;
	margin-top: 1px;
	z-index: 999;
}

.ajaxSearchForm, .ajaxCalendarSearchForm {
	padding-top: 37px;
}

.zebra-striped tbody tr:first-child:hover td {
	background: lightSlateGray !important;
}
.zebra-striped2 tbody tr:first-child:hover td {

}

.table-billing tbody tr:first-child:hover td {
	
	background: #fff!important;
}

.topbar div > ul, .nav {
	margin-right: -3px !important;
}

.gv_galleryWrap {
	background: #fff !important;
}

.gv_filmstripWrap {
	margin-left:50px !important;
	width: 524px !important;
}

.gv_navWrap {
	right: 45px !important;
}

#layer > .zebra-striped table, th, tr, td {
   font-size: 12px !important;
}

#layer > .zebra-striped table, th, tr, td a {
   font-size: 12px !important;
}

select.medium {
	width: 207px !important;
}

.board tr:nth-child(2n) {
	background: #f6f6f6!important;
}
.board tr:nth-child(2n) td{
	border-bottom: 1px solid #fefefe;
	border-top: 1px solid #f0f0f0;
}
.board tr:nth-child(2n+1) {
	background: #efefef!important;
}
.board tr:nth-child(2n+1) td{
	border-bottom: 1px solid #fefefe;
	border-top: 1px solid #f0f0f0;
}
.category td{
	background: #fff;
	border-bottom: 1px solid #ddd!important;
	border-top: 1px solid #ccc!important;
}
.forum td, .topic td{
	padding-top: 4px;
	padding-bottom: 4px;
}
.forum a, .topic a{
	font-weight: bold;
}
.forum td:first-child{
	padding-left:35px;
	background: url('../images/bullet-arrow-right.png')  25px 9px no-repeat;
}
.topic td:first-child{
	padding-left:35px;
	background: url('../images/bullet-round.png')  25px 11px no-repeat;
}


