html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */

OPTION.mar{background-color:maroon; color:white}

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

body {
    font: 11px verdana, arial, helvetica, sans-serif;
    background: #fff url(/cms/media/bak.gif) 50% 0;
	margin: 0;
	padding: 0;

}

a:link, a:visited, a:hover {
    font-weight: bold;
    text-decoration: none;
}

h1 {
    color: #006dba;
    font-weight: normal;
    font-size: 16px;
    margin: .8em 0 .3em 0;
}

ul {
    padding-left: 15px;
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}
select {
   padding: 2px 2px 2px 0;
}
textarea {
	width: 350px;
	height: 60px;
	vertical-align: top;
}

.ims{
	width: 80%;
	height: 60px;
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

.body {
 /*    margin: 0 15px 10px 15px; */
    margin:0px;
}

/* NAVIGATION MENU */

.nav {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #E4E4E4;
    border-style: solid none solid none;
    margin-top: 5px;
    padding: 7px 12px;
}

.ctoolbar{
	width:100%;
	vertical-align:right;
	text-align:right;
}

.viewMessage {
    font-family: Arial;
    font-size: 12px;
    background: #ffffdd;
    border: 1px solid #999999;
    color: #000000;
    padding: 5px 5px 5px 7px;
    width: 80%;
    height: 180;
    overflow: auto;
    margin: 10px 0 5px 0;

}

.ctoolbar a{
	color: blue;
}

.menuButton {
    font-size: 11px;
    padding: 0 5px;
}
.menuButton a {
    color: #333;
    padding: 4px 6px;
}
.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.file {
    background: url(../images/skin/file.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.folder {
    background: url(../images/skin/folder.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.close {
    background: url(../images/skin/close.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.currency {
    background: url(../images/skin/currency.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

label.file {
    background: url(../images/skin/file.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
label.folder {
    background: url(../images/skin/folder.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

a.userAdd{
    background: url(../images/userAdd.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

a.userGroupAdd {
    background: url(../images/userGroupAdd.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.openfolder {
    background: url(../images/skin/openfolder.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.newfolder {
    background: url(../images/skin/addfolder.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.newfile {
    background: url(../images/skin/newfile.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.reycleBin {
    background: url(../images/RecycleBin.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.listview {
    background: url(../images/skin/list.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.thumbnail {
    background: url(../images/skin/thumbnail.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.user {
    background: url(../images/skin/user.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/* Text Box with Side Image: */
.bg-side-search {
    background-image: url(../images/skin/search.png);
    background-repeat:no-repeat;
    background-position:left;
    border: 1px solid #6297BC;
    padding-left:16px;
}
/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

.note {
    background: #ffcc00 url(../images/skin/yellow.png) 8px 50% no-repeat;
    border: 1px solid #333333;
    color: #333333;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

/* TABLES */

table {
    border: 1px solid #ccc;
    width: 100%
}
tr {
    border: 0;
}
td, th {
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}
th {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}



.dataTable table{
	border:0;
}

.dataTable th, .dataTable td {
    border-left: 0px solid #ddd;
}

.dataTable th:hover, .dataTable tr:hover {

}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

.treeDiv table{
	border: 0;
}

/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}

.buttons button {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}

.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}

/* ADDITIONAL */

.subs-navbar {font-size: 100%;
background-color: #fff; }

.subs-navbar h1
{
margin: 1em 0;
margin-top: 1em;
margin-bottom: 5px;
border-bottom: 1px #b0b1ba solid;
text-align: left;
font: 11px verdana, arial, helvetica, sans-serif;
color: #fff;
background-color: #ff5800;
text-shadow: none;
font-weight: normal;
padding-top: 6px;
padding-bottom: 6px;
padding-right: 15px;
padding-left: 15px;
 }

.subs-navbar h1 a:link, .subs-navbar h1 a:visited {color: #fff;
display: block;
text-decoration: none; }

.subs-navbar h1 a:hover {color: #091c5a; }

.subs-navbar ul {padding: 0;
margin: 0; }

.subs-navbar ul li {list-style-type: none;
margin-top: 4px;
margin-bottom: 4px;
color: #fb5701; }

.subs-navbar ul li a:link, .subs-navbar ul li a:visited {text-decoration: none;
padding-left: 2px;
border-left: 10px #fff solid;
color: #091c5a; }

.subs-navbar ul li a:link.youarehere, .subs-navbar ul li a:visited.youarehere, .subs-navbar ul li a:hover {border-left: 10px #ff5800 solid;
color: #fb5701; font-weight: normal;}

.subs-navbar ul li a:link.youarehere, .subs-navbar ul li a:visited.youarehere { font-weight: normal;}

.subs-navbar ul li ul li a:link, .subs-navbar ul li ul li a:visited {padding-left: 10px; font-weight: normal;}

.subs-navbar ul li ul li ul li a:link, .subs-navbar ul li ul li ul li a:visited {padding-left: 20px;
font-weight: normal;}

.subs-navbar ul li ul li ul li ul li a:link, .subs-navbar ul li ul li ul li ul li a:visited {padding-left: 30px;
font-weight: normal;}

.subs-navbar ul li ul li ul li ul li, .subs-navbar ul li ul li ul li {margin-top: 0;
margin-bottom: 0; font-weight: normal;}

.subs-navbar ul li.current-section a:link, .subs-navbar ul li.current-section a:visited {color: #ff5800; font-weight: normal; }

.feed-list
{
	margin-left: 0px;
	padding-left: 0;
	list-style: none;
	font-weight: normal;
}

.feed-list li a:link
{
	padding-left: 10px;
	background: url(http://css.maxdesign.com.au/listamatic/images/arrow.gif) no-repeat 0 .7em;
	font-weight: normal;
}
.hldepan {
	MARGIN: 5px 0px -2px 7px; font: small/1.7em verdana, sans-serif; COLOR: #000; TEXT-INDENT: -7px
}

* { outline: none; }

img { border: none; }

a
	{
	color: #07a;
	text-decoration: none;
	outline: none;
	}

a:hover { color: #d60; }

a:focus { -moz-outline: none -moz-mac-focusring; }

a:focus { color: #aaa; }



h3
	{
	font: normal 1.2em helvetica, arial, sans-serif;
	color: #000;
	margin: 1em 0 0.5em 0;
	}
.left720
	{
	width: 720px;
	float: left;
	}

.left470
	{
	width: 470px;
	float: left;
	}

.left220
	{
	width: 220px;
	float: left;
	}

.right720
	{
	width: 720px;
	float: right;
	}

.right470
	{
	width: 470px;
	float: right;
	}

.right220
	{
	width: 220px;
	float: right;
	}
.no { display: none; }

#wrap
	{
	text-align: left;
	width: 970px;
	margin: 0 auto;
	}
#footer
	{
	clear: both;
	background: #fff;
	width: 970px;
	height: 6em;
	}
p,
li,
dd,
dt
	{
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	}

.zero {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

