body{
	background-color: #F1F2F2;
}

input,textarea{ border: solid 1px #E5E5E5; }
img{ border: none; }
span.mandatory{
	font-size: 10px; 
	color: red;
}

body,td,div,p{
	font-family: Trebuchet MS, Gerogie, sans-serif;
	font-size: 12px;
}

div#wrapper{  
	width: 996px;
	position: absolute;
    left: 50%;
    margin-left: -498px;
    top: 0px;
}

div#logo{
	width: 367px;
	float: left;
	position: relative;
}

div#menu{
	position: relative;
	text-align: justify;
}

div.button{
	width: 76.5px !important;
	cursor: pointer;
	top: 0px !important;
	z-index: 2;
}

div.button span{
	position: relative;
	top: 2px;
	color: #FFFFFF;
}

div.menuItemActive{
	float: left;
	position: relative;
	top: 25.5px;
	display: block;
	width: auto;
	min-width: 50px;
    height: 21px;
	background-color: #CE4E91;
	text-align: center;
}

div.menuItemActive div.menuItemLeft{
	left: 0px;
	position: absolute;
	width: 5px;
	height: 21px;           
	background-image: url('http://static.dropico.com/site/images/menu_corners.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

div.menuItemActive div.menuItemRight{
	right: 0px;
	position: absolute;
    width: 5px;
	height: 21px;
	background-image: url('http://static.dropico.com/site/images/menu_corners.jpg');
	background-position: -5px 0px;
	background-repeat: no-repeat;
}

div#menu div.menuSeperator{
	float: left;
	position: relative;
	top: 25.5px;
	background-image: url('http://static.dropico.com/site/images/menu_seperator.jpg');
	background-repeat: no-repeat;
	width: 5px;
	height: 21px;
}

div#menu div.menuItemActive span{
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	top: 2px;
	font-size: 11px;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
}

div#menu div.menuItem{
	cursor: pointer;
	float: left;
	min-width: 50px;
	position: relative;
	top: 25.5px;
	display: block;
	width: auto; 
    height: 21px;
	text-align: center;
}

div#menu div.menuItem span{
	position: relative;
	top: 2px;
	font-size: 11px;
	width: 100%;
	color: #555E63;
	text-align: center;
}

div.contentTab{
	cursor: pointer;
	float: left;
	position: relative;
	top: 2px;
	display: block;
	width: auto;
	height: 26px;
	background-color: #FFFFFF;
	border: solid 1px #E9E9E9;
	text-align: center;
}

span.tabSpace{
	float: left;
	position: relative;
	width: 3px;
}

div.contentTab span{
	position: relative;
	top: 4px;
	font-size: 11px;
	width: 100%;
	color: #ea5822;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

div.contentTabActive{
	z-index: 2;
	float: left;
	position: relative;
	top: 2px;
	display: block;
	width: auto;
	height: 26px;
	background-color: #FFFFFF;
	border: solid 1px #E9E9E9;
	border-bottom: none;
	text-align: center;
}

div.contentTabActive span{
	position: relative;
	top: 4px;
	font-size: 11px;
	width: 100%;
	color: #555e63;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}


div#sloganbox{
	clear: both;
	width: 966px;
	height: 120px;
	background-image: url('http://static.dropico.com/site/images/sloganbox.jpg');
	background-repeat: no-repeat;
	text-align: center;
}

span.slogan1{
    color: #000000;
	font-size: 27px;
	font-weight: bold;
	position: relative;
	left: 2px;
	top: 12px;
}

span.slogan2{
	color: #FFFFFF;
	font-size: 34px;
	position: relative;
	left: 2px;
	top: 12px;
}

div#content{
	position: relative;
	clear: both;
	width: 965px;
	background-color: #FFFFFF;
	border: solid 1px #E9E9E9;
}

div.topLeftCorner{
	left: -1px;
	position: absolute;
	top: -1px;
	width: 11px;
	height: 11px;
	background-image: url('http://static.dropico.com/site/images/content_corners.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	z-index: 5;
}

div.topRightCorner{
    right: -1px;
	position: absolute;
	top: -1px;
	width: 11px;
	height: 11px;
	background-image: url('http://static.dropico.com/site/images/content_corners.jpg');
	background-position: -11px 0px;
	background-repeat: no-repeat;
	z-index: 5;
}

div.btmLeftCorner{
    left: -1px;
	position: absolute;
	bottom: -1px;
	bottom: expression(-5 + "px");
	width: 11px;
	height: 11px;
	background-image: url('http://static.dropico.com/site/images/content_corners.jpg');
	background-position: 0px -11px;
	background-repeat: no-repeat;
	z-index: 5;
}

div.btmRightCorner{
    right: -1px;
	position: absolute;
	bottom: -1px;
	bottom: expression(-5 + "px");
	width: 11px;
	height: 11px;
	background-image: url('http://static.dropico.com/site/images/content_corners.jpg');
	background-position: -11px -11px;
	background-repeat: no-repeat;
	z-index: 5;
}

div#footer{
	clear:both;
	padding-top: 10px;
	width: 966px;
}

div#footer td{
	font-size: 11px;
	color: #787979;
}

div#footer a{
	font-size: 10px;
	color: #787979;
	text-decoration: none;
}

span.field_desc{
	font-size: 11px;
	color: #787979;
}

h1{
	color: #4C5E68;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
}

h2{
	color: #C03b80;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
}

div.innerPage{
	display: none;
	border: dashed 1px #4C5E68;
	padding: 0px;

}

span.smalltitle{
	font-size: 16px;
	font-weight: bold;
	color: #4C5E68;
}

span.infotext{
	color: #4C5E68;
}

.table {
 width: 100%;
 border: 1px solid #e17c22;
}

.table .td {
	float: left;
	width: 23%;
	font-size: 11px;
	padding-left: 10px;
}

.table .th{
	background-color: #C03b80;
}

.table .th .td{
	color: white;
	font-size: 13px;
	font-weight: bold;
}

.table .catsTd {
	cursor: pointer;
	float: left;
	width: 100%;
	font-size: 16px;
	padding-left: 10px;
}

.table .catsTr:nth-child(odd) {
	background-color: #e69a28;
}

.table .catsTr:nth-child(even){
	background-color: #e17c22;
}

.table .pagesTr:nth-child(odd){
	background-color: #bababa;
}

.table .pagesTr:nth-child(even){
	background-color: #eee;
}

div.catInfoBox{
	width: 100%;
	background-color: #e8b180;
	display: none;
}

div.btnDel{
	background-image: url('http://static.dropico.com/site/images/icn_del.png');
	width: 16px;
	height: 16px;
	cursor: pointer;
}

div.btnEdit{
	background-image: url('http://static.dropico.com/site/images/icn_edit.png');
	width: 16px;
	height: 16px;
	cursor: pointer;
}

div.btnCollapse{
	position: relative;
	top: 4px;
	background-image: url('http://static.dropico.com/site/images/icn_collapse.png');
	width: 15px;
	height: 15px;
	cursor: pointer;
	float: left;
}

div.btnExpand{
	position: relative;
	top: 4px;
	background-image: url('http://static.dropico.com/site/images/icn_expand.png');
	width: 15px;
	height: 15px;
	cursor: pointer;
	float: left;
}

div.btnAdd{
	background-image: url('http://static.dropico.com/site/images/icn_add.png');
	width: 16px;
	height: 16px;
	cursor: pointer;
}

a{
	 color: #00569f;
	 text-decoration: none;
}
   
div#loginOverlay{
	z-index: 2 !important;
	width: 212px;
	height: 209px;
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: 260px;
	background-color: #efefef;
	font-family: Trebuchet MS, sans-serif;
	color: #a6a6a6;
	font-size: 11px;
}

div#loginOverlay div.buttonsBar{
	position: relative;
	width:100%;
	padding-top: 15px;
}

div#loginOverlay form{
	position: relative;
	left: 5px;
}

div#fldPass2 { display: none; }
div#createButtons,div#forgotButtons { display: none; }
div#loginMsg { display: none; }
.good{ color: forestgreen; }
.bad{ color: red; }

div#loginOverlay span.titleBig{
	font-size: Trebuchet MS, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5e696f;
}

div#loader{
	width: 43px;
	height: 11px;
	display: none;
	background-image: url('http://static.dropico.com/site/images/loginLoader.gif');
	position: relative;
	top: 10px;
	left: 5px;
}

div#loginOverlay img{
	z-index: 1 !important;
}

div#loginOverlay div.input{
	background-image: url('http://static.dropico.com/site/images/input.jpg');
	background-repeat: no-repeat;
	width: 192px;
	height: 28px;
}

div#loginOverlay div.input input{
	z-index: 5 !important;
	border: none;
	width: 190px;
	padding-left: 5px;
	padding-right: 5px;
	height: 24px;
	background-color: transparent;
	font-family: Trebuchet MS;
	font-size: 12px;
}

div#loginOverlay a,a:hover,a:link{
	color: #cf0f3f;
	text-decoration: none;
	z-index: 2 !important;
}

div#loginBox{
	width: 1007px;
	height: 428px;
	*height: 355px;
	_height: 355px; 
	background-image: url('http://static.dropico.com/site/images/flash_bottom.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

div.newsBox{
   background-image: url('http://static.dropico.com/site/images/box_bg.jpg');
   background-repeat: repeat-x;
   height: 183px;
   width: 474px;
   border: solid 1px #e9e9e9;
}

div.newsBox div.top{
	width: 100% !important;
	border-bottom: solid 1px #d8d8d8;
	height: 30px;
}

div.newsBox div.top span.title{
	float: left;
	font-size: 20px;
	color: #000000;
	font-family: Verdana,Tahoma,sans-serif;
}

div.newsBox div.top span.more{
	float: right;
	color: #000000;
	position: relative;
	top: 8px;
}

div.newsBox div.top span.more a span{
 	color: #e9944a;
	font-size: 15px;
}

div.newsBox div.top span.more a{
	text-decoration: none;
	color: black;
}


    

div#bottomBoxes{
	padding-top: 10px;
	padding-left: 27px;
	padding-right: 14px;
}

div#tweets{
	 position: relative;
	 left: 10px;
	 float: right;
}

div.tweet{
	padding: 10px 0px 10px 0px;
}

div.tweet div.img{
	clear: both;
	float: left;
	padding-right: 5px;
}

div.tweet img{
	width: 48px;
	height: 48px;
}

div.tweet span.title{
	color: #e9944a;
}

div.tweet span.title a{
	color: #e9944a;
	text-decoration: none;
}

div.tweet span.time{
	color: #8f8f8f;
	font-size: 10px;
}

div#news{
	 position: relative;
	 float: left;
}

div.pressItem{
	position: relative;
	padding: 5px 0px 5px 0px;
}

div.pressItem div.left{
	float: left; 
	position: relative;         
	height: 40px;
	width: 105px; 
}

div.pressItem div.left img{
	width: 85px;
	position: relative;
	top: 5px;
}

div.pressItem div.right{
}

div.pressItem div.right span.title{
	color: #e9944a;
}

div.pressItem div.right span.date{
	color: #8f8f8f;
	font-size: 10px;
}

div.pressItem div.right a.text{
	color: #000000;
	text-decoration: none;
}

div.bigPressItem{
	position: relative;
	padding: 10px 0px 10px 0px;
	border-bottom: dashed 1px #DDD;
}

div.bigPressItem img{
	width: 150px;
	padding-right: 10px;
}

div.bigPressItem span.date{
	color: #8f8f8f;
	font-size: 10px;
}

div.bigPressItem span.title{
	font-size: 14px;
	color: #e9944a;
}

div.bigPressItem a.text{
	color: #000000;
	text-decoration: none;
}

div#share{
	border: none;
	width: 650px;
	height: 400px;
	padding: 10px;
	position: relative;
}

div#share img.share{
	width: 128px;
	height: 179px;
}

div#share input{
	width: 350px;
}

div#share textarea{
	width: 350px;
	height: 120px;
}

span.hint{
	font-size: 11px;
	color: #ABABAB;
}