html {
	background-color: #F5F5F5;
}

body {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/cog.gif);
}

body,td,th {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
	vertical-align: top;
}

h1 {
	font-size: 15px;
	color: #CC0033;
	font-weight: normal;
	padding-left: 30px;
	background-image: url(images/application_edit.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

a {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input,select,textarea {
	background-color: #FFFFFF;
	border: 1px inset #fff;
	padding: 2px;
	background-image: url(images/input.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

button {
	font-size: 12px;
	padding: 3px;
}




small {
	color: grey;
}

label {
	cursor: pointer;
}

button img {
	height: 12px;
	margin-right: 3px;
	margin-left: 5px;
}

small {
	
}

/**/
#main_table {
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 95%;
	background-color: transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid silver;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px#999;
    box-shadow: 0 0 5px #999;
}

#header {
	border: none;
	width: 800px;
	margin: auto;
	float: none;
	text-align: right;
	padding-bottom: 5px;
	padding-top: 5px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#header a {
	padding-top: 35px;
	text-decoration: none;
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #000;
	font-size: 10px;
	width: 60px;
	overflow: hidden;
	float: right;
	border: 1px inset transparent;
	background-position: center top;
	padding-bottom: 3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px
}

#header a:hover {
	color: #000;
	background-color: #FFF;
	border: 1px outset silver;
}

#submenu {
	color: #CC0000;
	background-color: #F0F0F0;
	border: none;
	border-bottom: solid 1px silver;
	height: 40px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	background-image: url(images/submenu.png);
	background-repeat: repeat-x;
}

#submenu a {
	color: #F0F0F0;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	float: left;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	margin-top: -10px;
	padding-left: 15px;
	text-align: center;
	vertical-align: middle;
    text-shadow: 1px 1px 1px #000;
}

#submenu .logout_link {
	background-image: none;
	text-align: left;
	vertical-align: bottom;
	float: right;
	color: #84C1FF;
	display: block;
	margin-top: -3px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px none #333333;
	text-decoration: underline;
	text-transform: capitalize;
}

#submenu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/submenu_hover.png);
	background-repeat: repeat-x;
	background-position: center top;
	cursor: pointer;
}

#content {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: silver;
	border-left-color: #CCCCCC;
}

#footer {
	text-align: center;
	vertical-align: middle;
	height: 30px;
	background-image: url(images/submenu.png);
	background-color: #333;
	background-position: center top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	background-repeat: repeat-x;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#info {
	padding-top: 5px;
	text-align: left;
	color: black;
	font-weight: bold;
	padding-bottom: 5px;
	background-color: #FFFFC1;
	border: solid 1px #FDE017;
	margin-bottom: 10px;
	background-image: url(images/info.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 25px;
	vertical-align: middle;
	display: block;
}

#info_login {

}

.list_table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}

.list_table .header {
	font-weight: bold;
	background-color: #F0F0F0;
	text-align: left;
	vertical-align: middle;
	background-image: url(images/input.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #999999;
	text-transform: uppercase;
}

.list_table .header td {
	padding: 10px;
	vertical-align: middle;
}

.list_table td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.list_table table
{
  border-collapse:collapse;
  border: solid 1px #FFFFFF;
}

optgroup
{
  color:  #CC0033;
  font-style: normal;
}

option
{
  color: #000;
}

#favorites
{
	background-color:#FFFFFF;
}


#favorites a {
	display: block;
	float: left;
	padding: 5px;
	vertical-align: bottom;
	text-align: center;
	margin: 6px;
	padding-top: 40px;
	background-repeat: no-repeat;
	background-position: center 5;
	border: solid 1px white;;
	font-size: 9px;
	color: black;
	width: 125px;
	overflow: hidden;
}

#favorites a:hover {
	text-decoration: none;
	border: solid 1px #FFCC00;
}

#dark {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2000;
	filter: alpha(opacity = 10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
	background-color: #000;
	display: none;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	vertical-align: middle;
}

/* filemanager */
#f_photo a {
	border: 1px solid #E9E9EB;
	text-align: center;
	vertical-align: bottom;
	display: block;
	margin: 3px;
	float: left;
	width: 100px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 95px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 8px;
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}

#f_photo a:hover {
	border: 1px outset #F1EDED;
}

#f_files a {
	text-align: left;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	background-image: url(../../../images/document.png);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: buttonface;
	border-left-color: #CCC;
	margin: 0px;
}

#f_files a:hover {
	color: white;
	background-color: highlight;
	background-image: url(images/document.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.filter-field
{
	background-image:url(images/search.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:20px;
	z-index:10;
}

.dialog {
-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;
}

#icons_area span
{
    -moz-box-shadow: 0 0 5px #D5D4D4;
    -webkit-box-shadow: 0 0 5px #D5D4D4;
    box-shadow: 0 0 5px #D5D4D4;
}

#icons_area span div
{
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px#999;
    box-shadow: 0 0 5px #999;
}


