﻿body
{
	background-color:		#454545;
	color:					black;
	font-family:			verdana,arial,sans serif;
	line-height:			16px;
	font-size:				10px;
	margin:					6px;
}

.default-text
{
	color:					black;
	font-family:			verdana,arial,sans serif;
	line-height:			16px;
	font-size:				10px;
}

.corner
{
	width:				16px;
	height:				16px;
	background-repeat:	no-repeat;
	background-position:bottom;
}

.top-left-corner
{
	background-image: url(../../Images/corner_top_left.gif);
	background-color:	#466F93;
}

.top-rigth-corner
{
	background-image: url(../../Images/corner_top_right.gif);
	background-color:	#466F93;
}

.bottom-left-corner
{
	background-color:	#466F93;
}

.bottom-rigth-corner
{
	background-color:	#466F93;
}

/*
Gray Corners
*/
.top-left-corner-gray
{
	background-image: url(../../Images/corner_top_left_gray.gif);

}

.top-rigth-corner-gray
{
	background-image: url(../../Images/corner_top_right_gray.gif);

}

.bottom-left-corner-gray
{
	background-image: url(../../Images/corner_bottom_left_gray.gif);

}

.bottom-rigth-corner-gray
{
	background-image: url(../../Images/corner_bottom_right_gray.gif);

}



.header-widget-body
{
	background-image:	url(../../Images/controlbg.gif);
	background-repeat:	no-repeat;
	height:				74px;
}

.tab
{
	background-color:	#466F93;
	width:				90px;
	height:				12px;
	color:				Black;
	font-family:		verdana,arial,sans serif;
	font-weight:		normal;
	font-size:			10px;
	padding:			2px 0px 10px 0px;
	text-align:			center;
	margin-right:		1px;
	background-image:	url(../../Images/button_tab.gif);
	background-repeat:	no-repeat;
	background-position:center;
	float:left;

}

.link
{
	color:				Black;
	font-family:		verdana,arial,sans serif;
	font-weight:		normal;
	font-size:			10px;
}

.link-bold
{
	color:				Black;
	font-family:		verdana,arial,sans serif;
	font-weight:		Bold;
	font-size:			10px;
}

.title-black
{
	color:					Black;
	font-weight:			bold;
	font-family:			verdana,arial,sans serif;
	line-height:			16px;
	font-size:				12px;
}

.title-blue
{
		color:				#466F93;
	font-weight:			bold;
	font-family:			verdana,arial,sans serif;
	line-height:			16px;
	font-size:				12px;
}

.title-white
{
	color:					White;
	font-weight:			bold;
	font-family:			verdana,arial,sans serif;
	line-height:			16px;
	font-size:				12px;
}

.table_header
{
	background-color: #466f93; /*#28548f;*/
	height: 32px;
	border-bottom:solid 1px black;
	font-size: 11pt;
	color: #ffffff;
	font-family:			verdana,arial,sans serif;
	font-weight:bold;

}

.table-title
{
	width:					550px;
	background-color:		#466f93;
	padding:				11px 20px 10px 20px;
	color:					white;
	font-weight:			bold;
	font-family:			verdana,arial,sans serif;
	line-height:			16px;
	font-size:				12px;
	background-image:		url(../../Images/widget_top_blue_wide.gif);
	background-repeat:		no-repeat;
}

.table_body
{
	background-color:		#f9f9f9;
	font-family:			verdana,arial,sans serif;
	font-size:				10px;
}


.widget-purple-title
{
	width:					210px;
	background-color:		rgb(117,71,117);
	padding:				11px 20px 10px 20px;
	color:					white;
	font-weight:			bold;
	font-family:			verdana,arial,sans serif;
	line-height:			16px;
	font-size:				12px;
	background-image:		url(../../Images/widget_top.gif);
	background-repeat:		no-repeat;
}


.sidewidget-purple
{
	width:					210px;
	background-color:		rgb(213,199,213);
	padding:				11px 20px 20px 20px;
	color:					black;
	font-family:			verdana,arial,sans serif;
	line-height:			16px;
	font-size:				10px;
	background-image:		url(../../Images/widget_bottom.gif);
	background-position:	bottom left;
	background-repeat:		no-repeat;
	margin-bottom:			20px;
}

/*
Public
*/

.public-top-td-left {
	margin: 0px;
	padding: 0px;
	width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.public-td-map {
	background-color: #f0f2f4;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #466F93;
	border-collapse: collapse;
    border-spacing: 0;
}
.public-top-td-right {
	margin: 0px;
	padding: 0px;
	width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.public-top-td-main {
	background-color: #466f93;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.public-top-logga {
	background-color: #466f92;
	text-align: right;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.public-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.public-td_gray {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.public-td-gray-right {
	background-color: #f0f2f4;
	text-align: right;
	padding: 6px;
}

.public-text-right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: right;
}
.public-text-blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #466F93;
	margin: 0px;
	padding: 0px;
	}
.public-td-white {
	margin: 10px;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.public-td-copy {
	text-align: right;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #466F93;
	border-right-color: #466F93;
	border-bottom-color: #466F93;
	border-left-color: #466F93;
}

.public-table
{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	border-collapse: collapse;
    border-spacing: 0;
}

/** Tabs */
.info_box_gray
{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 0px;
}

.invisible
{
	display:none;
	visibility:hidden;
}

.visible
{
	visibility:visible;
}

.info_box_selected
{
	background-image: url(../../images/tabs/tab_selected.png);
	behavior: url(images/iepngfix.htc);
	height: 18px;
	width: 127px;
	vertical-align: middle;
	text-indent: 5px;
}


.info_box_unselected
{
	background-image: url(../../images/tabs/tab_unselected.png);
	behavior: url(images/iepngfix.htc);
	height: 18px;
	width: 132px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-indent: 5px;
}

.info_box_toppbg
{
	background-image: url(../../images/tabs/tab_bg.gif);
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 441px;
}

/*
tabs above tableControls
*/
.tab-table
{
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
}

.tab-middle
{
	background-image:url(../../images/tabs/tab_bg_new.png);
	behavior: url(images/iepngfix.htc);
	margin: 0px;
	padding: 0px 10px 0px 5px;
	height: 29px;
	vertical-align: middle;
	border-collapse:collapse;
}
.tab-left-unselected
{
	background-image:url(../../images/tabs/tab_left_inactive_trans.png);
	behavior: url(images/iepngfix.htc);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	width:	29px;
	height: 29px;
	border-collapse:collapse;
}
.tab-left-selected
{
	background-image:url(../../images/tabs/tab_left_active_trans.png);
	behavior: url(images/iepngfix.htc);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	width:	29px;
	height: 29px;
	border-collapse:collapse;
}
.tab-right
{
	background-image:url(../../images/tabs/tab_right_trans.png);
	behavior: url(images/iepngfix.htc);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	width:	36px;
	height: 29px;
	border-collapse:collapse;
}
.tab-link-unselected
{
	color: #444444;
	text-decoration:none;
}
.tab-link-selected
{
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}
.admin-rowStyle
{
	border-bottom: solid 1px #999999;
}
.admin-control
{
	white-space:nowrap;
}

