@CHARSET "UTF-8";

/*
*	General styles
*/
body {
	font-family: sans-serif;
	font-size: 12pt;
	color: #aaa;
	background: url(../images/icons/background.png) #dadada repeat-x;
}

img {
	border: 0px;
	
}

#main-frame {
	width: 1100px;
	max-width: 1100px;
	margin: 0 auto 0 auto;
	overflow: scroll;
}

/*
*	Page areas
*/
.app-area {
	border: 1px solid #ccc;
}

#app-debug {
	text-align: left;
	font-size: 8pt;
	font-weight: bold;
	color: #444;
}

#ss-debug {
	text-align: left;
	font-size: 8pt;
	font-weight: bold;
	color: #444;
}

.debug-number {
	text-align: left;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	color: #44c;
}

#app-header {
	height: 130px;
	max-height: 130px;
	background: url(../images/icons/frame_background.png) #5a81b0 repeat-x;
	border: 1px solid #777;
	padding: 0px;
}

#app-body {
	height: 700px;
	min-height: 500px;
	background-color: #fff;
	border: 1px solid #777;
	vertical-align: top;
}

#app-footer {
	height: 100px;
	background: url(../images/icons/frame_background.png) #5a81b0 repeat-x;
	border: 1px solid #777;
}

/*
*	Entities
*/
.app-title {
	text-align: left;
	font-size: 30pt;
	font-weight: bold;
	color: #FFf;
	border-width: 0px;
	padding: 15px 10px 5px 25px;
	text-decoration: none;
}


.app-subtitle {
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	color: #FFf;
	border-width: 0px;
	padding: 15px 10px 5px 25px;
	text-decoration: none;
}

#app-primary-links {
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 21px;
	display: inline;
}

#app-sitemap {
	float: right;
	margin-right: 10px;
}

#app.sitemap:hover {
	border: 1px solid #134;
}

.app-primary-link {
	background: url(../images/icons/menu_item_background.png) repeat center;
	border: 0px solid #aaa;
	padding: 5px 20px 5px 20px;
	margin: 0px 0px 0px 0px;
	display: inline;
	text-decoration: none;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: #134;
}

.app-primary-link:hover {
	background: url() #678dbc;
	border: 0px solid #678dbc;
	color: #fff;
}

.app-primary-link-separator {
	/*background: url(../images/icons/light_dot.png) no-repeat center;*/
	color: #134;
}

#app-secondary-links-area {
	text-align: right;
	vertical-align: top;
	border: 0px dashed #ccc;
	width: 100px;
}

#app-secondary-links {
	font-size: 9pt;
	font-weight: normal;
	text-align: right;
	float: right;
}

.app-secondary-link {
	text-decoration: none;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	color: #357;
}

a.app-secondary-link:hover {
	color: #FFAB01;
}

.app-secondary-link-separator {
	/*background: url(../images/icons/dark_dot.png) no-repeat center;*/
	color: #357;
}

#app-menu {
	width: 100%;
	border: 0px solid #ccc;
	vertical-align: bottom;
	/*background-color: #c9cdd2;*/
	background: url(../images/icons/menu_item_background.png) repeat center;
	height: 24px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}

#app-foot-comments {
	text-align: center;
	color: #555;
}

#app-foot-comments .big-comment {
	font-size: 10pt;
}

#app-foot-comments .app-link {
	text-decoration: none;
	color: #555;
}

#app-foot-comments a.app-link:hover {
	color: #222;
}

#app-foot-comments .small-comment {
	font-size: 8pt;
}

.app-icon {
	vertical-align: middle;
}

/*
*	Form area
*/
#work-area-container {
	vertical-align: top;
	text-align: left;
	height: 100%;
	border: 0px dashed #ccc;
	padding: 10px 30px 30px 30px;
}

#work-area {
	width: 100%;
}

#work-area-title {
	height: 1.1em;
}

#work-area-content {
	text-align: left;
	font-size: 8pt;
	color: #555;
	padding-left: 3%;
}

.sub-title {
	text-align: left;
	font-size: 15pt;
	font-weight: bold;
}

.references-title {
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	color: #999;
}


/*
*	Widgets area
*/
#widgets-area {
	vertical-align: top;
	text-align: top;
	width: 250px;
	min-width: 250px;
	max-width: 250px;
	padding: 10px 1px 5px 5px;
	/*border: 1px dashed #ccc;*/
}

.widget {
	border: 1px solid #ccc;
}

.dynamic-widget-title {
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	background-color: #55a;
	height: 20px;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #5a81b0;
}

.widget-title {
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	background: url(../images/icons/widget_header_background.png) #5a81b0
		repeat-x;
	height: 20px;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #5a81b0;
}

div.widget-title:hover {
	border: 1px solid #FFAB01;
}

.widget-body {
	font-size: 10pt;
	font-weight: bold;
	color: #555;
	border: 1px solid #ccc;
	background: url(../images/icons/widget_background.png) #fff repeat;
	height: 470px;
	min-height: 470px;
	overflow-x:hidden;
	overflow-y:auto;
}

.page-error {
	font-style: italic;
	color: #88f;
}

#toolmap {
	margin-left: 3%;
}

.toolmap-category {
	font-size: 8pt;
	font-weight: bold;
	color: #555;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
}

li.toolmap-category {
	/*list-style-image: url(../images/icons/light_dot.png);*/
	
}

.toolmap-category-name {
	text-decoration: none;
	color: #555;
	font-weight: bold;
}

.toolmap-subcategory-frame {
	/*background: url(../images/icons/data_background.png);*/
	/*border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #cdf;*/
	
}

.toolmap-subcategory {
	list-style-image: none;
	font-size: 8pt;
	color: #555;
	margin-top: 5px;
	margin-left: 2px;
}

/*li.toolmap-subcategory {
	list-style-image: url(../images/icons/subcategory.png);
}*/
.toolmap-subcategory-name {
	text-decoration: none;
	font-weight: normal;
	color: #555;
}

li.toolmap-tool {
	/*list-style-image: url(../images/icons/minitool.png);*/
	margin-top: 7px;
	margin-bottom: 7px;
	list-style: square;
}

.toolmap-tool-name {
	font-size: 8pt;
	font-weight: normal;
	color: #555;
	text-decoration: none;
	vertical-align: center;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #555;
}

a.toolmap-tool-name:hover {
	color: #ce6f29;
}

#data-list {
	display: none;
}

.toolmap-left {
	float: left;
	width: 50%;
}

.toolmap-right {
	float: right;
	width: 50%;
}

.tool-description {
	background: url(../images/icons/data_background.png);
	margin: 10px 0px 10px 20px;
	font-size: 7pt;
	font-weight: bold;
	color: #555;
	text-decoration: none;
	text-align: left;
}

.v-tooltip {
	text-align: center;
	font-size: 8pt;
	color: #fff;
	height: auto;
	top: auto;
	overflow: auto;
	background: url(../images/icons/widget_header_background.png) #5a81b0 repeat-x;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #5a81b0;
	position: absolute;
	padding: 3px 5px;
	font-family: Arial, Verdana, sans-serif;
	display: none;	
}

.v-tooltip-general {
	position:absolute;
	background:#FFF8DC;
	padding:3px 5px;
	color:#000;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	display:none;
}
      
      
.table-header{
	 background:#DCDCDC;
	 font:bold;
	 text-align: center;
}

.editable{
	border-color: #F8F8FF;
}

.form-list{
	list-style: none;
}


.upload-monitor-area {
	width:40%;
	text-align: left;
	padding: 20px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;	
	font-size: 8pt;
	font-weight: normal;
	color: #555;
	border: 2px dashed #EEE;
}

.upload-progress-bar{
	text-align: center;	
	font-size: 8pt;	
	height: 15px;
} 
	 	
.upload-validation-result {
	font-size: 10px;
	text-align: center;
}

.examples {
	font-size: 11px;
	color: #aaa;
}

.examples-title {
	font-size: 11px;	
	color: #88f;
	font-weight: bold;
}
.examples-body {
	border: 1px dashed #aaf;
}

.examples-link {	
	text-decoration:none;
	color: #aaf;
	font-size: 12px;
}
.examples-link:hover {
	color: #ffab01;
}

.text-hide{
	display: none;
}
.tablepager-next-but , .tablepager-prev-but{
	cursor: pointer;
}


.menu-link{
	
	text-decoration: none;
	text-align: center;
 	font-size: 8pt;
 	font-weight: bold;
 	color: #777;
 	cursor:pointer;
 	text-decoration: underline;
 	
}

a.menu-link:hover{
	color: #555;
	text-decoration: overline underline;
}

.visibility-hidden{
	visibility: hidden;
}

.feed-content{
	font-size: 11px;
	color:#AAAAAA;
	font-family:sans-serif;
	
}

span.feed-content a {
	text-decoration: underline;
	color: #AAA;
	font-size: 11px;
}

span.feed-content img {
	width: 80px;
}

span.feed-content a:hover {
	color: #FFAB01;
}

.feed-link{
text-decoration: none;
cursor: pointer;
}

img.feed-link{
width: 20px;
	
}

.feed-link:hover {
	color: #FFAB01;
}


