body {
	font-family: Arial, Sans, Verdana, Tahoma;
	font-size: 11pt;
	background: #bbeafe;
	margin: 0px;
	padding: 0px;
}
input {
	font-size: 12pt;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #6f99c6;
}
input[type=checkbox], input[type=radio] {
	border: 0;
}
textarea {
	font-size: 12pt;
	font-family: Arial, Sans, Verdana, Tahoma;
	padding: 3px;
	border: 1px solid #6f99c6;
}
img {
	border: 0px;
}
table,td,tr,h1,h2,h3 {
	padding: 0px;
	margin: 0px;
}
td {
	vertical-align: top;
}
a {
	text-decoration: none;
	color: #203060;
}
a:hover {
	text-decoration: underline;
	color: #502010;
}
#abs_topcontainer {
	width: 1155px;
	margin: 0 auto;
}
#topcontainer {
	width: 940px;
	height: 120px;
	margin: 0 auto;
	background: url(/images/simrepublicskin/skyline-image.png) no-repeat top center;
	position: relative;
}
#motto {
	width: 170px;
	float: right;
	color: #1f2770;
	font-size: 11px;
	padding-top: 30px;
}
#bodycontainer1 {
	width: 1155px;
	background: url(/images/simrepublicskin/side-image-left.png) no-repeat top left;
	margin: 0 auto;
}
#bodycontainer2 {
	width: 1155px;
	background: url(/images/simrepublicskin/side-image-right.png) no-repeat top right;
}
#bodycontainer3 {
	width: 934px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 auto;
	min-height: 550px;
	overflow: auto;
}
#footer {
	width: 913px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #6f99c6;
	margin: 0 auto;
	margin-bottom: 40px;
	padding: 10px;
	text-align: right;
	color: #fff;
}
#footer a {
	font-weight: bold;
	color: #fff;
}
#menu1 {
	background: url(/images/simrepublicskin/menu-left.png) no-repeat;
	height: 47px;
	width: 935px;
	margin: 0 auto;
	margin-bottom: 3px;
}
#menu2 {
	background: url(/images/simrepublicskin/menu-right.png) no-repeat right;
	height: 47px;
	text-align: center;
	padding-right: 32px;
}
#topmenucontainer {
	height: 45px;
	width: 934px;
	margin: auto;
}
#big_advert_container {
    width: 603px;
    height: 278px;
}
#big_advert1 {
    display: none;
    width: 603px;
    height: 278px;
    background: url(/images/simrepublicskin/property.png);
}
#big_advert2 {
    display: none;
    width: 603px;
    height: 278px;
    background: url(/images/simrepublicskin/avatar.png);
}
#big_advert3 {
    display: none;
    width: 603px;
    height: 278px;
    background: url(/images/simrepublicskin/farming.png);
}
#big_advert4 {
    display: none;
    width: 603px;
    height: 278px;
    background: url(/images/simrepublicskin/lead-your-country.png);
}
#signinbox {
	background: url(/images/simrepublicskin/Sign-in-box.png);
	width: 283px;
	height: 80px;
	color: #fff;
	text-align: center;
	padding-top: 35px;
}
#signinbox input {
	border: 1px solid #6f99c6;
	font-size: 10pt;
	font-weight: normal;
	padding: 1px;
}
#news {
	background: url(/images/simrepublicskin/sim-republic-news.jpg);
	width: 265px;
	height: 279px;
	padding-top: 50px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10pt;
}

#backgroundPopup, #waitcursorPopup {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 1110;
}
#waitcursorPopup {
	cursor: wait;
	background: none;
	z-index: 1112;
}
.centeredPopup {
	display: none;
	position: absolute;
	z-index: 1111;
}
#helpbox {
	width: 350px;
	border: 1px solid black;
	background: #fff;
	height: 300px;
	padding: 10px;
	overflow: auto;
}
#tutorial {
	border: 1px solid #6f99c6;
	padding: 10px;
	margin: 10px;
	background: #FFFFCC;
}
.clear {
	clear: both;
}
.gray_box {
	background: url(/images/simrepublicskin/box-bottom.png) repeat-x bottom #f8f7f7;
}
.gray_box2 {
	background: url(/images/simrepublicskin/box-top.png) repeat-x top;
}
.gray_box3 {
	background: url(/images/simrepublicskin/corner-bottom-left.png) no-repeat bottom left;
}
.gray_box4 {
	background: url(/images/simrepublicskin/corner-bottom-right.png) no-repeat bottom right;
}
.gray_box5 {
	background: url(/images/simrepublicskin/corner-top-left.png) no-repeat top left;
}
.gray_box6 {
	background: url(/images/simrepublicskin/corner-top-right.png) no-repeat top right;
	padding: 15px;
}
.gray_box_right {
	background: url(/images/simrepublicskin/box-right.png) repeat-y right;
}
.gray_box_left {
	background: url(/images/simrepublicskin/box-left.png) repeat-y;
}

table.signup_table {
	width: 100%;
	border-collapse: collapse;
}
table.signup_table td {
	padding: 5px;
	vertical-align: middle;
}
table.signup_table input {
	background-color: white;
}

/*** Message boxes ***/

.helpmsg {
	display: none;
	border: 1px solid #6f99c6;
	background: #FFFFCC;
	position: absolute;
	width: 600px;
	padding: 10px;
}
.explanation {
	color: black;
	background-color: #FFFFCC;
	font-size: 12px;
	border: 1px solid #6f99c6;
	padding: 10px;
}
.redhelpmsg {
	border: 1px solid #FF6633;
	background: #FFECE5;
	padding: 3px;
	margin: 3px;
	text-align: center;
}

.confirmmessage, .rejectmessage {
	background: #ccf1cc;
	border: 1px dashed #195819;
	padding: 10px;
	text-align: center;
	font-size: 13pt;
	font-weight: bold; 
}
.rejectmessage {
	background: #f6d5c9;
	border: 1px dashed #db0f0f;
}

.parliament_box {
	background: white url(/images/boxes/bg-gradient.png) repeat-x top;
	border-bottom: 1px solid gray;
	padding: 10px;
	min-height: 114px;
	word-wrap: break-word;
	overflow: hidden;
}


/*** Buttons ***/

.button, .gold-button, .red-button, .small-button {
	display: inline-block;
	background: #d0e0f0 url('/images/boxes/title-gradient.png') repeat-x bottom;
	color: black;
	text-decoration: none;
	font-family: Arial, Tahoma;
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #607080;
	cursor: pointer;
	padding: 4px 6px 4px 6px;
	overflow: visible;
}
.button:hover, .gold-button:hover, .red-button:hover, .small-button:hover {
	background-color: #f0fcff;
	text-decoration: none;
	color: black;
}
.gold-button {
	background-color: #f8e8a0;
	border: 1px solid #887830;
}
.gold-button:hover {
	background-color: #fff8c0;
}
.red-button {
	background-color: #ffc0b0;
	border: 1px solid #8f5040;
}
.red-button:hover {
	background-color: #ffe0d0;
}
.small-button {
	font-size: 12px;
	padding: 2px 3px 2px 3px;
}
input.button::-moz-focus-inner, input.gold-button::-moz-focus-inner, input.small-button::-moz-focus-inner {
	padding: 0; border: 0;
}

.paging {
	font-size: 14px;
	font-family: Arial;
	text-align: right;
}
.paging a {
	text-decoration: none;
}


/*** Avatar ***/

div.avatar_select_box {
	background: #ddd;
	border: 1px solid gray;
	margin: 10px 10px 0 0;
	padding: 4px;
	float: left;
}
div.avatar_select_box select {
	width: 130px;
}


/*** Paginator ***/

div.paginator {
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 1px 0 1px 0;
}
div.paginator span {
	border: 1px solid #305060;
	background-color: #7090a0;
	color: white;
	padding: 0 5px 0 5px;
}
div.paginator span.currentpage {
	background-color: #d0e0f0;
	color: black;
	border-left: 0;
	border-right: 0;
}
div.paginator a {
	text-decoration: none;
	border-top: 1px solid #305060;
	border-bottom: 1px solid #305060;
	padding: 0 5px 0 5px;
	background-color: white;
	color: #7090a0;
}
div.paginator a:hover {
	background-color: #7090a0;
	color: white;
}


/*** Itemlisting ***/

table.itemlisting {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding: 5px;
	margin: 10px 0 10px 0;
}
table.itemlisting td, table.itemlisting th {
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}
table.itemlisting th {
	background: url('/images/boxes/title-gradient.png') repeat-x bottom;
	border-bottom: 1px solid gray;
	padding: 5px;
	white-space: nowrap;
}
table.itemlisting td img {
	margin-right: 5px;
	vertical-align: middle;
}
table.itemlisting th img {
	vertical-align: middle;
}
table.itemlisting .seller {
	text-align: left;
	white-space: nowrap;
}
table.itemlisting tr.alt-row td {
	background: #f0f0f0;
}


div.itemlist_elem { float:left; }
div.itemlist_elem a { display:block; text-decoration:none; color:black; padding:5px; }
div.itemlist_elem a img { height:50px; }
div.itemlist_elem a img.side-icon { height:30px; vertical-align:middle; margin-right:5px; }
div.itemlist_elem a:hover { background-color:white; }
div.itemlist_elem a.selected { background-color:black; color:white; }
div.itemlist_elem a.shop-item { margin:0 5px 5px 0; font-size:12px; position:relative; overflow:hidden; border:1px solid gray; }

table.simpleform { border-collapse: collapse; }
table.simpleform td { vertical-align: middle; padding-right: 10px; height: 30px; }


/*** FormGen ***/

.formgen_box {
	border: 1px solid #c09080;
	padding: 4px;
	margin-bottom: 10px;
	overflow: auto;
}
.formgen_input {
	overflow: auto;
	padding-bottom: 5px;
}
.formgen_input label {
	display: block;
	float: left;
	font-weight: bold;
	width: 150px;
}
.formgen_input input, .formgen_input textarea, .formgen_input select {
}
.formgen_input label span {
	display: block;
	font-weight: normal;
	font-size: 12px;
	color: #506070;
	border-top: 1px solid #c0d0e0;
}

.small12 { font-size: 12px; }
.note12 { font-size: 12px; color: gray; }


/*** Articles ***/

div.article {
	background: white url('/images/boxes/bg-gradient.png') repeat-x top;
	overflow: auto;
	padding: 20px;
	border: 1px solid gray;
	word-wrap: break-word;
	margin: 0 6px 6px 0;
}
div.article .info { font-size:12px; color:gray; }
div.article .title, 
div.article h1 { font-weight:normal; font-family:Times New Roman; font-size:46px; letter-spacing: 0px; color:black; margin:10px 0 10px 0; }
div.article h2 { font-weight:normal; font-family:Times New Roman; font-size:26px; letter-spacing: 0px; color:black; margin:5px 0 5xp 0; }
div.article h3 { font-weight:normal; font-family:Times New Roman; font-size:18px; letter-spacing: 0px; color:black; margin:2px 0 2xp 0; }
div.article .title-preview { font-family:Times New Roman; font-size:26px; letter-spacing: 0px; color:black; margin:5px 0 5px 0; }
div.article .content { font-size:15px; color:#303030; overflow:hidden; }
div.article .content p { overflow:auto; margin:5px 0 20px 0; }


/*** Plot ***/

div.plot-toolbar-icon {
	width:30px;
	height:30px;
	position:absolute;
	display:none;
	cursor:pointer;
}
div.plot-toolbar-icon > a, div.plot-toolbar-icon > a:hover {
	text-decoration: none;
	background-color: transparent !important;
}
div.plot-itemlist {
	width:200px;
	height:300px;
	border:2px outset white;
	padding:5px;
	background:#e8e8e8 url('/images/boxes/bg-gradient.png') repeat-x top;
	position:relative;
	left:1px;
	top:30px;
	text-align:center;
	display:none;
}
div.plot-itemlist a {
	display:block;
	padding:5px;
	text-decoration:none;
}
div.plot-itemlist a:hover {
	background:#b0b0b0;
}
div.plot-toolbar-icon:hover div.plot-itemlist {
	display:block;
}
div.plot-itemlist > div.header {
	background:#b0c0d0 url('/images/boxes/title-gradient.png') repeat-x bottom;
	color:black;
	border:1px solid gray;
	font-weight:bold;
	cursor:auto;
	height:30px;
	line-height:30px;
}
div.plot-itemlist > div.content {
	height:262px;
	overflow:auto;
	padding:1px;
	border:2px inset white;
}

.flip-horizontal {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: fliph; /*IE*/
	image-rendering: -moz-crisp-edges;
}
.flip-vertical {
	-moz-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: flipv; /*IE*/
	image-rendering: -moz-crisp-edges;
}
.reward {
	background-color: #fff;
	border: 1px solid #333;
	width: 300px;
	min-height: 450px;
	left: 500px;
	position: absolute;
	top: 100px;
	padding: 15px;
	z-index: 10000;
}
.reward .cross {
	float: right;
	width: 21px;
	height: 23px;
	background: url(/images/farm_store/cross-icon.png);
}
.reward .cross:hover {
	background: url(/images/farm_store/cross-icon-dark.png);
	cursor: pointer;
}

