a
{ 
	text-decoration:none;
}

#analytics_body
{
	position:relative;
	float:left;
	background:url(../images/analytics_bg.jpg) repeat-y;
	width:196px;
	height:200px;
}

#analytics_bottom
{
	position:relative;
	float:left;
	background:url(../images/analytics_bottom.jpg) no-repeat;
	width:196px;
	height:9px;	
}

#analytics_header
{
	position:relative;
	float:left;
	background:url(../images/analytics_header.jpg) no-repeat;
	width:196px;
	height:35px;
}

#app_container
{
	width:1200px;
	min-width:75%;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto;
	display:block;
	overflow: hidden;
}

.column_line
{
	background:#b7cad7;
	width:1px;
	height:20px;
	position:relative;
	float:left;
}

.column_txt
{
	position:relative;
	float:left;
	height:20px;
	font-family:Arial;
	font-size:14px;
	color:#333;
	margin-top:2px;
	text-align:center;
}

#data_columns
{
	position:relative;
	float:left;
	background:#d8e3ed;
	/*width:98.5%;*/
	height:20px;
	/* Firefox */
	width: -moz-calc(100% - 17px);
	/* WebKit */
	width: -webkit-calc(100% - 17px);
	/* Opera */
	width: -o-calc(100% - 17px);
	/* Standard */
	width: calc(100% - 17px);
}



.data_row
{
	position:relative;
	float:left;
	width:100%;
	height:20px;	
}

.data_row:hover {
	background:#FF0;
}

.data_footer
{
	position:relative;
	float:left;
	width:100%;
	height:11px;
	background:#4277d1;
}

.data_wrapper
{
	width:100%;
	position:relative;
	float:left;
	overflow-y:scroll;
	overflow-x:hidden;
}

.delete_btn
{
	position:relative;
	float:left;
	width:20px;
	height:20px;
	background:url(../images/close_box_red.png) no-repeat;
	margin-left:2px;
}

.form_txt
{
	position:relative;
	float:left;
	color:#243d89;
	font-family:Arial;
	font-size:18px;
	height:auto;
	width:auto;
}

.footer
{
	position:relative;
	float:left;
	background:url(../images/footer_bg.jpg) repeat-x;
	height:11px;
	width:100%;
	bottom:0;
}

.header
{
	position:relative;
	float:left;
	background:url(../images/header_bg.jpg) repeat-x;
	height:66px;
	width:100%;	
}

.header_bottom
{
	position:relative;
	float:left;
	background:url(../images/header_bottom_bg.jpg) repeat-x;
	height:28px;
	width:100%;	
}

#left_wrapper
{
	position:relative;
	float:left;
	width:200px;
	height:699px;
	border-left: solid 1px #b5b5b5;
	border-bottom: solid 1px #b5b5b5;
}

#logo
{
	position:relative;
	float:left;
	background:url(../images/logo.png) no-repeat;
	width:122px;
	height:51px;
	margin-left:39px;
	margin-top:12px;
}

#nav_bar
{
	position:absolute;
	z-index:1;
	width:100%;
	height:616px;
	margin-top:73px;
}

#nav_bottom
{
	position:relative;
	float:left;
	width:200px;
	height:595px;
	background:url(../images/nav_bar_bg.jpg) repeat-y;
}

.nav_spacer
{
	position:relative;
	float:left;
	width:200px;
	height:2px;
	background:url(../images/nav_spacer.jpg) no-repeat;
}

#nav_top
{
	position:relative;
	float:left;
	width:200px;
	height:20px;
	background:url(../images/nav_top.png) no-repeat;
}

#right_wrapper
{
	position:relative;
	float:left;
	min-width:600px;
	width:83%;
	height:699px;
	border-right: solid 1px #b5b5b5;
	border-bottom: solid 1px #b5b5b5;
}

#right_wrapper_body
{
	position:relative;
	float:left;
	background:#e9f0f6;
	width:100%;
	height:569px;
}

#right_wrapper_top
{
	position:relative;
	float:left;
	width:100%;
	height:25px;
	background:url(../images/right_wrapper_top.jpg) repeat-x;
}

.row_attr
{
	position:relative;
	float:left;
	height:20px;
	font-size:14px;
	font-family:Arial;
	color:#243d89;
	margin-left:2px;
	border:0;
	padding:0;
	background-color:transparent;
	outline:none;
	width:98%;
}

.row_wrapper
{
	position:relative;
	float:left;
	height:20px;
}

.spacer
{
	position:relative;
	float:left;
	z-index:2;
}

.suggestionsBox {
	position: absolute;
	background-color:#FFF;
	border-radius: 7px;
	border: 1px outset #666;	
	color:#000;
	z-index: 100;
}

.suggestionList {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family:Arial;
	font-size:18px;
	color:#000;
}

.suggestionList li {
	padding: 3px;
	list-style:none;
	height:18px;
	width:100%;
}

.suggestionList li:hover {
	background-color: #659CD8;
	
}

#smooth_box
{
	position:absolute;
	z-index:10;
	right:0;
	background:#d8e3ed;
	height:20px;
	width:1.6%;
}

.txt_wrapper
{
	position:relative;
	float:left;
	width:196px;
	height:18px;
}

