body,h1,h2,h3,h4,p,div,ul,li,form {
	padding: 0;
	margin: 0;
}

body.bodyNormal {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	background: url(../images/st_background.png) repeat-x scroll 0% 0%;
	background-color: #e6e6e6;
}

body.bodyEmbedded,body.bodyPlain {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: 0;
}

h1,h2,h3 {
	display: inline;
	color: #0063AB;
}

h1 {
	font-size: 19px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

strong {
	font-weight: bold;
	color: #004370;
}

small {
	font-size: 11px;
}

a {
	color: #0063AB;
}

a:hover {
	color: #0063AB;
	text-decoration: underline;
}

p {
	line-height: 16px;
}

#page {
	width: 980px;
	margin: auto;
	text-align: left;
}

#pageHeader {
	position: relative;
	height: 152px;
	background: url(../images/st_header.png) repeat-x scroll 0% 0%;
}

#logo {
	position: absolute;
	left: 15px;
	top: 0px;
}

#logoText {
	position: absolute;
	left: 179px;
	top: 70px;
	color: #41b4ff;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

#addPoll {
	position: absolute;
	bottom: 12px;
	right: 15px;
	z-index: 10;
}

#addPoll img {
	vertical-align: middle;
}

#addPoll a {
	color: #FFFFFF;
	text-decoration: underline;
}

#accountMenu {
	position: absolute;
	top: 5px;
	right: 15px;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	margin: 5px 0 0 0;
	padding: 0;
}

#accountMenu a {
	color: #FFFFFF;
	text-decoration: underline;
}

#accountMenu .horizontalList .listItem {
	border-color: #FFFFFF;
}

#mainMenu {
	position: absolute;
	left: 190px;
	bottom: 0px;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

#mainMenu img {
	position: absolute;
	top: 6px;
	left: 10px;
}

#mainMenu a {
	color: #0063AB;
	font-weight: bold;
	text-decoration: none;
	padding-left: 25px;
}

#mainMenu a:hover {
	color: #0063AB;
	text-decoration: underline;
}

#mainMenu .tab {
	position: relative;
	float: left;
	margin: 0 2px 0 2px;
}

#mainMenu .tab .tabLeft {
	background: transparent url(../images/st_tab_off_left.png) no-repeat
		scroll 0 0;
	float: left;
	height: 34px;
	width: 10px;
}

#mainMenu .tab.selected .tabLeft {
	background: transparent url(../images/st_tab_on_left.png) no-repeat
		scroll 0 0;
}

#mainMenu .tab .tabCenter {
	background: transparent url(../images/st_tab_off_center.png) repeat-x
		scroll 0 0;
	float: left;
	height: 34px;
}

#mainMenu .tab.selected .tabCenter {
	background: transparent url(../images/st_tab_on_center.png) repeat-x
		scroll 0 0;
}

#mainMenu .tab .tabRight {
	background: transparent url(../images/st_tab_off_right.png) no-repeat
		scroll 0 0;
	float: left;
	height: 34px;
	width: 10px;
}

#mainMenu .tab.selected .tabRight {
	background: transparent url(../images/st_tab_on_right.png) no-repeat
		scroll 0 0;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
#pageContent {
	height: 1%;
}

/* End hide from IE5/mac */
#pageContent {
	padding: 5px 25px 40px 25px;
	background-color: #FFFFFF;
	border-left: 2px solid #d0d0d0;
	border-right: 2px solid #d0d0d0;
}

#successBox,#errorBox {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	padding: 7px;
	margin-top: 20px;
}

#successBox {
	color: #FFFFFF;
	border-color: #7FBF00;
	background-color: #7FBF00;
}

#errorBox {
	color: #FFFFFF;
	border-color: #D90000;
	background-color: #D90000;
}

#pageFooter {
	font-size: 11px;
	text-align: center;
	white-space: nowrap;
	margin-bottom: 20px;
	border-top: 5px solid #6aa700;
	padding: 20px;
	background-color: #93DF0D;
	padding: 20px;
}

#pageFooter ul li {
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.copyright {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 0.3em;
	color: #ffffff;
}

.copyright a {
	color: #ffffff;
}

.copyright a:hover {
	color: #ffffff;
}

.button {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	background: transparent url(../images/st_button.gif) no-repeat scroll 0%
		;
	padding: 1px 0 2px 0;
	margin: 0px;
	border: 0px;
	height: 21px;
	width: 61px;
}

.blockHeader {
	position: relative;
	height: 40px;
	margin-top: 20px;
	z-index: 20;
	/* block header has to be above block content otherwise superfish menus will go under block content in IE */
}

.primaryColorBlock .blockHeader {
	background-color: #0073BD;
}

.secondaryColorBlock .blockHeader {
	background-color: #83ca0a;
}

.neutralColorBlock .blockHeader {
	background-color: #e6e6e6;
}

.primaryColorBlock .blockHeader h1,.primaryColorBlock .blockHeader h2 {
	color: #ffffff;
}

.primaryColorBlock .blockHeaderHint {
	color: #33AEFF;
	font-weight: bold;
	font-size: 16px;
}

.secondaryColorBlock .blockHeader h1,.secondaryColorBlock .blockHeader h2
	{
	color: #ffffff;
}

.neutralColorBlock .blockHeader h1,.neutralColorBlock .blockHeader h2 {
	color: #0063ab;
}

.blockName {
	position: absolute;
	left: 10px;
	bottom: 9px;
}

.blockName img {
	vertical-align: middle;
	margin-bottom: 2px;
}

.blockTabs {
	position: absolute;
	bottom: 0;
	right: 5px;
	font-size: 12px;
	white-space: nowrap;
	line-height: 24px;
	margin-bottom: 8px;
}

.blockTabs ul {
	float: left;
}

.blockTabs .tab {
	float: left;
	margin: 0px 2px;
	padding: 0px 7px 0px 7px;
	font-weight: bold;
	height: 24px;
}

.blockTabs .tab img {
	vertical-align: middle;
	padding: 2px;
}

li.tab {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.primaryColorBlock .tab a {
	color: #ffffff;
}

.primaryColorBlock .tab.selected {
	background-color: #ffffff;
}

.primaryColorBlock .tab.selected a {
	color: #0063ab;
}

.secondaryColorBlock .tab a {
	color: #ffffff;
}

.secondaryColorBlock .tab.selected {
	background-color: #6aa700;
}

.neutralColorBlock .tab a {
	color: #0063ab;
}

.neutralColorBlock .tab.selected {
	background-color: #0073BD;
}

.neutralColorBlock .tab.selected a {
	color: #ffffff;
}

.blockContent {
	padding: 15px 20px 15px 20px;
	background-color: #FFFFFF;
	z-index: 10;
	/* block header has to be above block content otherwise superfish menus will go under block content in IE */
}

.formBlock .blockContent {
	background-color: #e6e6e6;
}

.blockContentFooter {
	padding: 3px;
}

.pager {
	margin: 15px;
	text-align: center;
	font-size: 11px;
}

.pager p {
	font-weight: bold;
	display: inline;
	margin-right: 5px;
}

.pager a {
	font-weight: bold;
	text-decoration: none;
	background-color: #E6E6E6;
	padding: 4px 5px 4px 5px;
	margin: 0px 2px 0px 2px;
}

.pager a:hover {
	text-decoration: underline;
}

.pager a.selected {
	color: #FFFFFF;
	background-color: #0063AB;
	border-color: #0063AB;
}

.clearAll {
	clear: both;
}

.infoRow {
	clear: both;
	position: relative;
	padding-bottom: 1px;
}

.infoLabel {
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

.label {
	font-weight: bold;
	font-size: 12px;
}

.hint {
	font-size: 11px;
}

.verticalList .listItem {
	border-bottom: 1px solid #DCDCDC;
	position: relative;
}

.verticalList .emptyList {
	padding: 12px;
	border-bottom: 1px solid #DCDCDC;
}

.horizontalList li {
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	position: relative;
}

.horizontalList .listItem {
	padding-left: 5px;
	border: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #999999;
}

.listItem.evenItem {
	background-color: #efefef;
}

.listItem.oddItem {
	background-color: #ffffff;
}

.progress {
	background: url(../images/st_progress.gif) no-repeat center bottom;
	height: 30px;
}

.textIcon {
	vertical-align: middle;
	margin-bottom: 3px;
}

#colorPicker {
	position: absolute;
	top: -80px;
	left: 100px;
	width: 200px;
	background-color: #FFFFFF;
	border: 2px solid #0073BD;
	z-index: 1000;
}

.colorPicker {
	position: relative;
}

.colorPicker input {
	width: 80px;
}

.highlight {
	background-color: #DFF3FF;
	cursor: pointer;
}

.highlightIcon{
	visibility: hidden; 
}