body {
	padding:0;
	margin:0;
	font-family: calibri,arial;
}

#stripe {
	width: 150px;
	height: 100%;
	position: fixed;
	overflow-y: auto;	

	background: white url('./../../img/admin/bg-main-menu.png')  0 190px repeat-x;
	border-right: 1px solid #ededed;
	box-shadow: 0 0 20px 0 #ccc;
}

#header {
	background: url('./../../img/admin/bg-grey.png') repeat-x;
	height:190px;
	border-bottom: 1px solid #ededed;
}

#header h1 {
	margin:0;
	padding:10px;
	font-size: 21px;
	font-style:italic;
	text-align: center;
}
#header h1 span {
	font-size: 18px;
}

#header h1 a {
	color: #4c5640;
	text-decoration:none;
}
#header p {
	margin: 15px;
	text-align: center;
	font-size: 13px;
}

#main-menu {
	/*background: white url('./../../img/admin/bg-main-menu.png') repeat-x;*/
}

#main-menu menu {
	list-style: none;
	width:100%;
	margin:0;
	padding: 20px 0;
	text-align: center;
}

#main-menu menu li {
	display: block;
	margin: 5px auto;
	padding:0;

	width: 75%;
	height: 43px;
}

#main-menu menu li a {
	display: block;
	width: 100%;
	height: 100%;
	background: white url('./../../img/admin/bg-main-menu-item.png') repeat-x;
	border: 1px solid #d7ded3;
	border-radius: 3px;

	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #494c45;
	line-height: 43px;
}
#main-menu menu li a:hover {
	color: #41611e;
	border-color: #617b44;
}

#main-menu menu li.active a, #main-menu menu li.active a:hover {
	color: #fcfcfc;
	background: #494c45;
	border-color: #d7ded3;
}


#submenu {
	margin: 0 0 30px 0;
	padding: 0;
	list-style:none;

	background: #f6fded url('./../../img/admin/bg-menu.png') repeat-x;
	height: 33px;
	border-bottom: 1px solid #ededed;
	margin-left: 151px;
	width: 100%;
	position: fixed;
	z-index: 1000000000;	
	top: 0;
	box-shadow: 8px 0px 20px 0 #ccc;
}

#submenu li {
	color: #494c45;
	font-weight: bold;
	height: 100%;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#submenu li a {
	text-decoration: none;
	color: #494c45;

	display: block;

	line-height: 33px;

	padding: 0 30px;
	border-right: 1px solid #dfe9d3;
}

#submenu li a:hover, #submenu li.active a {
	color: white;
	background: #3e3e3e;
}

#content {
	margin-left: 180px;
	margin-bottom: 200px;
	padding-top: 50px;
	padding-bottom: 20%;
}



/* buttons */
.btn {
	background: #333;
	color: #fafafa;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 13px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
}
a.btn {
	width: auto;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 14px;
}

.list .btn {
	background: none;
	color: #333;
}

.btn-normal,.btn-submit {
	background: #333;
	color: #fafafa;
}
.btn-normal:hover,.btn-submit:hover {
	background: #444;
	color: #fafafa;
}
.btn-normal:active,.btn-submit:active {
	background: #888;
	color: #fafafa;
}

.btn-back:hover {
	background: darkorange;
	color: #fafafa;
}

.btn-back:active {
	background: orange;
	color: #fafafa;
}

.btn-remove:hover {
	background: darkred;
	color: #fafafa;
}
.btn-remove:active {
	background: red;
	color: #fafafa;
}
.btn-add:hover {
	background: darkgreen;
	color: #fafafa;
}
.btn-add:active {
	background: green;
	color: #fafafa;
}
/*
.btn-submit {
	background: #727272 url('./../../img/admin/bg-btn btn-normal.png') repeat-x;
	height: 30px;
	line-height: 30px;
	border: 1px solid #3e3e3e;
	border-radius: 4px;
	font-size: 14px;
	color: white;
	font-weight: bold;
	padding: 0 10px;
	cursor: pointer;
}
.btn-grey {
	background: #727272 url('./../../img/admin/bg-btn btn-normal.png') repeat-x;
	height: 30px;
	line-height: 30px;
	border: 1px solid #3e3e3e;
	border-radius: 4px;
	font-size: 16px;
	color: white;
	font-weight: bold;
	padding: 0 10px;
}*/

/*a.btn-grey {
	width: auto;
	padding: 5px 10px;
	color: #fafafa;
	text-decoration: none;
}

.btn btn-normal:hover,.btn-submit:hover {
	border-color: #b8b8b8;
}
*/
/* tabs */

.tab {
	margin: 20px 0;
}

.tab h3,
.tab h4 {
	margin: 10px 0;
	padding: 0;
}

#tabsNav {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
}

#tabsNav li {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0 6px 4px 0;
	padding: 0 15px;
	/*background: #c9e7a7 url('./../../img/admin/bg-tab.png') repeat-x;
	border: 1px solid #d4d4d4;*/
	background: #c9e7a7;
	cursor: pointer;
	border-radius: 2px;
	color: #738a59;
	font-weight: bold;
}

#tabsNav li.aloneTab {
	/*border-color: #717171;
	background: #7f7f7f url('./../../img/admin/bg-tab-alone.png') repeat-x;*/
	background: #333;
	color: #ddd;
}

#tabsNav .tabActive {
	color: white!important;
	/*background: #96d155 url('./../../img/admin/bg-tab-active.png') repeat-x!important;
	border-color: #b7b7b7 !important;*/
	background: #96d155;
}

/* forms */

input[type=text],input[type=password] {
	border: 1px solid #dedede;
	background: #fefefe;
	padding: 8px;
	border-radius: 2px;
}


textarea {
	border: 1px solid #dedede;
	background: #fafafa;
	padding: 8px;
	border-radius: 3px;	
	width: 300px;
	background: #fefefe;
}

.texyla {
	border: 1px solid #dedede;
	background: #fafafa;
	padding: 8px;
	border-radius: 3px;	
	width: 600px;
}

.texyla textarea {
	background: #fefefe;
}


/* flashes */

.flashboxWrapper {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000000000000000000000000000000000000000;
}

.flashbox {
	border: 20px solid #8dcd45;
	border-radius: 3px;
	background: #fafafa;
	padding: 20px;
	width: 450px;
	min-height: 200px;

	position: fixed;
	top: 100px;
	left: 400px;
	z-index: 10000000000000000000;

	cursor: pointer;
}

.flashbox.error {
	border-color: red;
}

.flashbox p {
	margin: 10px 0;
	font-size: 18px;
	font-weight: bold;
}

.flashbox .closeFlashes {
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-size: 14px;
	color: #dadada;
}