
* {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #86919F;
	font-size : x-small;
}

a { text-decoration:none; 
                border-color: #454A52; border-width: 0 0 0 0; border-style: none none solid none; }

a:link {
}

a:visited {
}

a:hover { background-color: #454A52; }

html {}
body {
	letter-spacing: 2px;
	background-color: #232830;
//	background-image: url("background.jpg");	
	margin-left:0px; margin-right:0px;}

h1 {margin-top: 50px; font-size: 11pt;}
h2 {margin-top: 30px; font-size: 10pt;}
h3 {margin-top: 20px; font-size: 9pt;}
p  {margin-top: 20px;}

.text {
    text-align: justify; 
    text-justify: newspaper;
    font-size: small; 
    margin-left: 40px; 	
    margin-right: 40px; 
}

pre { font-family : Lucida Console, Courier; font-size :small; margin-left: 20px;}

img{border:none;}

.button {
    padding:10px;
    margin-bottom:20px;
    border:1px solid #131820;
	background-color: #000000;
}
.button:hover {
	background-color: #56616F;
	cursor:pointer;	
}
.table_button {
    height:16px;
}


.toc {
	letter-spacing: 1px;
	background-color: #F1F1F1;
	padding:20px;
	margin:20px;
	margin-right:100px;
	margin-left:100px;
}

.caption {
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 0px;
	padding: 5px;
	background-color:#705454;
}

.note {
	color:#535860;
	letter-spacing: 1px;
}


.highlighted_paragraph {
	margin: 50px;
	padding: 5px;
	background-color:#86919F;
}

.message {
	margin: 20px;
	margin-right: 150px;
	margin-left: 150px;
	border: 1px solid #434850;
	padding: 10px;
	background-color:#333840;
}

form {
  }

input,select,textarea {
	background-color: #FFFFFF;
	letter-spacing: 1px;
	color: #434950;
	border: 1px solid;
	border-color: #434850;
}
input:focus, select:focus, textarea:focus {
    background-color:#A6B1BF;
}
input[type="submit"], input[type="button"], input[type="reset"] {
    padding:3px;
    padding-right:10px;
    padding-left:10px;
    margin-top:15px;
    border:1px solid #030810;
	color: #FFFFFF;
	background-color: #56616F;
}

option {
	background-color: #535860;
	color: #000000;
	letter-spacing: 1px;
}


.highlighted_form{
	background-color:#56616F;
	border: 1px solid #46515F;
	position: relative;
	width: 320px;
	padding: 20px;
	margin: 5px;
	margin-left: auto; 
	margin-right: auto;
}

.navigation_form{
	margin-top: 20px;
	text-align: right;
}

.editable{
}
.readonly{
	background-color: #232830;
	font-style: italic;
}
.external{
	background-color: #C1C2F1;
	font-style: italic;
}
.primary_key{
	background-color: #EFC2C3;
	font-style: italic;
}
.warning{
	color: #FF5050;
}
.severity_high{
	background-color: #FFEEDD;
}
.severity_critical{
	background-color: #FFDDDD;
}
.severity_normal{
}
.severity_low{
}
.state_done{
	background-color: #DDFFDD;
}
.master_row{
	background-color: #DDDDFF;
}
.highlighted_row{
	background-color: #FFDDDD;
}
.highlighted_row_2{
	background-color: #CCCCCC;
}

table {
	border-spacing:1px;
}

.header_column{
	width: 200px;
	background-color: #333840;
}
.header_menu{
    color:black;
	background-color:transparent;
    text-decoration:none;
    position:absolute;
    padding:5px;
    top:20px;
    right:10px;
}
.header_menu:hover{
}

tr {
}
td {
	padding: 5px;
}

div#tipDiv {
  background-color:#3E4281;
  color:#FFFFFF;
}

.calendar{
	background-color:#56616F;
	border: 1px dotted;
	padding: 20px;
}
.calendar_cell{
	padding: 3px;
	text-align: center;
}
.calendar_today{
	color: #555588;
}
.calendar_weekday {
	border: 0px;
	padding: 3px;
	font-weight: bold;
	text-align: center;
}
.calendar_meeting{
	padding: 3px;
	text-align: center;
	color: #ABB0B8;
	background-color:#885555;
}
th.calendar {
	background-color: #616C7A;
	border: 0px;
	padding: 5px;
}

#home {
	margin-top:100px;
}

.copyright {
	border:1px solid #131820;
	background-color:#333840;
	color:#030810;
	letter-spacing: 1px;
	text-align:right;
	left:10px;
	width:99%;
	padding:2px;
	padding-right:5px;
}


#header {
	margin-top:20px;
	margin-bottom:50px;
	width:100%;
}

#logo {
}

.menu_box {
	display:table;
	border-spacing:3px;
	width:100%;	
	line-height:15px;
}

.menu_cell {
	display:table-cell;
	border:1px solid #131820;
	background-color:#333840;
	padding:0px;
	width:15%;
	min-width:65px;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	letter-spacing:1px;
    color:black;
	margin:1px;
	padding: 5px;
}
.menu_cell:hover {
	background-color:#56616F;
}

.studio_menu_box {
    position:absolute;
    right:4%;
	top:90px;
	line-height:15px;
}
.studio_menu_cell {
	display:inline-block;
	padding:3px;
	margin:5px;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	letter-spacing:4px;
    color:#535860;
}
.studio_menu_cell:hover {
    color:#A3A8B0;
}

.studio_shop_link_box {
    padding:5px;
	display:table;
	border-spacing:3px;
	line-height:15px;
}
.studio_shop_link {
	display:table-cell;
	width:15%;
	min-width:30px;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	letter-spacing:2px;
    color:#535860;
}
.studio_shop_link:hover {
    color:#A3A8B0;
}


.title {
	margin-left:0px;
	margin-right:0px;
	font-size: 10pt;
	background-color: #56616F;
	font-weight: bold;
	padding-right: 120px;
	padding-top: 5px;
	padding-left: 20px;
	height: 25px;
}

.rightalign {
	right: 10px;
	position: absolute;
}
.contentbody {
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}


.gallery {
	background-color: #232830;
}

.gallery_content {
}

.gallery_thumbs_container {
    padding-top:50px;
}

.gallery_thumb_cell {
	padding:0px;
	background-color: #232830;
	cursor:pointer;	
	text-align:center;
	margin:0px;
}

.gallery_thumb {
	background-color:green;
}

.gallery_background {
    z-index:-1;  
    overflow:hidden;
    position:fixed;; 
    top:0px;
    left:0px;
    width:100%;    
    height: 100%;  
}

#gallery_notification_container {
}

#gallery_notification {
    z-index:99;  
    position:absolute;
    width:10%;
    top:50%;
    left:43%;    
    
 	padding:10px;
	background-color: #232830;
	border: 1px solid #434850;
    vertical-align:middle;    	
    filter:alpha(opacity=80);
    opacity:0.8;
}

.gallery_name {
    position:absolute;
    bottom:-100px;
    left:0px;
    
    color:#2B3038;
    font-family: times, serif;
    font-size:350px;
    font-style:italic;
    text-transform:lowercase;
    letter-spacing:40px;
}

.gallery_copyright {
    position:absolute;
    left:0px;
    bottom:30px;
    width:100%;
    
    color:#636870;
    font-size:8pt;
    text-transform:lowercase;
    letter-spacing:10px;
}

#gallery_slide_container {
    z-index:3; 
    position:fixed; 
    top:0px;
    left:0px; 
    width:100%;
}

#gallery_slide {
    background:transparent;
    text-align:center;
}
 
#gallery_slide_canvas {
    z-index:2; 
    overflow:hidden;
    position:fixed;; 
    top:0px;
    left:0px;
    width:100%;    
    height: 100%;  
    
    background: #333840;
}

.gallery_slide_name {
    color:#2B3038;
}


#gallery_slide_img {
    cursor:pointer;
    margin-top:30px;
 	padding:25px;
	background-color: #232830;
	border: 1px solid #434850;
}

#gallery_slide_img_info {
}

#gallery_slide_toolbar {
    padding:20px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

#gallery_slide_prev_img {
    position:absolute; 
    top:20px; 
    left:20px; 
    cursor:pointer;
	padding:15px;
	background-color: #232830;
	border: 1px solid #434850;
    filter:alpha(opacity=50); /* IE opacity change on hover doesn't work? */
    opacity:0.1;
    -webkit-transition: opacity 1s linear;
}
#gallery_slide_prev_img:hover {
    filter:alpha(opacity=100); 
    opacity:1;
}
#gallery_slide_next_img {
    position:absolute; 
    top:20px; 
    right:20px; 
    cursor:pointer;
	padding:15px;
	background-color: #232830;
	border: 1px solid #434850;
    filter:alpha(opacity=10); 
    opacity:0.1;
    -webkit-transition: opacity 1s linear;
}
#gallery_slide_next_img:hover {
    filter:alpha(opacity=100); 
    opacity:1;
}


.gallery_folder_container {
}
 
.gallery_folder {
    display:inline-block;
	width:65px;
    padding:5px;
    margin:2px;
	border:1px solid #2B3038;
	background-color:#21262E;
	text-align:center;
    -webkit-transition: background-color,top 0.5s,0.2s linear,linear;
    
	letter-spacing:2px;
	text-decoration: none;
	font-weight:normal;
}
.gallery_folder:hover {
	background-color:#56616F;
}

.gallery_page_box {
	cursor:pointer;	
	color:#030810;
	border:1px solid #2B3038;
	background-color:#21262E;
	height:30px;
	width:30px;
}

.gallery_page_box:hover {
	background-color:#2B3038;
}

.gallery_page_box_next {
}

.gallery_page_box_prev {
}



/* Mobile gallery
*/

.gallery_toolbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width:320px;
	height: 50px;
	padding: 0px;
	background: url(../data/pictures/iphone/toolbar_black.png) repeat-x top left;
}
	
.gallery_toolbar .button {
	display: inline-block;	
	font-size: 16px;
}

.gallery_popup {
	background-color: #777777;
	opacity:1.0;
	font-size:small;
	-webkit-border-radius: 5px;
	position: absolute;
	top: 50px;
	left: 0px;
	width: 280px;
	z-index:2;
	padding: 10px 20px 10px 20px;
}

.gallery_mobile_full_image_div {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 320px;
	background-color: #030810;
}
.gallery_mobile_full_image {
}

.gallery_mobile_zoom_image {
	position:absolute; 
	top: 0px;
	left: 0px;
	z-index:99;
}


#app-body{
	position:absolute;
	height:100%;
	top:0px;
	left:0px;
	right:0px;	overflow:hidden;}

#app-header{
	width:100%;
	overflow:hidden;
}

#app-menu{
	width:100%;
	overflow:hidden;
	background-color: #76818F;
}

#app-toolbar {
	width:100%;
	height:26px;;	
	overflow:hidden;
	padding:5px;	
	background-color: #56616F;
}

#app-content-container {
	position:absolute;
	width:100%;
	top:170px;
	bottom:20px;}

#app-content {
	position:absolute;
	left:231px;
	right:0px;
	top:0px;
	bottom:-20px;	padding:10px;
	overflow:auto;
	
	background-color: #232830;
	border-color: #000000;;
	border-width: 1px; 
	border-style: none none none solid;
}

#app-content.nosidebar {
	left:0px;
	right:0px;
	padding:20px;
}

#app-sidebar {
	position:absolute;
	width:230px;
	top:0px;
	bottom:-20px;	overflow:auto;
	
	background-color: #16212F;
	border-color: #36414F;
	border-width: 1px; 
	border-style: none solid none none;
}

/*
** Pop-up Window
*/
#app-popup-container {
	 
}

#app-popup {
	z-index:+2; 
	 
	background-color:#232830;
	border: 2px  solid #96A1AF;
	border-top: 25px solid #96A1AF;
	position:relative;
	top:80px; 
	margin:auto; 
	max-width:85%;}

#app-popup-content {
	position:relative; 
	padding:10px; 
	overflow:auto;
	max-height:60%;}

#app-popup-title {
	position:relative; 
	float:left;	
	margin-left:10px;
	margin-top:-20px;
	font-size:12px;
	font-weight:bold;
	color: #E6F1FF;
}

#app-popup .close-box {
	position:relative; 
	float:right;	
	margin-top:-20px;
	margin-right:5px;
	height:16px;
	width:16px;
	cursor:pointer;
}

#app-popup input[type="submit"], input[type="button"], input[type="reset"] {
	float:right;	
}

#app-click-catcher {
	z-index:+1; 
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%;
	height:100%;
	background-color:#333840;
	filter:alpha(opacity=50);
	opacity: 0.5;
}

/*
** Dialog
*/
#app-dialog-container {
	 
}

#app-dialog {
	 
	z-index:+99;
	color: #E6F1FF;
	background: #26313F;
	padding:15px; 
	border: 1px solid #56616F;
	position: absolute;
    margin-left: auto;
    margin-right: auto;
	top:250px; 
	left:45%;
	min-width:200px; max-width:350px;	overflow:auto;
}

.error#app-dialog {
	color: #CC5555;
	background-color: #FFCCCC;
}
.success#app-dialog {
	color: #55CC55;
	background-color: #CCFFCC;
}

#app-dialog input[type="submit"], input[type="button"], input[type="reset"] {
	position: relative;
	float:right;	
	margin-left:5px;
	margin-top:50px;
}

/*
** Toolbar
*/
#app-toolbar .item {
	cursor:pointer;	
	 
 }
#app-toolbar img {
	padding:5px;
	margin-top:-4px; 
}
#app-toolbar .item:hover, img:hover {
	background-color: #A6B1BF;
 }

/*
** Sidebar
*/

#app-sidebar .item {
	position:relative;
	background-color: #66717F;
	left:0px;
	margin:1px;
	cursor:pointer;	
}
#app-sidebar .level1 {
	background-color: #36414F;
}
#app-sidebar .level2 {
	background-color: #16212F;
}
#app-sidebar .level3 {
	background-color: #00010F;
	padding-left:10px;
}
#app-sidebar .item .level0:hover {
	background-color:#56616F;
}
#app-sidebar .item .level1:hover {
	background-color:#56616F;
}
#app-sidebar .item .level2:hover {
	background-color:#56616F;
}
#app-sidebar .item .level3:hover {
	background-color:#56616F;
}
#app-sidebar .label {
	padding:5px;
	color: #F6FFFF}
#app-sidebar .level0 .label {
	color: #000000}
#app-sidebar .detail {
	font-size:smaller;
	position:relative;
	padding:5px;
	padding-left:15px;
	color:#B6C1CF;	
}

/*
** Widgets
*/
.app-button {
	border:1px solid #131820;
	background-color:#333840;
	margin:5px;
	padding:5px;
	cursor:pointer;	
}
.app-button:hover {
	background-color:#56616F;
	border:1px solid #131820;
}
/*
**
** CSS for data table, including the enhanced table from the DTHML Suite for Application package
**
*/

.data_table, .DHTMLSuite_tableWidget {
	width:100%;
	border-collapse: separate;
	border-spacing: 0px;
	empty-cells: show;
}

th, thead, thead td {
	line-height: 25px;
	background-color: #56616F;
	font-weight:normal;
	text-align: center;
	color: #FFFFFF;
}
th.table_title {
	font-weight:bold;
	background-color: #46515F;
	margin-bottom:10px;
}

.data_table td, .DHTMLSuite_tableWidget td {
	padding: 5px;
	border-right:1px solid #232830;
	border-top:1px solid #535860;
	border-bottom:1px solid #131820;
}

.DHTMLSuite_tableWidget thead td {
	border-top:3px solid #26313F;
}

tr.alternate_off{
	background-color: #434850;
}
tr.alternate0{
	background-color: #434850;
}
tr.alternate1{
	background-color: #535860;
}

.over td{
	background-color: #2B3038;
	border-top:1px solid #2B3038;
	border-bottom:1px solid #2B3038;
}
.selected td{
	background-color: #76818F;
	border-top:1px solid #76818F;
	border-bottom:1px solid #76818F;
}

.over thead td {
	border-top:3px solid #86919F;
}


.DHTMLSuite_tableWidget_headerCell,.DHTMLSuite_tableWigdet_headerCellOver,.DHTMLSuite_tableWigdet_headerCellDown{	/* General rules for both standard column header and mouse on header of sortable columns */
	cursor:pointer;	
}

.data_table .DHTMLSuite_tableWidget_headerCell thead td{	/* Standard column header */
}

.data_table .DHTMLSuite_tableWigdet_headerCellOver thead td {	/* Rollover on sortable column header */
}

.DHTMLSuite_tableWidget tbody .DHTMLSuite_tableWidget_dataRollOver{	/* Rollover style on mouse over (Data) */
}

.DHTMLSuite_tableWigdet_headerCellDown{
	background-color:#4E5C6F;
}

/*
 ************************************************************************************************
*/

.DHTMLSuite_tableWidget td{
}
/* Div around the table */
div.DHTMLSuite_widget_tableDiv {
	height: 300px;
	overflow:auto;
	overflow-y:auto;
	overflow:-moz-scrollbars-vertical;
}

html>body div.DHTMLSuite_widget_tableDiv {
	overflow: auto;	/* This value will be replaced with "hidden" for non-safari browsers. Ie. will also have overflow-x:hidden in order to prevent a horizontal scrollbar */
}
.DHTMLSuite_tableWidget tbody{
}
.DHTMLSuite_tableWidget thead{
	position:relative;
}
.DHTMLSuite_tableWidget thead tr{
	position:relative;
	top:0px;
	bottom:0px;
}
.DHTMLSuite_tableWidget .DHTMLSuite_scrollingContent{
	overflow-y:auto;
	overflow:-moz-scrollbars-vertical;
	width:100%;

}
.DHTMLSuite_tableWidget .DHTMLSuite_tableWidget_MSIESPACER{
	width:16px;
	overflowX:hidden;
}   

/******************************************************************************
**
** Auto-complete widget
**
*******************************************************************************/
/* Big box with list of options */
#ajax_listOfOptions{
	position:absolute;	/* Never change this one */
	width:350px;	/* Height of box */
	height:250px;	/* Height of box */
	padding:3px;
	overflow:auto;	/* Scrolling features */
	border:1px solid #06111F;	
	background-color:#434850;	
	text-align:left;
	z-index:100;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;		
	padding:3px;
	cursor:pointer;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color:#56616F;
	color:#FFF;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}

/******************************************************************************
**
** Dynamic Tooltips
**
*******************************************************************************/
#DHTMLSuite_ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#DHTMLSuite_ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#DHTMLSuite_ajax_tooltipObj .DHTMLSuite_ajax_tooltip_arrow{	/* Left div for the small arrow */
	
	width:1px;
	position:absolute;
	left:0px;
	top:0px;
//	background-repeat:no-repeat;
//	background-position:center left;
	z-index:1000005;
	height:60px;
}

#DHTMLSuite_ajax_tooltipObj .DHTMLSuite_ajax_tooltip_content{
	border:2px solid #CCCCCC;	/* Border width */
	left:5px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:250px;	/* Width of tooltip content */
//	height:200px;	/* Height of tooltip content */
	background-color:#FFFFFF;	/* Background color */
	padding:15px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}

/******************************************************************************
**
** Menu Bar
**
*******************************************************************************/


.DHTMLSuite_menuBar_top{	/* The bar that is parent of the menu strip */
	height:26px;
	background-repeat:repeat-x;
	z-index:100000;
	padding-left:10px;
	background-image:url('dhtml-suite/default/images/menu-bar/menu_strip_bg.jpg');
}

.DHTMLSuite_menuBar_sub{
	position:absolute;
	background-color:#56616F;
	border:1px solid #96A1AF;
//	background-image:url('dhtml-suite/default/images/menu-bar/menu-bar-gradient.jpg');	/* Background image for sub menu items */
//	background-repeat:repeat-y;
//	background-position: left center;
}

#menuBarContainer * {
    color:black;
	font-size:xx-small;
}

#menuBarContainer{
//	background-image:url('dhtml-suite/default/images/menu-bar/left-bg-menustrip.gif');
//	background-repeat:no-repeat;
	padding-left:5px;
	position:relative;
	padding-right:0px;
	margin-top:10px;
	margin-bottom:50px;
}

#menuBarContainer #innerDiv{
	background-repeat:repeat-x;		
}

#menuBarContainer #rightDiv{
    padding-top:5px;
    padding-right:5px;
//	background-image:url('dhtml-suite/default/images/menu-bar/right-bg-menustrip.png');
//	background-repeat:no-repeat;
//	background-position:top right;
	height:25px;
//	width:200px;
	position:absolute;
	right:0px;
//	top:0px;
}


/******************************************************************************
**
** Menu Item
**
*******************************************************************************/

/* CSS FOR MENU ITEM OF TYPE "top" */

.DHTMLSuite_menuItem_top_regular,.DHTMLSuite_menuItem_top_over,.DHTMLSuite_menuItem_top_click,.DHTMLSuite_menuItem_top_disabled,.DHTMLSuite_menuItem_top_active{
	height:19px;
	
}
.DHTMLSuite_menuItem_top_regular div,.DHTMLSuite_menuItem_top_over div,.DHTMLSuite_menuItem_top_click div,.DHTMLSuite_menuItem_top_disabled div,.DHTMLSuite_menuItem_top_active div{
	color:#000000;
	padding-top:1px;
	padding-bottom:2px;
}

.DHTMLSuite_menuItem_top_regular{	/* Top level menu item - Regular state */
	padding-left:4px;
	padding-right:4px;
	margin-right:2px;
	padding-top:1px;
	padding-bottom:1px;	
	cursor:pointer;
	line-height:16px;
	margin-top:2px;
}

.DHTMLSuite_menuItem_top_over{ /* Top level menu item - Mouse over state */
	padding-left:3px;
	padding-right:3px;
	margin-right:2px;
	border:1px solid #000;
	background-color:#56616F;
	cursor:pointer;
	line-height:16px;
	margin-top:2px;
}

.DHTMLSuite_menuItem_top_active{	/* Top level menu item - Active state - this is typical the state for menu item 1 when a sub group is expanded and the mouse is located over one of the sub menu items */
	padding-left:3px;
	padding-right:3px;
	margin-right:2px;
	border:1px solid #000;
	border-bottom:1px solid #FFF;
	cursor:pointer;
	line-height:16px;
	margin-top:2px;
}

.DHTMLSuite_menuItem_top_click{	/* Top level menu item - Mouse click state */
	padding-left:3px;
	padding-right:3px;
	margin-right:2px;
	border:1px solid #000;
	background-color:#21436F;
	cursor:pointer;
	line-height:16px;
	margin-top:2px;
	z-index:20000;
}

.DHTMLSuite_menuItem_top_disabled{	/* Disabled menu item */
	padding-left:4px;
	padding-right:4px;
	margin-right:2px;
	padding-top:1px;
	padding-bottom:1px;
	cursor:default;
	line-height:16px;
	margin-top:2px;	
}

.DHTMLSuite_menuItem_top_disabled img,.DHTMLSuite_menuItem_top_disabled div{	/* Sub divs of disabled top level items. A menu item is a div with some subdivs(one for the icon, one for text etc.). this is the css for these sub divs */
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	-moz-opacity:0.4;	/* Transparency */
	-khtml-opacity:.4;	/* Transparency */
}

.DHTMLSuite_menuItem_top_disabled div,.DHTMLSuite_menuItem_top_active div, .DHTMLSuite_menuItem_top_click div, .DHTMLSuite_menuItem_top_regular div,.DHTMLSuite_menuItem_top_over div{	/* divs for the text,icon and arrow of a menu item */
	float:left;
	padding-left:1px;
	padding-right:1px;
}

/* CSS FOR THE SMALL ARROW DIV - WHEN YOU CLICK ON THIS DIV, SUB ELEMENTS WILL SHOW */
.DHTMLSuite_menuItem_top_arrowShowSub{	/* This is the arrow for top level elements */
	width:12px;	/* Width of item */
	background-repeat:no-repeat;	/* No background repeat for the arrow */
	background-position:center center;	/* Position of the arrow. at the center of this div */
	background-image: url('dhtml-suite/default/images/menu-item/menu_strip_down_arrow.gif');	/* Relative path to the arrow */
	margin:0px;	
	margin-right:-1px;	/* -1 pixel is added to get the arrow a little bit more to the right. this is because of the right padding of top level items */
	padding:0px;
	height:16px;
	margin-left:2px;
	float:right;
}
head:first-child+body .DHTMLSuite_menuItem_top_arrowShowSub {	/* Transparent png for other browsers than IE6 */
	background-image: url('dhtml-suite/default/images/menu-item/menu_strip_down_arrow.png');	/* Relative path to the arrow */
}


.DHTMLSuite_menuItem_top_over .DHTMLSuite_menuItem_top_arrowShowSub,
.DHTMLSuite_menuItem_top_click .DHTMLSuite_menuItem_top_arrowShowSub
{	/* Sub menu arrows */
	margin-left:1px;
	border-left:1px solid #000;
}

/* CSS FOR SEPARATOR */

.DHTMLSuite_menuItem_separator_top{	/* Separator of type "top" */
	height:20px;
	margin-top:3px;
	margin-bottom:3px;
	width:4px;
	padding-left:3px;
	padding-right:3px;
	background-repeat:repeat-y;
	background-image:url('dhtml-suite/default/images/menu-item/menu_strip_separator.gif');
	
}


/* CSS FOR MENU ITEM OF TYPE "sub" */

.DHTMLSuite_menuItem_sub_regular * {
    color:white;
}


.DHTMLSuite_menuItem_sub_regular, .DHTMLSuite_menuItem_sub_over,.DHTMLSuite_menuItem_sub_click,.DHTMLSuite_menuItem_sub_disabled,.DHTMLSuite_menuItem_sub_active{	/* Commom css for regular, mouse over and mouse click items */
	clear:both;			
	line-height:18px;	/* Height of menu item */
	height:18px;		/* Height of menu item */
	padding-left:20px;	/* Space inside the menu item - the 25 pixels are used in order to avoid text overlapping menu item icon */
	padding-right:4px;	/* Space inside the menu item */
	padding-top:2px;	/* Space inside the menu item */
	padding-bottom:2px;	 /* Space inside the menu item */
	cursor:pointer;		/* Mouse cursor set to a "hand" */
	margin:1px;	/* A little space around the item */
	background-repeat:no-repeat;	/* No background repeat */
}
.DHTMLSuite_menuItem_sub_disabled{	/* Disabled sub menu item */
	cursor:default;	/* Arrow as cursor instead of hand */
}
.DHTMLSuite_menuItem_sub_disabled div,.DHTMLSuite_menuItem_sub_disabled{	/* Disabled sub menu item - Here, we apply the rules on the divs inside the element, i.e. the div for the icon, text and arrow */
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	-moz-opacity:0.4;	/* Transparency */
	-khtml-opacity:.4;	/* Transparency */
}
.DHTMLSuite_menuItem_sub_regular,.DHTMLSuite_menuItem_sub_disabled{	/* Regular menu item */
	margin-left:2px;	/* size of margin above + 1 pixel */
	padding-top:3px;	/* Size of padding-top above + 1 pixel */
	padding-bottom:3px;	/* Size of padding-bottom above + 1 pixel */
}

.DHTMLSuite_menuItem_sub_over,.DHTMLSuite_menuItem_sub_click,.DHTMLSuite_menuItem_sub_active{
	border:1px solid #76818F;	/* Border around mouse over items, click items and active items */
}

.DHTMLSuite_menuItem_sub_over,.DHTMLSuite_menuItem_sub_active{	/* Mouse over effect */	
	background-color:#43566F;		/* Background color of mouse over items and active items(Active item = parent elements of the menu item the mouse is currently over */
}

.DHTMLSuite_menuItem_sub_click{	/* Mouse click effect */
	background-color:#21436F;	/* Background color when the mouse button is pressed down on a menu item */
}

.DHTMLSuite_menuItem_sub_click div, .DHTMLSuite_menuItem_sub_regular div,.DHTMLSuite_menuItem_sub_over div,.DHTMLSuite_menuItem_sub_active div,.DHTMLSuite_menuItem_sub_disabled div{	/* divs for the text,icon and arrow of a menu item */
	float:left;		/* To get the icons and text of sub elements side by side */
	padding-left:1px;
	padding-right:1px;
	
}
.DHTMLSuite_menuItem_sub_arrowShowSub{	/* Arrow div for sub elements (Right pointing arrow ) */
	position:absolute;	/* Never change this one */
	background-image:url('dhtml-suite/default/images/menu-item/menu-bar-right-arrow.gif');	/* Path relative to the css file */
	width:18px;
	height:18px;
	text-align:right;	
	right:0px;
	background-repeat:no-repeat;	/* No background repeat */
	background-position: center right;	/* Position of arrow */
}
head:first-child+body .DHTMLSuite_menuItem_sub_arrowShowSub {	/* Transparent png for other browsers than IE6 */
	background-image: url('dhtml-suite/default/images/menu-item/menu-bar-right-arrow.png');	/* Relative path to the arrow */
}

.DHTMLSuite_menuItem_separator_sub{	/* Separator of type "sub" */
	height:1px;	/* Height of separator */
	margin-top:1px;	/* Space above the separator */
	margin-bottom:1px;	/* Space below the separator */
	margin-left:0px;	/* left margin because we don't want the separator to cover the gradient */
	padding-right:3px;	/* space at the right of the separator */
	background-color:#76818F;	/* background color for the separator  */
}


/******************************************************************************
**
** Calendar
**
*******************************************************************************/
.DHTMLSuite_calendar table {
	border-spacing:0px;
}

/* Calendar Styles
*/
.DHTMLSuite_calendar{	/* Main div for the calendar */
	border:1px solid #535860;
	width:24em;
	background-color:#FFFFFF;
	position:relative;	
	overflow:hidden;
    letter-spacing: 0px;
}
.DHTMLSuite_calendarContent{	/* Sub div inside DHTMLSuite_calendar - this is the div where content is added */
	position:relative;	/* IMPORTANT - This must always be like this in order to make it possible to position sub elements correctly, especially the iframe */
	z-index:10;	/* IMPORTANT - This must always be like this in order to make it possible to position sub elements correctly, especially the iframe */
	background-color: #131820;
}


/*******************

 START CSS FOR THE HEADER ROW - WHERE YOU SEE MONTH AND YEAR
 
********************/
.DHTMLSuite_calendar .DHTMLSuite_calendarHeading{	/* Heading of calendar, where you see the month and year */
/*	background-image:url(dhtml-suite/default/images/calendar/calendar_heading.png);
	background-repeat:repeat-x;
*/
	background-color: #030810;
	padding-bottom:1px;
	border-bottom:1px solid #333840;
}
.DHTMLSuite_calendarHeadingTxt{	/* Inner div in the heading  */
	padding:1px;
	text-align:center;
	font-size:13px;
}

.DHTMLSuite_calendarCloseButton{	/* Close button at the top right corner of the calendar */
	background-image:url(dhtml-suite/default/images/calendar/calendar-close.gif);
	background-repeat:no-repeat;
	width:13px;
	height:13px;
	position:absolute;
	right:3px;
	top:3px;
	padding:1px;
	background-position:center center;
	cursor:pointer;
}

.DHTMLSuite_calendarHeaderMonthAndYear{	/* Div elements for year and month in the heading */
	padding:1px;
	padding-right:2px;
	padding-left:2px;
	cursor:pointer;
	line-height:17px;

}

.DHTMLSuite_calendarHeaderMonthAndYearOver{	/* Mouse over effect - month and year in the heading */
	background-color:#535860;
	border:1px solid #333840;
	padding:0px;
	padding-left:1px;
	padding-right:1px;	
}


/*******************

 START CSS FOR THE TIME BAR - THE DIV WHERE YOU SEE "Time: " and the hour and minute
 
********************/

.DHTMLSuite_calendar_timeBar{	/* Time bar - where users can select hour and minutes */
	background-color:#030810;
	height:21px;
	border-top:1px solid #333840;
	text-align:center;
	position:relative;
}
.DHTMLSuite_calendar_timeBarHourAndMinute{	/* General rules for the displayed hours and minutes - the ones you can click on the bring out the drop down boxes */
	padding:1px;
	padding-left:2px;
	padding-right:2px;
	margin-right:2px;
	cursor:pointer;
}
.DHTMLSuite_calendarTimeBarHourAndMinuteOver{	/* Mouse over effect for the hour and minute displayed in the time bar */
	background-color:#535860;
	border:1px solid #333840;
	padding:0px;
	padding-left:1px;
	padding-right:1px;
}
.DHTMLSuite_calendarTimeBarTimeString{	/* String "Time:" */
	position:absolute;
	left:2px;
	top:2px;
}

/*******************

 START CSS FOR THE NAVIGATION BAR - THE DIV WITH THE LEFT AND RIGHT ARROWS
 
********************/

.DHTMLSuite_calendar_navigationBar{	/* Navigation bar below the heading */
	background-color:#030810;
	height:17px;
	border-bottom:1px solid #333840;
	position:relative;
}
.DHTMLSuite_calendar_navigationBarToday{	/* Div for the string "Today" in the navigation bar */
	text-align:center;
}
.DHTMLSuite_calendar_navigationBarToday span{	/* The "Today" string inside the navigation bar */
	cursor:pointer;	
}
.DHTMLSuite_calendar_btnNextYear,.DHTMLSuite_calendar_btnPreviousYear,.DHTMLSuite_calendar_btnNextMonth,.DHTMLSuite_calendar_btnPreviousMonth{	/* Buttons - previous/next month and year */
	position:absolute;
	background-repeat:no-repeat;
	background-position:center center;
	width:13px;
	height:13px;
	padding:1px;
	top:1px;
}

.DHTMLSuite_calendar_btnNextYear{	/* Next year button */
	background-image:url(dhtml-suite/default/images/calendar/calendar-next-year.gif);
	right:2px;	
}
.DHTMLSuite_calendar_btnPreviousYear{	/* Previous year button */
	background-image:url(dhtml-suite/default/images/calendar/calendar-previous-year.gif);
	left:2px;
}
.DHTMLSuite_calendar_btnNextMonth{	/* Next month button */
	background-image:url(dhtml-suite/default/images/calendar/calendar-next-month.gif);
	right:18px;	
}
.DHTMLSuite_calendar_btnPreviousMonth{	/* Previous month button */
	background-image:url(dhtml-suite/default/images/calendar/calendar-previous-month.gif);
	left:18px;
}

/*******************

 START CSS FOR THE MAIN DIV CONTAINING ALL THE DAYS WITHIN A MONTH AND HEADINGS (weeks, days(Mon-Sun) etc.)
 
********************/


.DHTMLSuite_calendar_monthView{	/* Main div element for the days in a month */


}

.DHTMLSuite_calendar_monthView_headerCell{	/* Main div element for the days in a month */
	background-color:#333840;
	border-bottom:1px solid #333840; 
}

.DHTMLSuite_calendar_monthView_firstColumn{	/* First column - the week column */
	background-color:#030810;
	border-right:1px solid #333840; 
	text-align:left;
}

.DHTMLSuite_calendar_monthView td{	/* Default css for all the cells inside the calendar, i.e. week heading, label for the days, and the days */
	text-align:center;
	cursor:default;
}
.DHTMLSuite_calendar_monthView_headerSunday{	/* Sunday in the header */
	color:red;
	background-color:#333840;
	border-bottom:1px solid #333840; 
}
.DHTMLSuite_calendar_monthView_daysInOtherMonths{	/* Days in previous or next month, i.e. before start of current displayed month or after days in the currently displayed month */
	color:	#535860;
}
.DHTMLSuite_calendar_monthView_daysInThisMonth{	/* Layout - ordinary days(mon-sat) in this month */
	
}
.DHTMLSuite_calendar_monthView_sundayInThisMonth{	/* Layout - sundays in current displayed month */
	color:red;
}
.DHTMLSuite_calendar_monthView_initialDate{	/* Inital set date, example: the date in an input field which you are populating with the calendar */
	background-color:#333840;
	color:white;
}
.DHTMLSuite_calendar_monthView_invalidDate{	/* Inital set date, example: the date in an input field which you are populating with the calendar */
	color:#AAA;
}
.DHTMLSuite_calendar_monthView_currentDate{	/* Date of today */
	background-color:#101010;
}
/***************************************************
* START CSS -  DROP DOWN BOXES 
***************************************************/

/*** MINUTES ***/
.DHTMLSuite_calendar_minuteDropDown{	/* Drop down box for minutes */
	background-color:#030810;
	border:1px solid #333840;
	width:23px;
	padding:1px;
	font-size:12px;	
	text-align:center;
	/* You shouldn't change these 3 options */	
	position:absolute;	
	z-index:152000;
	cursor:pointer;
	
}
.DHTMLSuite_calendar_minuteDropDownCurrentMinute{	/* Minute in drop down when it's equal to current minute of the display, i.e. the minute you see where you click on the drop down */
	color:red;
}
.DHTMLSuite_calendar_dropdownAMinuteOver{
	background-color:#535860;
}

/*** HOURS ***/
.DHTMLSuite_calendar_hourDropDown{	/* Drop down box for hours */
	background-color:#030810;
	border:1px solid #333840;
	width:23px;
	position:absolute;	
	z-index:152000;
	padding:1px;
	cursor:pointer;
	font-size:12px;	
	text-align:center;
}
.DHTMLSuite_calendar_dropdownAnHourOver{
	background-color:#535860;
}
.DHTMLSuite_calendar_hourDropDownCurrentHour{
	color:red;
}

/*** MONTHS ***/
.DHTMLSuite_calendar_monthDropDown{
	background-color:#030810;
	border:1px solid #333840;
	width:70px;
	position:absolute;	
	z-index:152000;
	cursor:pointer;
	padding:1px;
	font-size:12px;	
}
.DHTMLSuite_calendar_dropDownAMonth{

}
.DHTMLSuite_calendar_dropdownAMonthOver{
	background-color:#535860;
}
.DHTMLSuite_calendar_yearDropDownCurrentMonth{
	color:red;
	
}

/***** YEAR ****/
.DHTMLSuite_calendar_yearDropDown{
	background-color:#030810;
	border:1px solid #333840;
	width:30px;
	position:absolute;	
	z-index:152000;
	cursor:pointer;
	padding:1px;
	font-size:12px;	
	text-align:center;
}
.DHTMLSuite_calendar_dropDownAYear{

}
.DHTMLSuite_calendar_dropdownAYearOver{
	background-color:#535860;
}
.DHTMLSuite_calendar_yearDropDownCurrentYear{	/* Current year */
	color:red;
}



/* UP AND DOWN ARROWS INSIDE DROP DOWNS **/
.DHTMLSuite_calendar_dropDown_arrowUp{	/* Drop down - moving to previous year */
	background-image:url(dhtml-suite/default/images/calendar/calendar-dropdown-up.gif);
	background-repeat:no-repeat;
	background-position:center center;
	height:8px;
}

.DHTMLSuite_calendar_dropDown_arrowDown{	/* Drop down - moving to previous year */
	background-image:url(dhtml-suite/default/images/calendar/calendar-dropdown-down.gif);
	background-repeat:no-repeat;
	background-position:center center;
	height:8px;
}
.DHTMLSuite_calendarDropDown_dropDownArrowOver{
	background-color:#535860;
}




/* IT'S IMPORTANT TO HAVE THIS CSS RULE AT THE BOTTOM IN ORDER TO MAKE THE PADDING OVERRIDE PADDING OF OTHER ELEMENTS */
.DHTMLSuite_calendarButtonOver{	/* Mouse over effect for the close button */
	background-color:#FFF;	/* White background color */
	border:1px solid #333840;	/* Blue border */
	padding:0px;	/* The sum border+padding of this element should be the same as border+padding of .DHTMLSuite_calendarCloseButton */
}
.DHTMLSuite_calendarDayOver{	/* Mouse over effect - days in the calendar, i.e. days in current displayed month */
	background-color:#030810;
}

/* YOU SHOULD NEVER MODIFY THIS ONE */
.DHTMLSuite_calendar_iframe{	/* Iframe used to cover select boxes below in older IE browsers(version 6 and prior) */
	position:absolute;
	top:1px;
	left:1px;
	z-index:1;
}
