
body, input {
	font-family: Arial, sans-serif;
	font-size:0.875em;
}

#dt_example {
	font: 30%/1.0em Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
}


#dt_example #container {
	width: 100%;
	margin: 30px auto;
	padding: 0;
}


#dt_example #footer {
	margin: 50px auto 0 auto;
	padding: 0;
}

#dt_example #assets_table {
	margin: 30px 30px 30px 30px;
}

#dt_example .demo_jui {
	margin: 30px 30px 30px 30px;
}

#dt_example .big {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.6em;
	color: #4E6CA3;
}

#dt_example .spacer {
	height: 20px;
	clear: both;
}

#dt_example .clear {
	clear: both;
}

#dt_example pre {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

#dt_example h1 {
	margin-top: 2em;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.6em;
	color: #4E6CA3;
	border-bottom: 1px solid #B0BED9;
	clear: both;
}

#dt_example h2 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.6em;
	color: #4E6CA3;
	clear: both;
}

#dt_example a {
	color: #0063DC;
	text-decoration: none;
}

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

#dt_example ul {
	color: #4E6CA3;
}

.css_right {
	float: right;
}

.css_left {
	float: left;
}

.demo_links {
	float: left;
	width: 50%;
	margin-bottom: 1em;
}

#demo_info {
	padding: 5px;
	border: 1px solid #B0BED9;
	height: 100px;
	width: 100%;
	overflow: auto;
}

#dt_example code {
	font-family: Arial, sans-serif;
	padding: 2px 4px !important;
	white-space: nowrap;
	font-size: 0.9em;

	color: #D14;
	background-color: #F7F7F9;

	border: 1px solid #E1E1E8;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
#logincontent {
	background-color: #eee;
	width: 300px;
	margin: 0 auto;
	border: 1px solid #aaa;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 0 10px #aaa;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 0 10px #aaa;
	padding: 10px;
}
#loginform label {
	display: block;
	font-size: 16px;
	line-height: 25px;
}
#loginform input[type=text], #loginform input[type=password] {
	padding: 2px;
	font-size: 16px;
	line-height: 20px;
	width: 250px;
}
#loginform input[type=submit] {
	font-size: 20px;
	font-weight: bold;
	padding: 5px;
}
.loginsuccess {
	color: #060;
}
.loginerror {
	color: red;
}

button
{
    margin       : 0;
    padding      : 0;
    border-width : 0;
    background   : none;
    cursor       : pointer;
}

/*ALERT WINDOW*/

.manAlertWindowContent{
	font-weight: normal;
}

.manAlertWindowIndicator{
	width: 16px;
	height: 16px;
}

.manAlertWindowIndicatorError{
	background: url("../images/gui/exclamation.png") no-repeat top left;	
}

.manAlertWindowIndicatorInfo{
	background: url("../images/gui/information.png") no-repeat top left;	
}

.manAlertWindowIndicatorWarning{
	background: url("../images/gui/error.png") no-repeat top left;	
}

.manAlertWindowIndicatorQuestion{
	background: url("../images/gui/question.png") no-repeat top left;	
}

/* fix for dialog title bar button problem */
.ui-dialog-titlebar .ui-button span {
    margin-top: -8px;
    margin-left: -8px;
}

/*overrides for jQuery.UI styles*/
 
div.ui-widget-content {
    font-size: 12px;
}

.color-error {
	color: #bf0000;
}

.color-warning {
	color: #ff8200;
}

.color-info {
	color: #00bfbf;
}

.color-success {
	color: #00bf02;
}