body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background-color: #fafbfb;
    background-image: url(/images/sidesec4bg.png);
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0;
	padding: 10px 0;
	border-top: 3px solid #3188dd;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	//background:white url(bg.gif) repeat-x left top;
	background-color: #3188dd;
	padding-top: 8px;
}

#mainmenu ul
{
	padding:0px 15px 0px 15px;
	margin-bottom: 0px;
}

#mainmenu ul li
{
	display: inline-block;
	margin-bottom: 10px;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding:6px 14px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

#user-form .imageBox
{
    position: relative;
    height: 350px;
    width: 350px;
    border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
}
#user-form .imageBox .thumbBox
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    margin-top: -150px;
    margin-left: -150px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}
#user-form .imageBox .spinner
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0,0,0,0.7);
}
#user-form .cropped {
    display: none;
}
#user-form #btnZoomIn,
#user-form #btnZoomOut {
    width: 34px;
    height: 34px;
}

.admin_ordinary_button {
	border: 1px solid #dddddd;
	padding: 8px 16px;
	border-radius:5px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
}

.admin_ordinary_button:hover {
	text-decoration: none;
	border: 1px solid #2276e4;
	background-color: #2276e4;
	color: #fff;
}

.admin_ordinary_button_grey {
	border: 1px solid #dddddd;
	padding: 8px 16px;
	border-radius:5px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	color: #999999;
}

.admin_ordinary_button_grey:hover {
	text-decoration: none;
	border: 1px solid #dddddd;
	background-color: #dddddd;
	color: #666;
}

.grid-view table.items th {
	background: #2276e4 !important;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	font-size: 14px;
}
.grid-view table.items tr {
	font-size: 15px;
}

.gamecore_info_item {
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 3px 10px;
	margin-bottom: 5px !important;
}
.gamecore_info_control {
	width:440px;
	display: inline-block;
}

.gamecore_info_control span {
	min-width: 20px;
    height: 16px;
    padding-top: 1px;
    display: inline-block;
    border: 2px solid #eee;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding:2px;
	margin: 0px 5px 5px 5px;
}

.top_operations li{
	display: inline-block;
	margin-right: 20px;
	margin-left: 0px;
	padding-left: 0px;
}

#Game_id_game {
	display: block;
    height: 100%;
    max-height: 150px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 15px;
    margin: 5px 0 20px 0;
}