@CHARSET "UTF-8";
/*#######################################
#########################################
################ GLOBAL #################
#########################################
#######################################*/
body {
    /*background-color: #E8E8E8 ;*/
} 
/*#######################################
#########################################
########### Basic Template ##############
#########################################
#######################################*/
#header{
	width: 100%;
}
#content{
	width: 100%;
}
#footer{
	width: 100%;
}
/*#######################################
#########################################
############ Classes ####################
#########################################
#######################################*/
.error_labels{
    color:red;
    margin:8px;
}
.title_labels{
	font-weight: bold; 
}
.content_labels{
	font-style: italic;
}
.ui-widget, .ui-widget .ui-widget {
    /*font-size: 85%;*/
    font-size: small;
}
.small_input_texts{
	width: 250px;
}
.for_test{
	width: 250px; 
}
.vertical_menu{
	font-size: large;
	background-color: blue;
}
.alignVerticalMenu {
    vertical-align: top;
}
.alignContent {
    vertical-align: top;
    width: 100%;
}
.poPupMakersStyle{
    color: black;
}
/*#######################################
#########################################
################ IDs ####################
#########################################
#######################################*/
#mapdiv{
	height: 400px;
    width: 100%;
}
#test{
	height: 400px;
	
}

/*#######################################
#########################################
############# Datatable colors ##########
#########################################
#######################################*/
.redline{
	color:red;
}
.greenline{
	color:green;
}
.orangeline{
	color:orange;
}
.grayline{
	color:gray;
}
.blueline{
	color:blue;
}
.blackline{
	color:black;
}
/*#######################################
#########################################
#########################################
#########################################
#######################################*/
