﻿
.title_big
{
	font-family: Verdana;
	color: #004b8e;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0px 0px 10px;
}
.subtitle
{
	font-family: Verdana;
	color: #004b8e;
	font-size: 14px;
	font-weight: bold;
}

.title_medium
{
	font-family: Verdana;
	color: #004b8e;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0px 0px 5px;
}

.errormessage
{
	font-family: verdana;
	color: #ff0000;
	font-size: 12px;
	list-style-image: url(/images/bullet_error.png); /*display:block;*/
}


.spacer
{
	width: 10px;
}

.contentarea
{
	background-color: White;
	text-align: left;
	vertical-align: top;
	width: 100%;
	padding-bottom: 20px;
}


.headercell
{
	background-color: #ccdde8;
	font-family: Verdana;
	font-size: 9px;
	color: #004B8E;
	border: solid 1px #dddddd;
	text-transform: capitalize;
	padding: 2px 5px 2px 5px;
	height: 20px;
}

.contentcell
{
	background-color: White;
	font-family: Verdana;
	font-size: 11px;
	color: #000000 !important;
	height: 40px;
	padding: 2px 5px 2px 5px;
	border: solid 1px #dddddd;
	border-top: none;
	border-left: none;
	vertical-align: middle;
}
.contentcellHi
{
	background-color: #f2f6f9;
}
.contentcellFirstCol
{
	border-left: solid 1px #dddddd;
}

.contentCellTop
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	height: 20px;
	padding: 2px 5px 2px 5px;
	border: solid 1px #dddddd;
	border-bottom: none;
	border-top: none;
	color: #000000;
}
.contentCellBottom
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	height: 20px;
	padding: 2px 5px 2px 5px;
	border: solid 1px #dddddd;
	border-top: none;
	border-left: none;
}
.contentcellThin
{
		height: 20px;
}




#sortable
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 60%;
}
#sortable li
{
	margin: 0 5px 5px 5px;
	padding: 5px;
	font-size: 1.2em;
	height: 1.5em;
}
html > body #sortable li
{
	height: 1.5em;
	line-height: 1.2em;
}
.ui-state-highlight
{
	height: 1.5em;
	line-height: 1.2em;
}

.toolsheader
{
	background-color: #ccdbe8;
	padding-left:10px;
	height:24px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color:#004b8e;
}
a.toollink
{
	display:block;
	padding-top:2px;
	padding-bottom:2px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	/*color:#3f3f3f;*/

}
a.tinylink
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration:none;
	/*color:#3f3f3f;*/
}

.deletebutton
{
	background-image:url('/images/delete-comment-button.png');	
	border-style:none;
	background-color:Transparent;
	width:14px;
	height:14px;
	cursor:pointer;
}
