body
{
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	background-image: url("../../images/admin/header_bg.png");
	background-repeat: repeat-x;
	border: none;
}


.clear
{
	clear: both;
}

#wrapper
{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	/*
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	*/
	
}

h1
{
	color: #7a7a7a;
	font-size: 22px;
	font-weight: normal;
	margin: 10px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
}

h2
{
	color: #7a7a7a;
	font-size: 16px;
	font-weight: normal;
}

select, input
{
	border: solid 1px #ccc;
}

label
{
	display: block;
	float: left;
}

a button
{
	text-decoration: none;
	vertical-align: top;
}

a img
{
	border: none;
}

fieldset
{
	border: none;
	padding: 0px;
	margin: 0px;
}

button
{
	background-image: url("../../images/admin/addButton.png");
	background-position: -50px;
	border: solid 1px #999999;
	height: 22px;
	line-height: 22px;
	padding: 0px 5px 0px 5px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	
}

button.add
{
	background-image: url("../../images/admin/addButton.png");
	background-position: 0px;
	padding: 0px 5px 0px 25px;
}

button.edit
{
	background-image: url("../../images/admin/editButton.png");
	background-position: 0px;
	padding: 0px 5px 0px 25px;
	
}

button.delete
{
	background-image: url("../../images/admin/deleteButton.png");
	background-position: 0px;
	padding: 0px 5px 0px 25px;
	
}

button.save
{
	background-image: url("../../images/admin/saveButton.png");
	background-position: 0px;
	padding: 0px 5px 0px 25px;
}

a
{
	margin: 0px;
	padding: 0px;
}

input[disabled] {color:red!important;}

/* HEADER START*/

#header
{
	height: 135px;
	background-image: url("../../images/admin/header_bg.png");
	background-repeat: repeat-x;
}

#header #menu a
{
	color: #fff;
	text-decoration: none;
}

#header #logo
{
	height: 90px;
	padding: 10px 0px 10px 30px;
	float: left;
}


#header #logininfo
{
	float: right;
	padding: 20px 20px 0px 0px;
	text-align: right;
}

#header #logininfo img
{
	
}
#header #menu
{
	margin-top: 0px;
	padding-left: 5px;
	height: 25px; 
}

#header #menu ul
{
	margin: 0px;
	padding: 0px;
}

#header #menu ul li
{
	height: 25px;
	margin: 0px 1px 0px 0px;
	padding: 0px 10px 0px 3px;
	float: left;
	list-style: none;
	background-color: #434343;
	background-image: url("../../images/admin/tab.png");	
	background-position: right;
	background-repeat: no-repeat;
	
	color: #ffffff;
	font-size: 11px;
	line-height: 25px;
}

/*HEADER END*/

/* CONTENT START */
#content
{
	padding: 10px 10px 10px 10px;
}

div#dataStatus
{
	height: 25px;
	margin: 3px 0px 3px 0px;
	padding-left: 30px;
	line-height: 25px;
	
}

div#dataStatus.changed
{
	background-color: #FFFFCC;
}

div#dataStatus.saved
{
	background-image: url("../../images/admin/saved.png");
	background-repeat: no-repeat;
	background-color: #E9F7D9;
}

/* CONTENT END */



/* LANGUAGNE TABS START */
div.languagecontent
{
	border: solid 1px #000000;
	border-top: none;
	padding: 5px;
	display: none;
}

div.languagecontentselected
{
	background-image: url("../../images/admin/panel_bg.png");
	background-repeat: repeat-x;
	border-top: none;
	padding: 20px;
	display: block;	
}

div#languages
{
	margin: 20px 0px 0px 0px;
	height: 25px;
}

div#languages ul
{
	margin: 0px;
	padding: 0px;
}

div#languages ul li
{
	list-style-type: none;
	float: left;
	margin-right: 1px;
	padding: 0px 20px 0px 20px;
	background-color: #434343;
	background-image: url("../../images/admin/tab2.png");
	background-position: right;
	background-repeat: repeat-x;
	height: 25px;
	line-height: 25px;	
}

div#languages ul li a, div#languages ul li a:visited
{
	color: #fff;
	text-decoration: none;
}

div#languages ul li.selected
{
	background-image: url("../../images/admin/tab2_selected.png");
}

div#languages ul li.selected a, div#languages ul li.selected a:visited
{
	color: #333;
	text-decoration: none;
}
/* LANGUAGE TABS END */



/* FOOTER START */
#footer
{
	padding: 10px;
	height: 50px;
	text-align: center;
	border-top: dashed 1px #ccc;
	vertical-align: middle;
	line-height: 30px;
}
/* FOOTER END */

object
{
	width: 100%;
	border: none;
	background-color: transparent;
	background: none;
}

.hidden
{
	display: none;
}
