/* @override 
	http://127.0.0.1:8888/gekoncms/templates/admin/global/master.css
	http://localhost:8888/gekoncms/templates/admin/global/master.css
	http://localhost:8888/gcms_devel/templates/admin/global/master.css
	http://10.0.0.8/gekon_devel/templates/admin/global/master.css
	http://10.0.1.3/gekon_devel/templates/admin/global/master.css
	http://10.0.0.108:8888/gekon_devel/templates/admin/global/master.css
	http://127.0.0.1:8888/gekon_devel/templates/admin/global/master.css
	http://localhost:80/gcms/templates/admin/global/master.css
	http://localhost/gcms/templates/admin/global/master.css
*/

/* @group Hlavne elementy */

body{
	font: 12px Arial,Verdana,sans-serif;
	color: #333;
	padding: 0;
	margin: 0;
	background:#eef1ef url(gcms_admin_back.png);
    min-width: 990px;
    position: relative;
    width: 100%;
}

a {
	color: #8dc63f;
	text-decoration: none;
}

a:hover{
	color: #9ddf45;
	text-decoration: underline;
}

a img {
	border: none;
}

/* @end */

/* @group Pomocne triedy */
.g_left{float: left;}
.g_right{float: right;}
.g_clear{clear: both;}
/* @end */

/* @group Admin layout */

#user_info {
	color: #666;
	text-align: left;
	margin: 0 10px;
	padding:10px 10px;
	border-top: 1px solid #282828;
	border-bottom: 1px solid #282828;
	background-color: rgba(0,0,0,0.1);
}


#user_info .user_name{
	color: #ccc;
}

#corp_logo {
	font-size: 24px;	
	color: #fff;
	text-align: left;
	padding:0px 20px 10px 10px;
	text-shadow: #000 0 2px 1px;
}
#corp_logo div {
	font-size: 13px;
	color: #ec1d54;
	text-shadow: #000 0 2px 1;
	font-weight: normal;
}
#corp_logo a{
	color:#FFF;
	text-decoration: none;
}


.mc_half_size{
	width: 450px;
}

.mod_name {
	font-size: 20px;
	font-weight: bolder;
	margin-right: 20px;
	/*margin-left: 10px;*/
}

.mod_desc {
	font-size: 11px;
	font-weight: normal;
}
/* @end */

/* @group Admin menu */

ul#admin_menu {
	list-style: none;
	padding: 0;
	margin: 0 10px;
	border-top: 1px solid #464646;
	border-bottom: 1px solid #242424;
}
ul#admin_menu li a,
ul.system_menu li a{
	color: #c4c4c4;
	text-align: left;
	display: block;
	padding: 6px 20px 6px 30px;
	border-bottom: 1px solid #464646;
	border-top: 1px solid #242424;
	margin-right: 1px;
	background:no-repeat 6px center;
}
ul.system_menu li a{
	border-bottom: 1px solid #494949;
	border-top:1px solid #3a3a3a;
}

ul#admin_menu li.selected a,
#system_menu ul.system_menu li.selected a{
	background-color: #d0d0d0;
	color: #000;
}

ul#admin_menu li.sep {
	background-color: #454545;
	font-size: 10px;
	color: #b7b7b7;
	padding: 10px 0 3px 0;
}


ul#admin_menu li a:hover,
ul.system_menu li a:hover{
	/*display: block;
	border-top: 1px solid #a0e149;
	border-bottom: 1px solid #577c24;
	margin-right: 1px;*/
	text-decoration: none;
	background-color: #8dc63f;
	color: #000;
	/*-moz-border-radius:5px;
	-webkit-border-radius:5px;*/	
}

#gekon_contact {
	color: #666;
	font-size: 10px;
	text-align: left;
	padding:0 10px;
	margin-top: 60px;
}

#gekon_contact .lighten{
	color: #ccc;
}






/* @end */

/* @group MOD_login_screen */
#login_div {
	width: 250px;
	margin: 1px auto;
	margin-top:100px;
}
#login_div form{
	margin: 5px 0px 5px 0px;
	padding: 0;
}
#login_div td{
	padding: 2px 0;
	/*border-bottom: 5px solid #fff;*/
}
#login_div td .g_button{
	margin-left: 2px;
	margin-top: 10px;
}



/* @end */

/* @group PhotoGallery */


#largeImage{
	position : absolute;
	padding : .2em;
	background : #333333;
	border: 1px solid #999;
}

#photogall_sort{
	list-style-type: none;
	padding-left: 0px;
}

.pg_item {
	border: 1px solid #ededed;
	height: 60px;
	padding: 5px;
	background: #eaeaea;
	margin-bottom: 5px;
	position: relative;
} 

.pg_item_img,
.pg_item_del,
.pg_item_icon {
	float: left;
}

.pg_item_flname{
	font-size: 10px;
	color: #666;
	line-height: 20px;
	display: block;
}
.pg_item_cont_name{
	float: left;
	width: 55%;
	height: 100%;	
}
.pg_item_wrapper{
	position: absolute;

	top: 5px;
	left: 145px;
	right: 10px;
	bottom: 5px;
}

.pg_item_labels{
	line-height: 20px;
	text-align: right;
	width: 130px;
	font-size: 10px;
	color: #999;
}

.pg_item .popiska{
	text-align: right;
	padding-right: 5px;
	width: 30px;
}


.pg_item_name,
.pg_item_link{
	width: 99%;
	background: #fff;
	border: 1px solid #cdcdcd;
	font-size: 12px;
	color: #191919;
	height: 16px;
	line-height: 16px;
	margin: 1px 0;
	padding: 0;
}

.pg_item_desc{
	float: right;
	width: 43%;
	height: 90%;
	font-size: 12px;
	color: #999;
	background: #fff;
	border: 1px solid #cdcdcd;
}





/* @end */