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

/* GENERAL */

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

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

body {
   
color: #333;
    font: 12px  Arial, Helvetica, sans-serif;
    margin: 0;
	padding: 0;

}

a:link, a:visited, a:hover {
    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 #E4E4E4;
    font: 11px sans-serif, 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;
    background: #F2F2F2;

}

.body {
    margin: 0 0px 0px 0px;
}

/* NAVIGATION MENU */

.nav {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #E4E4E4;
    border-style: solid solid solid solid;
    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;
}

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 #E4E4E4;
    width: 100%
}
tr {
    border: 0;
}
td, th {
    font: 11px sans-serif, 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 #E4E4E4;
}
.list th:hover, .list tr:hover {
    background: gainsboro;
}



.dataTable table{
	border:0;
}

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

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

}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #E4E4E4;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #E4E4E4;
    border-color: #E4E4E4 #E4E4E4 #E4E4E4 #E4E4E4;
    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 #E4E4E4;
    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 */
* {
	margin: 0; padding: 0;
}

html {
    height:101%;
}

body {
	background: #fff url(../images/skin/backgrund1.bmp) top repeat-y;
	color: #333;
	text-align: center;
	margin: 0px;
	

}

#bodyHome {
	width: auto;
   
}

/* links */
a, a:visited {
	text-decoration: none;
	background: inherit;
}
a:hover {
	color: red;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	padding-left: 20px; margin: 0 0 0 0;
}
h1 { font-size: 1.2em; text-transform: none; font-weight: bold; color:#660066;}
h2 { font-size: 2.0em; text-transform: none; color:#999999;}
h3 { font-size: 1.0em; text-transform: none;}

#main h2.arrow {
    padding: 10px 0px 20px 60px;
	background: url(../images/skin/purple_arrow.gif) no-repeat 0px 12px;
	margin: 0;
}

#main h1, #rightbar h1 {
    padding: 10px 0px 5px 0px;
	/*background: url(../images/skin/square_arrow.gif) no-repeat 2px 12px;*/
	margin: 0;
	text-transform: uppercase;
    border-bottom: 1px solid #CCCCCC;
}

#main h1.forum {
	background: url(../images/skin/forum.png) no-repeat left center;
    padding: 10px 0px 8px 24px;
    border-bottom: 1px solid #f2f2f2;
}

#main h1.document {
	background: url(../images/skin/document.png) no-repeat left center;
    padding: 10px 0px 8px 24px;
    border-top: 1px solid #f2f2f2;
    margin-top: 0px;
}

#main h1.info {
	background: url(../images/skin/info.png) no-repeat left center;
    padding: 10px 0px 8px 24px;
    border-bottom: 1px solid #f2f2f2;
}

#main h1.gallery {
	background: url(../images/skin/058.png) no-repeat left center;
    padding: 10px 0px 8px 24px;
	border-bottom: 1px solid #f2f2f2;
}

#rightbar h1.calendar {
	background: url(../images/skin/calendar.png) no-repeat left center;
    padding: 10px 0px 8px 24px;
	border-bottom: 1px solid #f2f2f2;
}

#rightbar h1.gallery {
	background: url(../images/skin/058.png) no-repeat left center;
    padding: 10px 0px 8px 24px;
	border-bottom: 1px solid #f2f2f2;
}

#sidebar h1 {
	padding: 10px 0px 5px 0px;
	/*background: url(../images/skin/square_arrow.gif) no-repeat 2px 12px;*/
	margin: 0;
	text-transform: uppercase;
    border-bottom: 1px solid #CCCCCC;
}

#sidebar h1.partner {
	background: url(../images/skin/partner.png) no-repeat left center;
    padding: 10px 0px 8px 24px;
	border-bottom: 1px solid #f2f2f2;
}

#sidebar h1.staff {
	background: url(../images/skin/users.png) no-repeat left center;
    padding: 10px 0px 8px 24px;
	border-bottom: 1px solid #f2f2f2;
}

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 5px 30px;
	padding: 0 2px;
	/*color: #3182C0;*/
    color: #000;
}
ul span, ol span {
	color: #000;
}

/* images */
img {
}
img.float-right {
  margin: 5px 0px 5px 15px;
}
img.float-left {
  margin: 4px 4px 4px 0px;
}
a img {
     border: 0px solid #3791D7;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;
  border-left: 3px solid #000;
  /*#3182C0*/
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;
  	background: #FAFAFA url(../images/skin/quote.gif) no-repeat 5px 10px !important;
	background-position: 8px 10px;
	border: 1px solid #f2f2f2;
	border-left: 3px solid #000;
    /*#3182C0*/
	font-weight: bold;
}

/* form elements */
form {
	//margin:10px; padding: 0;
	//border: 1px solid #f2f2f2;
	//background-color: #FAFAFA;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
    padding: 4px;
	border:1px solid #E4E4E4;
	font: normal 1em/1.5em Sans-serif, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:4px;
	font: normal 1em/1.5em Sans-serif, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 3px;
	color: #333;
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox {
	padding: 4px;
	border:1px solid #eee;
	font: normal 1em/1.5em Sans-serif, sans-serif;
	height:10px;
	color:#777;
}
form.searchform input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 3px;
	color: #333;
	height:20px;
}

/*****************/
/*    Layout     */
/*****************/
#wrap {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear:both;
    margin: 0; padding:0;
	width: 1000px;
     background: #fff;
}

/* header */
#header22
{
    margin-top:10px;
	width: 1000px;
	position: relative;
	height: 61px;
	background: #CCC url(../images/skin/header-myirda1.png) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}


#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #CCC;
	text-transform: lowercase;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 5px;
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 48px; left:65px;
}
#header .searchform {
	position: absolute;
	top: 20px; right: 3px;
}

/* main column */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 54%;
	border-left: 1px solid #f2f2f2;
     background: #fff;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin-top: 1px;
	font-size: 95%;
	border: 1px solid #f2f2f2;
}
.post-footer .date {
	background: url(../images/skin/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../images/skin/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/skin/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .list {
	background: url(../images/skin/177.png) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .calendar {
	background: url(../images/skin/178.png) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sideabar */
#sidebar {
	float: left;
	width: 21%;
	margin: 0;	padding: 0;
	display: inline;
     background: #fff;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;
	padding-right: 0;
	text-decoration: none;
    background: #fff;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(../images/skin/arrow.gif) no-repeat 2px 5px;
	padding: 2px 5px 2px 20px;
    background: #fff;
}

* html body #sidebar ul.sidemenu li { height: 1%; background: #fff;}

#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;
    background: #fff;
}

/* rightbar */
#rightbar {
	float: right;
	width: 21%;
	padding: 0;
     background: #fff;
}
#rightbar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;
	padding-right: 0;
	text-decoration: none;
    background: #fff;
}
#rightbar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(../images/skin/arrow2.gif) no-repeat 0px 5px;
	padding: 2px 5px 2px 15px;
    background: #fff;
}

* html body #rightbar ul.sidemenu li { height: 1%; background: #fff;}

#rightbar ul.sidemenu a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;
    background: #fff;
}

/* footer */
#footer11 {
    clear: both;
	
    background: url(../images/skin/footerbg.png) no-repeat center top;
	border-top: 1px solid #F2F2F2;
	text-align: center;
	height: 50px;
}
#footer11 a {
	text-decoration: none;
	font-weight: bold;
}

/* menu */
#menu {
	clear: both;
	margin: 0; padding: 0;
}
#menu ul {
	position: relative;
	bottom: 4px;
	margin: 0; padding: 0;
	float: left;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	width: 850px;/* 775px; */
	border: 1px solid #808080;
	border-width: 0 0 4px 0;
	list-style: none;
}
#menu ul li{
	display: inline;
}
#menu ul li a {
	position: relative; bottom: -4px;
	float: left;
	color: #808080;
	padding: 0px 10px;
	text-decoration: none;
	background: white url(../images/skin/menudivide.gif) repeat-y right top;
	border-bottom: 4px solid #808080;
}
#menu ul li a:hover{
	color: black;
	background-color: #F3F3F3;
	border-bottom: 4px solid #3791D7;
}
#menu ul li#current a{
	color: #333;
	background-color: #F3F3F3;
	border-bottom: 4px solid #3791D7;
}

/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* display classes */
.clear { clear: both; }
.block { display: block; }
.hide  { display: none; }
.blue  {	color: #3791D7; }


/*  ticker */
#thicker
{
    margin-top:10px;
	width: 1000px;
	position: relative;
	height: 30px;
	background: #FFF no-repeat center top;
	padding: 0;
	font-size: 12px;
	color: #FFF;
}

#newsticker {height:27px;padding-left:2px;font-size:1.1em;}
#tickerpermalink {color: #333;background:transparent url(../images/skin/rss.png) no-repeat 0 0px; float:left;padding-left:20px;padding-right:2px;line-height:1.3;height:20px;font-weight:bold;list-style:none;margin-top:3px;}
/* ticker */
#ticker{margin:0;margin-top:3px;padding:0;float:left;list-style:none;font-size:11px;line-height:1.3;height:20px;overflow:hidden;width:480px;}
#ticker li{float:left;}
#tickercontrol{margin:0;padding:0;list-style:none;}
#tickercontrol li{float:left;}
#ticker_prev{background:transparent url(../images/skin/btnPrev.gif) no-repeat 0 -7px;width:12px;height:16px;text-indent:-9999px;display:block;}
#ticker_stop{background:transparent url(../images/skin/btnPause.gif) no-repeat 0 -7px;width:12px;height:16px;text-indent:-9999px;display:block;}
#ticker_next{background:transparent url(../images/skin/btnNext.gif) no-repeat 0 -7px;width:17px;height:16px;text-indent:-9999px;display:block;}
#tickercontent{float:left;}


/* news */
#news {background:#e4f2fd;}
#news .head {
	border-top:1px solid #c6d9e9;
	background:#d3e7f8;
	padding:7px 12px 8px 12px;
	height:15px;
}

#news .head p {font: normal 1em/1.5em Sans-serif, sans-serif;font-size:12px;font-weight:bold;color:#444;float:left; padding:0 0 0 5px; margin:0; color:#444;}
#news .head a {float:right; margin-right:1px;font-size:9px; color:#048; text-decoration:none;}

#news ul {
	list-style:none;
	padding:5px;
	line-height:1em;
	margin:0;
    font: 11px sans-serif, arial, helvetica, sans-serif;
}
#news ul li {
	background:url(../images/skin/bullet-grey.png) 0px 6px no-repeat;
	padding:0 0 6px 12px;
	margin:0;
}
#news ul li a {
	display:block;
	font-size:11px;
	line-height:1.5em;
	border:none;
}

/* images slide */

	#dhtmlgoodies_slideshow{
		width:510px;	/* Total width of slideshow */
        margin-left:15px;

	}

	#previewPane{
		border:1px solid #CCCCCC;
		margin-bottom:10px;
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;

		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;

	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{

		height:102px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;

		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;

	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;

	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=85);
		opacity: 0.85;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;
	}

	#theImages .imageCaption{
		display:none;
	}

