html, body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	width: 100%;
	color: #333333;
	overflow-x: hidden;
	font-family: sans-serif;
}

html {
	overflow: auto;
	height: 100%;
}

body {
	overflow:hidden;
	height: hidden;
}

form, fieldset {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a {
	color:#A2BD30;
}

a:visited { 
	color:#A2BD30;
}

	
object, embed {
	z-index: 0;
	position: relative;
}	
	
.floatleft{
	float:left;
}

.floatright{
	float:right;
}	
	
#header {
	width: 100%;
	height: 47px;
	background-color: #444444;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 300;
	background-image: url('../images/altHeader.png');
}

#header #headerWrapper {
	position: relative;
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

	
#header #logo {
	position: absolute;
	left: 10px;
	top: 2px;
	float:left;
	background-position: 0 10px;
	height:60px;
	width:165px; 
	background-repeat: no-repeat;
}

#header #logo a {
	position: absolute; 
	z-index: 40000;
	left: 0px; 
	right: 0px;
	bottom: 30px;
	top: 0px;
}

#header #logo #statusText {
	bottom:18px;
	color:#A6A59F;
	font-size:11px;
	left:8px;
	position:absolute;
}

#header #headerShade {
	position: absolute;
	bottom: -10px;
	left: 0px;
	height: 10px;
	width: 100%;
	background-image: url('../images/headerShade.png');
	background-repeat: repeat-x;
	z-index: 0;
}

#header #mainMenu {
	width: 100%;
	position: absolute;
	bottom: -10px;
	left: 0;
	z-index: 15;
}

#header #mainMenu .Menu {
	width: 600px;
	margin:auto;
	padding-top: 10px;
	height: 30px;
}

#header #mainMenu  ul {
	margin: 0px;
}

#header #mainMenu  ul li { 
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
	height:40px;
	position: relative;
}

#header #mainMenu  ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	font-family: sans-serif;
	position: relative;
	display: block;
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
}

#header #mainMenu  ul li a span{ 
	display: none;
}

#header #mainMenu  ul li a .center{
	display: block;
	margin-left:5px;
	margin-right:5px;
	height: 100%;
}

#header #mainMenu ul li a .text {
	display: block;
	padding-top: 4px;
	border-bottom: 2px solid #A2BD30;
	font-weight: bold;
}

#header #mainMenu  ul li a .leftCorner{ 
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 5px;
	background-image:url(../images/leftmenu.png);
}

#header #mainMenu  ul li a .rightCorner{ 
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 5px;
	background-image:url(../images/rightmenu.png);
}

#header #mainMenu  ul li a:visited{ 
	color:#ffffff;
}

#header #mainMenu  ul li a:hover, #header #mainMenu  ul li a.current{ 
	color:#ffffff;
	height: 36px;
	border: 0;
	color: #333333;
}

#header #mainMenu  ul li a:hover span, #header #mainMenu  ul li a.current span{ 
	display: block;
}

#header #mainMenu  ul li a:hover .center, #header #mainMenu  ul li a.current .center { 
	background-image:url(../images/middlemenu.png);
}

	
#header #mainMenu  ul li  .lcorner { 
	width: 5px;
	height: 100%;
	float: left;
	background-image: url('../images/leftmenu.png')
}

#header #mainMenu  ul li  .rcorner {
	width: 5px;
	height: 100%;
	float: left;
	background-image: url('../images/rightmenu.png');
}

#header #mainMenu  ul li  .hover .center{ 
	float: left;
	background-image: url('../images/middlemenu.png');
	height: 100%;
}

#header #mainMenu  ul li  .hover .center a{ 
	padding: 0px;
	float: left;
	display: block;
	color:#333333;
	background-image: url('../images/middlemenu.png');
	position: relative;
	top: 2px;
}

#header #mainMenu  ul li  .hover .center a:visited{ 
	color:#333333;
}

#header #topMenu {
	margin-top: 5px;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 11px;
	height: 16px;
	z-index: 20;
	color: #a2bd30;
}

#header  #topMenu  li .current {
	font-weight: bold;
}

#header #topMenu  * {
	color: #a2bd30; 
}

#header #topMenu select {
	bottom:2px;
	color:#333333;
	position:relative;
}

.safari #header #topMenu select {
	bottom:3px;
	color:#333333;
	position:relative;
}

#header #topMenu select option {
	color: #333333; 
}

#header #topMenu a {
	color: #a2bd30;
	padding-right: 5px;
	text-decoration: none;
	cursor: pointer;
}

#header #topMenu a :visited {
	color: #a2bd30;
}

#header #topMenu a:hover, #header #topMenu a.current  {
	text-decoration:underline;
}	
#header #topMenu #languagechoice {
	float: left;
}

#header #topMenu #languagechoice img {
	margin-right: 5px;
}

.msie #header #topMenu #languagechoice img {
	position: relative; 
	top: -2px;
}

.msie_8_0 #header #topMenu #languagechoice img {
	position: relative; 
	top: 0px;
}

#header #topMenu #languagechoice a img {
	margin-right: 0px;
}

#header #topMenu #languagechoice p {
	float: left;
	margin: 0px;
	margin-bottom: 4px;
	margin-right: 5px;
	color: #a2bd30;
}

#header #topMenu #logintogglebutton {
	float: left;
	padding-top:1px;
}

#header #topMenu ul {
	float: left;
	margin: 0px;
}

#header #topMenu ul li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-right: 0px;
}

#content {
	width: 987px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #b8b7b3;
	border-right: 1px solid #b8b7b3;
	background-image: url('../images/rightshade.png');
	background-position: right;
	background-repeat: repeat-y;
	position: relative;
	z-index: 0;
}

#content #contentSuperWrapper {
	width: 100%;
	height: 100%;
	background-image: url('../images/leftshade.png');
	background-position: left;
	background-repeat: repeat-y;
	display: table;
}

#content #contentWrapper {
	/*background-image:url(../images/timeLineBackground.gif);*/
	background-position:left top;
	background-repeat:repeat-x;
	display:block;
	float:left;
	height:80px;
	margin-top:47px;
	width:100%;
}

#content #contentWrapper .pageHeader {
	position: absolute;
	top: 60px;
	left: 190px;
	color: #333333;
}

#content #contentWrapper .pageHeader:visited {
	color: #333333;
}

#content #contentWrapper .pageHeader h2 {
	margin: 0px;
}

#content #left {
	bottom:20px;
	left:0;
	position:absolute;
	top:55px;
	z-index: 80;
}

#content #leftWrapper {
	width: 100%;
	height: 100%;
	background-image: url('../images/timeLineBackground.gif'); 
	background-repeat: repeat-x;
	width: 178px;
	padding-right:4px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-top:5px;
}

#content #left #spacer {
	height:30px;
	overflow: hidden;
}

#content #left  #topShade { 
	background-image:url(../images/leftTopShade.png);
	background-position:center top;
	background-repeat:repeat-x;
	height:0;
	left:0;
	overflow:hidden;
	padding-top:2px;
	position:absolute;
	right:0;
	top:-2px;
}

#content #left #leftContent {
	background-color: #E4E2D7;
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
}	
#content #left #leftContent h3, #content #left #leftContent h2{
	background-image: url('../images/leftsubheaderbackground.png');
	height: 20px;
	padding-top:4px;
	margin: 0px;
	border-bottom: 1px solid #cbcac1;
	
	font-weight: bold;
	font-size: 14px; 
	padding-left: 17px;
}

#leftContentWrapper {
	background-color:#E4E2D7;
	background-image:url(../images/leftRightShade.png);
	background-position:right top;
	background-repeat:repeat-y;
	bottom:0;
	left:0;
	padding-right:2px;
	position:absolute;
	right:0;
	top:0;
}

#content #left #leftContent #leftContentWrapper #eventHeader {
	background-image: url('../images/lefteventsbackground.png');
	height: 48px;
}

#content #left #leftContent #leftContentWrapper #eventHeader a{
	color: #333333;
}

#content #left #leftContent #leftContentWrapper #eventHeader a:visited{
	color: #333333;
}

#content #left #leftContent #leftContentWrapper #eventHeader h2 {
	font-size: 18px;
	margin: 0px;
	text-transform: uppercase;
	padding-top: 14px;
	padding-left: 17px;
	float: left;
	background-image: none;
	border: 0px;
}

#content #left #leftContent #leftContentWrapper #eventHeader #eventdropdown {
	padding-top: 12px;
	padding-left: 5px;
}

#content #left #leftContent  .groups {
	padding: 5px;
	background-color: #ffffff;
}

#content #left #leftContent  .groups .current {
	font-weight: bold;
}

#content #left #leftContent #closingLine {
	border-top: 1px solid #cbcac1;
	/*
	background-image: url('../images/foldbtn.png');
	*/
	background-position: top center;
	background-repeat: no-repeat;
	height: 10px;
	background-color: transparent;
}

#content #left #leftContent #leftPaneControl {
	position: absolute;
	top: 3px;
	right: 5px;
	cursor: pointer;
}

#content #left #BottomShade { 
	background-image:url(../images/leftBottomShade.png);
	bottom:-4px;
	height:4px;
	left:0;
	position:absolute;
	right:0;
}

#content #right { 
	display: none;
}

#content #center {
	width: 805px;
	background-image: url('../images/timeLineBackground.gif'); 
	background-repeat: repeat-x;
	float: left;
	position: absolute;
	left: 180px;
	top: 47px;
}

#content #center.small {
	width: 620px;
}

#content #center  #weekflow {
	height: 55px;
}

#content #center #centerContent {
	padding-left: 8px;
	padding-right: 4px;/*is 8, but due to margin in .contentBox, has to get -4*/
	padding-top: 8px;
	padding-bottom: 24px;/*is 8, but due to margin in .contentBox, has to get -4*/
	margin-top: 57px;
}

#footer {
	background-color:#535552;
	/*
	background-image: url('../images/fleftb.png');
	*/
	background-repeat: repeat-y;
	background-position: left top;
	width: 987px;
	height: 20px;
	border-left: 1px solid #b8b7b3;
	border-right: 1px solid #b8b7b3;
	font-size: 11px;
	position: absolute;
	bottom: 0px;
	left: -1px;
}

#footer  #rights {
	padding: 2px;
	padding-left: 15px;
	margin: 0px;
	display: block;
	float: left;
	color: #A2BD30;
}

#footer  #footerMenu {
	float: right;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-right:10px;
	height: 18px;
	/*
	background-image: url('../images/frightb.png');
	*/
	background-repeat: repeat-y;
	background-position: right top;
}

#footer  #footerMenu  li {
	float: right;
	list-style-type: none;
	padding-left: 5px;
	padding-right: 5px;
}

#footer  #footerMenu  li a { 
	color: #A2BD30;
	text-decoration:none; 
}

#footer  #footerMenu  li a:hover, #footer  #footerMenu  li a.current { 
	text-decoration:underline; 
}	
#footer  #footerMenu  li a:visited { color: #A2BD30 }

#footer  #footerMenu  li .current {
	font-weight: bold;
}

.contentBox_light {
	border: 1px solid #dcdad5;
	margin-bottom: 4px;
	margin-right: 4px;
	background-color: #ffffff;
	padding: 3px;
}

.contentBox{
	border: 1px solid #dcdad5;
	margin-bottom: 4px;
	margin-right: 4px;
	background-color: #ffffff;
	padding: 3px;
}

.contentBox h2 a{
	color: #ffffff;
}

.contentBox h2 a:visited{
	color: #ffffff;
}

.contentBox h2, .ContentSubHeader{
	font-size: 14px;
	padding:9px;
	margin: 0px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 14px;
	height:14px;
	display: block;
	background-image: url('../images/contentHeaderBackground.gif');
}

.hidden {
	display: none !important; 
}

#content #right {
	display: block;
	position: absolute;
	top: 53px;
	right:4px;
	width: 182px;
	bottom: 20px;
}

#content #rightWrapper {
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
	background-position:  0 0;
	width: 100%;
	padding-left:4px;
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom: 0;
}

#content #right #spacer {
	height:30px;
	overflow: hidden;
}

#content #right  #topShade { 
	height:0px;
	background-image: url('../images/leftTopShade.png');
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
	padding-top: 2px;
	position: relative;
	left:-2px;
}

#content #right #rightContent {
	overflow: hidden;
	background-color: #e5e5e5;
	position: relative;
	position: absolute;
	top: 2px;
	left: 0;
	right:0;
	bottom: 0;
}	
#content #right #rightContent #rightContentWrapper {
	padding-right:2px;
	background-image:url(../images/leftRightShade.png);
	background-position:left top;
	background-repeat:repeat-y;
	padding-left:4px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom: 0;
	background-color: #e4e2d7;
}

#content #right #rightContent #rightContentWrapper #eventHeader {
	background-image: url('../images/lefteventsbackground.png');
	height: 48px;
	border-bottom: 1px solid #cbcac1;
}

#content #right #rightContent #rightContentWrapper #eventHeader h2 {
	font-size: 18px;
	margin: 0px;
	text-transform: uppercase;
	padding-top: 14px;
	padding-left: 17px;
	float: left;
}

#content #right #rightContent #rightContentWrapper #eventHeader #eventdropdown {
	padding-top: 12px;
	padding-right: 5px;
}

#content #right #rightContent h3{
	background-image: url('../images/leftsubheaderbackground.png');
	height: 22px;
	padding-top:2px;
	margin: 0px;
	border-bottom: 1px solid #cbcac1;
	font-weight: bold;
	font-size: 14px; 
	padding-left: 17px;
}

#content #right #rightContent  .groups {
	padding: 10px;
	padding-top: 7px;
	background-color: #ffffff;
}

#content #right #rightContent #closingLine {
	border-top: 1px solid #cbcac1;
	background-image: url('../images/foldbtn.png');
	background-position: top center;
	background-repeat: no-repeat;
	height: 10px;
	background-color: #ffffff;
}

#content #right #rightContent #rightPaneControl {
	position: absolute;
	top: 3px;
	right: 5px;
	cursor: pointer;
}

#content #right #BottomShade {
	background-image: url('../images/leftBottomShade.png');
	position: absolute;
	bottom: -4px;
	left:0;
	right: 0;
	height:4px;
	z-index: 10;
}

#content #right #rightHeader {
	background-image:url(../images/lefteventsbackground.png);
	height:48px;
}

#loginpage {
}

#loginpage .Content {
	padding: 10px;
}

#loginpage input {
	width: auto;
}

#loginpage #ForgotPassword{
	margin: 0px;
	padding: 0px;
	display: inline;
	padding-left: 20px;
}

#loginpage fieldset{
	margin: 0px;
	padding: 0px;
}

#loginpage .middleColumn  input {
	width: 200px;
}

#loginpage #Remember  #MemberLoginForm_LoginForm_Remember {
	display: inline;
	position: relative;
	right: 9px;
	top: 2px;
}

#loginpage #Remember  label {
	position: relative;
	left: 4px;
}

.msie #loginpage #Remember  label {
	position: relative;
	left: 2px;
}

.safari #loginpage #Remember  label {
	position: relative;
	left: 2px;
}

.safari  #loginpage #Remember  #MemberLoginForm_LoginForm_Remember {
	top: 0px;
}

	
.IframePage #content #center #centerContent {
	height: 100%;
}

.IframePage .IframePage #IframeContainer {
	height: 100%;
}

.IframePage #left {
	display: none;
}

.IframePage #content #center {
	left:0;
	width:987px;
}

.IframePage #content #center #centerContent {
	padding: 0px;
}

.IframePage #IframeContainer {
	background-color: #ffffff;
	height: 100%;
	border: 	0px;
}

.IframePage #IframeContainer iframe{
	bottom:	0;
	left:	0;
	right:	0;
	top:	0px;
	border: 	0px;
}

.IframePage #header #mainMenu ul li a:hover, .IframePage  #header #mainMenu ul li a.current {
	height: 30px;
}

.IframePage iframe {
	overflow: auto;
}

#subscription-selector #chosensContent li  .select {
	height: 13px; 
	width: 13px;
	float: right;
	margin: 1px;
	background-image: url(../images/checkbox.png);
	background-position:0 13px;
	display: block;
}

#subscription-selector #chosensContent li  .select.checked {
	background-position:0 0px;
}

#subscription-selector #chosensContent > ul li ul.subchoices li a span.textItem {
	display: block;
	float: left; 
	width: auto;
	padding:2px 2px 2px 9px;
	color:#333333;
	font-size:12px;
	line-height:15px;
}
.typography a {
	color:#323232;
}



.typography .Header h1, .typography .Header h2  {
	background:url(../images/h1_bg.gif) repeat-x bottom;
	border-bottom:1px solid #E1E1E1;
	clear:both;
	font-family:sans-serif,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:38px;
	padding:0 10px;
	text-shadow:0 1px 1px #FFFFFF;
	margin-bottom:10px;
	margin-top:0px;
}


.typography p, .typography h3, .typography h4, .typography h5, .typography h6, .typography ol{
	margin:0 10px 10px 10px;
}

.typography h2 {
	background:url(../images/h1_bg.gif) repeat-x bottom;
	border-bottom:1px solid #E1E1E1;
	clear:both;
	font-family:sans-serif,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:38px;
	padding:0 10px;
	text-shadow:0 1px 1px #FFFFFF;
	margin-bottom:10px;
	margin-top:0px;	
}

.typography h3 {
	border-bottom:1px solid #E1E1E1;
	clear:both;
	font-family:sans-serif,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	text-shadow:0 1px 1px #FFFFFF;
	margin-bottom:10px;
}

.typography h4 {
	clear:both;
	font-family:sans-serif,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	text-shadow:0 1px 1px #FFFFFF;
	margin-bottom:10px;
}

.typography h5 {
	clear:both;
	font-family:sans-serif,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	text-shadow:0 1px 1px #FFFFFF;
	margin-bottom:10px;
}

.typography h6 {
	font-family:"Arial",Helvetica,sans-serif;
	font-size:13px;
	color:#333333;
	font-weight:bold;
	line-height:15px;
}
.typography p {
	font-family:"Arial",Helvetica,sans-serif;
	font-size:12px;
	color:#333333;
	line-height:16px;
}

.typography ol {
	padding-left:5px;
}

.typography ol li {
	list-style-type:decimal-leading-zero;
	list-style-position:inside;
}

.typography ul {
	padding-left:25px;
}

.typography ul li {
	list-style-type: disc;
	list-style-position:inside;
	line-height:16px;
	font-size:12px;
}


.typography .Page-box {

}

/*
.typography .Page-box h3 {
	border-bottom:1px solid #E1E1E1;
	background:url(/themes/onecal2/images/pages/h1_bg.gif) repeat-x bottom;
	clear:both;
	font-family:sans-serif,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	text-shadow:0 1px 1px #FFFFFF;
	padding:0 10px;
	margin:0;
	margin-bottom:10px;
	color:#b6d660;
}
*/

.typography .borderleft2 {
	border-left:1px solid #e1e1e1;
	margin-left:13px;
	margin-bottom:13px;
}

.Header .Breadcrum, .Header .Breadcrum a {
    padding:10px 5px;
    font-size:12px;
    font-family:sans-serif,Arial,Helvetica,sans-serif;
    margin:0;
    color:#ffffff;
}
body {
	
}
.Application #header {
}

.Application #content {
	border-left:0px solid #B8B7B3;
	border-right:0px solid #B8B7B3;
	width:100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
}
	.Application  #center  #centerContent{
		margin: 0px !important;
		padding: 0px !important;
	}
	.Application #content #left {
		background-image: none;
		position: absolute;
		left: 0px;
		top: 50px;
		bottom: 22px;
		background-color: transparent;
	}
		.Application #content #left #leftWrapper {
			background-image: none;
			padding: 0;
			position: relative;
			overflow: visible;
			position: absolute;
			top: 0px; 
			left: 0px; 
			right: 0px; 
			bottom: 0px;
			width: 196px;
		}

		.Application #content #left #leftContent {
			position: absolute;
			top: 2px; 
			left: 0px; 
			right: 0px; 
			bottom: 0px;
			background-color: gren;
			overflow: hidden;
		}
			.Application #content #left #leftContent #leftContentWrapper {
				position: absolute;
				top: 0px; 
				left: 0px; 
				right: 0px; 
				bottom: 0px;
				background-color: #fff;
				overflow: auto;
				overflow-x: hidden;
				overflow-y: auto;
			}
				.Application #content #left #leftContent #topShade {
					width:100%;
				}
				.Application #content #left #BottomShade {
					position: absolute;
					bottom: -4px;
					left:0;
					right: 0;
					height:4px;
					z-index: 10;
				}
				.Application #content #left #leftContent #leftPaneControl {
					top:4px;
				}
	.Application #content #center {
		width: auto;
		float: none;
		background-image: none;
		position: absolute;
		top: 47px;
		left: 196px;
		bottom: 20px;
		right: 0px;
		background-image:url(../images/timeLineBackground.gif);
		background-repeat:repeat-x;
		background-position: center top;
		background-color: #ffffff;
		height: auto;
	}
	.Application #content #contentWrapper {
		display: block;
		width: 100%;
		border-spacing: 0px;
		padding: 0px;
		background-image:url(../images/timeLineBackground.gif);
		background-repeat:repeat-x;
		background-position: center 65px;
		background-color: #f2f0ea;
	}
		.Application #content #contentWrapper td {
			vertical-align: top;
			height: 100%;
		}
	.Application #content td#headerspacer {
		height: 65px;
	}
	.Application #footer {
		border-left:0px solid #B8B7B3;
		border-right:0px solid #B8B7B3;
		bottom:0;
		font-size:11px;
		height:20px !important;
		padding:0px !important;
		position: absolute;
		bottom: 0px;
		left: 0px;
		width:100%;
		background-image: none;
	}	
		.Application #footer #footerMenu {
			background-image: none;
		}
		
		
.msie_8_0 #header #mainMenu{
	bottom: -13px;
}
.msie_8_0 #calendar div.allday{
	right: 15px;
}
.msie_8_0 #calendar div.headers div.dates {
	right: 15px;
}
	
/*right side*/
		/*generic css*/
.groups {
	padding: 5px;
	background-color: #ffffff;
}
	.groups a {
		display: block;
		line-height: 16px;
		font: arial;
		font-size: 12px;
		color: #333333;
		text-decoration: none;
		padding: 2px;
		padding-left: 9px;
	}
		.groups a:visited {
			color: #333333;
		}
	.groups .odd {
		background-color: #f7f5f1;
	}
	.groups .add {
		background-image: url('../images/true.png');
		background-position: center right;
		background-repeat: no-repeat;
	}
	.groups .remove {
		background-image: url('../images/false.png');
		background-position: center right;
		background-repeat: no-repeat;
	}

.AdWidget .content {
	padding: 10px;
	background-color: #ffffff;	
}
	.AdWidget .content a.readmorelink {
		float:right;
		padding-top:20px;
	}
	.AdWidget .content .clear {
		clear:both;
	}


	
/*Other*/

/*Forgot password*/
#MemberLoginForm_LostPasswordForm fieldset {
	margin: 0px;
	padding: 0px;
}
#MemberLoginForm_LostPasswordForm  fieldset input, fieldset select, fieldset textarea, fieldset .text-parse .value {
	width:99%;
}
#MemberLoginForm_LostPasswordForm .action {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*REMOVE the timeline background temporarely*/
.Page #content #center, #content #leftWrapper {
	background-image: none;
}
.Page #content #center #centerContent {
	margin-top:0px;
}















button {
	text-shadow: 0px 1px 1px white;
	color: #464646;
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 12px;
	background: url(../images/buttons/button-normal.png) top left repeat-x #dbdbdb;
		text-align: center;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	background-position-y: 0;
}

button.searchBtns {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-image: none;
	background-color:#51524F;
	border:1px solid #51524F;
	color:#FFFFFF;
	font-family:"Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:1em;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	text-shadow:0 0px 0px transparent;
}


/* button groups below */

button.group-left {
	-moz-border-radius-bottomright: 0; 
	-moz-border-radius-topright: 0;
	-webkit-border-bottom-right-radius: 0; 
	-webkit-border-top-right-radius: 0;
	margin-right: 0;
}

button.group-middle {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin-left: -1px;
	margin-right: 0;
}

button.group-right {
	-moz-border-radius-bottomleft: 0; 
	-moz-border-radius-topleft: 0; 
	-webkit-border-bottom-left-radius: 0; 
	-webkit-border-top-left-radius: 0; 
	margin-left: -1px;
}

/* buttons with icon */

button.has_image {
	padding-left: 30px;
}

button img {
	display: inline;
	position: absolute;
	left: 18px;
}

/* buttons in modal dialogs have a different background */

div.dialog.modal button {
	background-image: url(../images/buttons/button-modal.png);
	border-color: #606060;
	color: #303030;
}


/* when buttons are hovered/active/disabled */

button:hover {
	color: #FFFFFF;
	background-color: #767775;
	border-color: #767775;
	background-position: left -33px;
}

button:active {
	border-color: #646464;
	text-shadow: none;
	color: white;
	background-color: #bbbbbb;
	background-position: left -65px;
}

button[disabled], button[disabled="disabled"] {
	color: #808080;
	background-color: #dddddd;
	border-color: #b3b3b3;
	background-position: left -98px;
	text-shadow: 0px 1px 1px white;	
}


/* big buttons */

button.big {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius:4px;
	background:#DBDBDB url(../images/buttons/greenbtnBakground.png) repeat-x scroll left top;
	background-image:url(../images/buttons/greenbtnBakground.png)!important;
	border:1px solid #5c7507;
	color:#464646;
	font-family:"Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:1.1em;
	padding:4px 12px;
	text-align:center;
	text-shadow:nonee;
	font-size:0.9em;
	margin:0 2px;
}

button.big:hover {
	background-position: left -69px;
	background-color: #eeffd2;
}

button.big:active {
	color: #75ad46;
	background-position: left -98px;
	background-color: #c8f19a;
}

button.big[disabled], button.big[disabled="disabled"] {
	background-position: left -148px;
	background-color: #dae2c8;
	color: #757575;
}

/* action buttons*/
input.action {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background-attachment:scroll;
	background-color:#96BF0D;
	background-position:left top;
	background-repeat:repeat-x;
	border:0 solid #5C7507;
	color:#464646;
	font-family:"Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:0.9em;
	margin:0 2px;
	padding: 2px 12px;
	padding-top: 3px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	cursor: pointer;
}
.msie input.action {
	line-height: 10px;
}
.msie_7_0 input.action {
	padding:4px 6px;
	padding-top: 5px;
}
.msie_8_0 input.action {
	padding-left:12px;
	padding-right:12px;
	padding-top: 8px;
	padding-bottom: 5px;
}
/* action buttons*/
input.action:hover {
	background-position: left -69px;
}

/* action buttons*/
input.action:active {
	color: #75ad46;
	background-position: left -98px;
	background-color: #c8f19a;
}

/* action buttons*/
input.action[disabled], input.action[disabled="disabled"] {
	background-position: left -148px;
	background-color: #dae2c8;
}	
	
/* small buttons */
button.small {
	padding: 2.5px 10px;
	font-size: 0.9em;
}
button.green {
	color: #ffffff;
	background-color: #88a120;
	border-color: #88a120;
	padding-top: 6px;	
	padding-bottom: 6px;;
}

div.dialog {
	z-index: 4998;
	background-color: #f3f3f3;
	background-repeat: repeat-x;
	background-position:center bottom;
	background-image: url(../images/dialogs/dialog-background.png);
	border-color: #c6c6c6;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 8px;
	-moz-box-shadow: 0 0 30px #909090;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 0 30px #909090;
	position: absolute;
	margin: 0;
	padding: 0;
}

/* modal dialogs */

div.dialog.modal {
	z-index: 5000;
	-moz-box-shadow: 0 0 10px #000000;
	-webkit-box-shadow: 0 0 10px #000000;
	
	background-color:#D3D3D3;
	background-image:url(../images/dialogs/dialog-modal-background.png);
	border-color: #f0f0f0;
	
	background-position: top left;
	background-color: #9c9c9c;
}

#modal-curtain {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4999;
    position: fixed;
    background-color: #111111;
}

/* dialog pointer elements */

div.dialog div.pointer {
	background: url(../images/dialogs/dialog-pointer.png) no-repeat;
	position: absolute;
	display: block;
}

div.dialog.modal div.pointer {
	background: url(../images/dialogs/dialog-modal-pointer.png) no-repeat;
}

div.dialog div.pointer.left {
	background-position: left center;
	margin-top: -20px;
	width: 20px;
	height: 40px;
	left: -20px;
	top: 50%;
}

div.dialog div.pointer.right {
	background-position: right center;
	margin-top: -20px;
	width: 20px;
	height: 40px;
	left: 100%;
	top: 50%;
}

div.dialog div.pointer.top {
	background-position: center top;
	margin-left: -20px;
	width: 40px;
	height: 20px;
	left: 50%;
	top: -20px;
}

div.dialog div.pointer.bottom {
	background-position: center bottom;
	margin-left: -20px;
	width: 40px;
	height: 20px;
	left: 50%;
	top: 100%;
}
/** {
	margin: 0;
	padding: 0;
}*/

.dialog input,
.dialog select,
.dialog textarea {
    user-select: text;
   -moz-user-select: text;
   -webkit-user-select: text;
}

div.dialog form {
	padding: 5px;
}

div.dialog form h1 {
	font-size: 1em;
	margin: 2px;
    padding: .2em 0;
    text-align: center;
    font-weight: bold;
}

fieldset {
    font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	padding: 5px;
    border: none;
}

fieldset button {
	margin: 0 2px;
	font-size: 0.9em;
}

fieldset table {
    width: auto;
    border-collapse: collapse;
}

fieldset table tr > * {
    padding: .2em 0;
    vertical-align: top;
}

fieldset table tr th {
    text-align: right;
    font-weight: normal;
    padding-left: .4em;
    padding-right: .2em;
}

.registrationbox  fieldset table tr input {
	width: 130px;
}


fieldset table tr th label {
    padding-left: 16px;
}

fieldset table tr th label.validation-failed {
    background-image: url(../images/icons/invalid.png);
    background-repeat: no-repeat;
    background-position: center left;
}

fieldset table tr td {
    padding-left: .2em;
    padding-right: 1em;
    vertical-align: middle;
}

fieldset table tr td:first-child {
    padding: .6em 0 .4em;
    text-align: center;
}

fieldset .text {
	font-size: 0.9em;
    margin: -.2em 0 .1em;
}

fieldset input {
    padding: .1em;
}

fieldset textarea {
    resize: none; /* vertical doesn't work */
}

fieldset input,
fieldset select,
fieldset textarea,
fieldset .text-parse .value {
    width: 97%;
    display: block;
    margin-left: 0;
    margin-right: -1em; /* IE7 */
}


/* ================ */
/* = Color Picker = */
/* ================ */

fieldset .color-picker {
    clear: left;
}

fieldset .color-picker .color {
    float: left;
    width: 1em;
    height: 1em;
    margin: 2px;
    border: 1px solid #222222;
   -moz-border-radius: .2em;
   -webkit-border-radius: .2em;
}

fieldset .color-picker .color:hover {
    opacity: .8;
}

fieldset .color-picker .color.selected {
    margin: 1px;
    border-width: 2px;
    border-color: #38A4FE;
}

/* =========== */
/* = Buttons = */
/* =========== */

fieldset .buttons {
    text-align: center;
}

fieldset a.button {
    top: 9px;
    cursor: pointer;
    margin: 2px 6px;
    padding: 15px 0 1px;
    position: relative;
    text-align: center;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    text-decoration: none;
    background-image: url('images/button-center.png');
    background-repeat: repeat-x;
    user-select: none;
   -moz-user-select: -moz-none;
   -webkit-user-select: none;
}



/* ====================== */
/* = Text Parse Control = */
/* ====================== */

fieldset .text-parse {
    margin: 0;
    padding: 0;
    position: relative;
    margin-top: -.6em;
}

fieldset .text-parse .value {
    z-index: 60; /* 1 skok */
    overflow: hidden;
    text-decoration: none;
}

/* Safari 4 and Firefox 3 @ OS X: */
fieldset .text-parse .value {
    top: 2px;
    left: 3px;
    right: 3px;
    bottom: 2px;
    height: 13px;
    cursor: pointer;
    font-size: 11px;
    font-style: normal;
    font-family: "Lucida Grande", sans-serif;
}

fieldset .text-parse .value:hover {
    text-decoration: underline;
}

fieldset .text-parse .value,
fieldset .text-parse input {
    color: #000000;
    position: absolute;
    background-color: #E8F3FF;
}

fieldset .text-parse input {
    top: 0;
    left: 0;
}


/* ========== */
/* = Dialog = */
/* ========== */
/*
.dialog {
    color: #1D1D1D;
    margin: -15px;
    padding: 15px;
    z-index: 9001;
    display: inline;
    position: fixed;
    font-size: 12pt;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dialog .top-left,
.dialog .top-right,
.dialog .bottom-left,
.dialog .bottom-right {
    background-repeat: no-repeat;
}

.dialog .top-center,
.dialog .bottom-center {
    background-repeat: repeat-x;
}

.dialog .center-left,
.dialog .center-right {
    background-repeat: repeat-y;
}

.dialog .top-left {
    margin-left: -15px;
    padding-left: 15px;
    background-image: url('images/dialog-top-left.png');
    background-position: top left;
}

.dialog .top-center {
    margin-top: -15px;
    padding-top: 15px;
    background-image: url('images/dialog-top-center.png');
    background-position: top center;
}

.dialog .top-right {
    margin-right: -15px;
    padding-right: 15px;
    background-image: url('images/dialog-top-right.png');
    background-position: top right;
}

.dialog .center-left {
    margin-left: -15px;
    padding-left: 15px;
    background-image: url('images/dialog-center-left.png');
    background-position: center left;
}

.dialog .center-right {
    margin-right: -15px;
    padding-right: 15px;
    background-image: url('images/dialog-center-right.png');
    background-position: center right;
}

.dialog .bottom-left {
    margin-left: -15px;
    padding-left: 15px;
    background-image: url('images/dialog-bottom-left.png');
    background-position: bottom left;
}

.dialog .bottom-center {
    margin-bottom: -15px;
    padding-bottom: 15px;
    background-image: url('images/dialog-bottom-center.png');
    background-position: bottom center;
}

.dialog .bottom-right {
    margin-right: -15px;
    padding-right: 15px;
    background-image: url('images/dialog-bottom-right.png');
    background-position: bottom right;
}

.dialog .inside {
    padding: 0 .6em;
    background-color: #F7F7F7;
    background-image: url('images/dialog-center-center.png');
}


/* ================ */
/* = Modal Dialog = */
/* ================ */

.dialog.modal {
    
}

/*.dialog.modal .top-left {
    background-image: url('images/dialog-modal-top-left.png');
}

.dialog.modal .top-center {
    background-image: url('images/dialog-modal-top-center.png');
}

.dialog.modal .top-right {
    background-image: url('images/dialog-modal-top-right.png');
}

.dialog.modal .center-left {
    background-image: url('images/dialog-modal-center-left.png');
}

.dialog.modal .center-right {
    background-image: url('images/dialog-modal-center-right.png');
}

.dialog.modal .bottom-left {
    background-image: url('images/dialog-modal-bottom-left.png');
}

.dialog.modal .bottom-center {
    background-image: url('images/dialog-modal-bottom-center.png');
}

.dialog.modal .bottom-right {
    background-image: url('images/dialog-modal-bottom-right.png');
}

.dialog.modal .inside {
    background-image: url('images/dialog-modal-center-center.png');
}
*//*
.modal-curtain {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
    position: fixed;
    background-image: url('images/modal-curtain.png');
}


/* ================== */
/* = Pointed Dialog = */
/* ================== */
/*
.dialog.pointed {
    z-index: 8999;
    position: absolute;
    font-size: 11pt;
}

.dialog .pointer {
    position: absolute;
    background-repeat: no-repeat;
}

.dialog .pointer.top,
.dialog .pointer.bottom {
    width: 100%;
    height: 16px;
    margin-left: -15px;
}

.dialog .pointer.left,
.dialog .pointer.right {
    width: 16px;
    height: 100%;
    margin-top: -15px;
}

.dialog .pointer.top {
    top: -9px;
    background-image: url('images/dialog-pointer-top.png');
    background-position: top center;
}

.dialog .pointer.left {
    left: -9px;
    background-image: url('images/dialog-pointer-left.png');
    background-position: center left;
}

.dialog .pointer.right {
    right: -9px;
    background-image: url('images/dialog-pointer-right.png');
    background-position: center right;
}

.dialog .pointer.bottom {
    bottom: -9px;
    background-image: url('images/dialog-pointer-bottom.png');
    background-position: bottom center;
}
*//* - - - - - MYSTUDY */

table.list {
	border:1px solid #A3A3A3!important;
}

table.list td {
	padding:3px;
}


.studybox {
	position:relative;
	width:95%;
	margin:0px auto;
	padding:10px;
	background:#FFFFFF;
	border:1px solid #a3a3a3;
    margin-top:20px;
}

.studybox a {
	color:#0A8414;
	text-decoration:underline;	
}

.half {
	width:40%;
}

.leftbox {
    float:left;
    margin-left:24px;
}

.rightbox {
	float:right;
	margin-right:24px;
}

.studybox .c1, .studybox .c2, .studybox .c3, .studybox .c4{
	position:absolute;
	width:3px;
	height:3px;
	line-height:3px;
}

.studybox .c1{
	top:-1px;
	left:-1px;
	background:url(/themes/onecal/images/corner_34.gif) no-repeat;
}

.studybox .c2{
	top:-1px;
	right:-1px;
	background:url(/themes/onecal/images/corner_37.gif) no-repeat;
}

.studybox .c3{
	bottom:-1px;
	left:-1px;
	background:url(/themes/onecal/images/corner_42.gif) no-repeat bottom;
}

.studybox .c4{
	bottom:-1px;
	right:-1px;
	background:url(/themes/onecal/images/corner_43.gif) no-repeat bottom;
}

.studybox select{
	background:#FFFFFF;
	border:1px solid #a3a3a3;
	width:100%;
	
	padding:2px 0px;
	
	text-align:left;
	color:#323232;
	
	margin:5px 0px;
}

.studybox tbody#courses select { /* fixing ie bug */
	width:130px;
	
}

.studybox thead{
	text-align:left;
}

.arrow{
	position:relative;
	margin:10px auto;
	width:10px;
}

.mystudybutton {
	position:relative;
	margin:10px auto;
	width:250px;
}

#try {
	margin-top:15px;
	margin-bottom:15px;
	font-size:16px;
	
}
body.EntrancePage {
	background-color: #CFE5F9 !important;
	overflow-y: auto !important;
	position: relative;
}
.EntrancePage .loginform.contentBox{
	margin: 0px;
}

#subscription-selector .contentBox h2, .ContentSubHeader{
	background-image:url(../images/headeralt.png);
	color:#FFFFFF;
	display:block;
	font-size:14px;
	height:9px;
	line-height:12px;
	margin:0;
	padding:9px;
	text-transform:uppercase;
	color: #333333;
}
#subscription-selector .contentBox h2 a, .ContentSubHeader a {
	color: #333333;
}
.EntrancePage #studentBtn {
	display: block;
	height: 37px;
	font-size: 23px;
	background-image: url('../images/frontpageBlackBtn.png');
	width: 231px;
	float: left;
	padding-top:9px;
	margin-left: 10px;
	margin-top: 10px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}
.EntrancePage #logo {
	display: none;
}
.EntrancePage #header {
	height: 27px;
	background-image: url('../images/entrenceHeaderAlt.png')
}
.EntrancePage #TryhereBtn {
	display: block;
	height: 37px;
	padding-top:9px;
	font-size: 23px;
	background-image: url('../images/frontpageGreenBtn.png');
	width: 164px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	line-height:29px;
}

.EntrancePage #studentFrontPicture {
	height: 500px;
	width: 100%;
	background-image: url('../images/stickermand.png'); 
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

.EntrancePage #studentRegister {
	float: left;
	font-size: 12px;
}
.EntrancePage #studentRegister #studentRegisterInput {
	width: auto;
	display:inline;
	position: relative;
	top: 2px;
}

.EntrancePage  .nonStudenBox{
	height: 80px;
	margin-bottom: 20px;
	width: 420px;
}
.EntrancePage  .nonStudenBox .goRight{ float: right; text-align: right;}
.EntrancePage  .nonStudenBox #nonStudentRegister{ width:  164px; margin-top: 4px; font-size:12px; }
.EntrancePage  .nonStudenBox #nonStudentRegister #nonStudentRegisterInput{ position: relative; top: 2px; }
.EntrancePage  .nonStudenBox h2 {
	display:block;
	font-size:22px;
	margin-top:22px;
	text-align:right;
	margin-bottom: 20px !important;
}

.EntrancePage  .flashDescrip {
	font-weight: bold;
	margin-bottom: 15px;
	margin-left: 14px;}

.EntrancePage  .bubblebox {
	/*background-image:url(../images/seastian_2.png);*/
	background-image:url(../images/optimized_bubble.png);	
	background-repeat:no-repeat;
	bottom:40px;
	height:140px;
	margin-left:80px;
	padding-top:30px;
	position:absolute;
	right:-180px;
	/*text-align:center;*/
	top:50px;
	width:250px;
}

.EntrancePage  .bubblebox div {
	font-size:15px;
	font-weight:bold;
	line-height:18px;
	padding-left:54px;
}

#subscription-selector #next-button {
	float:right;
	margin:0;
	width:auto;
}
.EntrancePage #collapsedSelection {
	height: 510px;
	width:352px;
	position: relative;
}
.EntrancePage  #collapsedSelection br {
	display: none;
}

.EntrancePage #ELeft #leftHeader {
	margin-bottom: 15px;
	margin-left:24px;
}
.EntrancePage #ELeftImage {
	background-image: url('../images/forsideIllistration.png');
	width: 445px;
	height: 265px;
	margin-bottom: 20px;
	display: none;
}

#subscription-selector {
	float:left;
	width:100%;
}
.EntrancePage #content #center #centerContent {
	padding: 0px;
	margin:10px 0 0;
}
.EntrancePage  #content #contentWrapper  {
	width:100%;
	background-image: url('../images/sebastian.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 27px;
	margin-top: 0px;
	height:780px;
}	
	.EntrancePage  #content #contentWrapper .pageHeader {
		display: none;
	}

	.EntrancePage  #content #center  {
		width:970px;
		background-image: none;
		float: none;
		display: block;
		margin: auto;
		position: static
	}
	.EntrancePage #content #contentSuperWrapper  {
		background-image: none;
	}

	.EntrancePage  #footer  {
		position: static;
		margin: auto;
		background-image: url('../images/entrenceFooterBg.png');
		display:table-row;
		width: 100%;
		height: 20px;
		background-repeat: repeat-x;
	}
	.EntrancePage  #footer #footerMenu, .EntrancePage  #footer #rights  {
		background-image: none;
		color: #A2BD30;
	}
	.EntrancePage  #Remember  {
		position: relative;
		height: 20px;
	}
		.EntrancePage  #Remember  input  {
			position: absolute;
			width: 10px;
			left: 1px;
		}
		.EntrancePage  #Remember  label {
			font-size:12px;
			left:21px;
			position:absolute;
			top:2px;
		}
		.EntrancePage  p {
			margin: 0px;
		}
		.EntrancePage .Actions {
			position: absolute;
			bottom: 0px; 
			right: 0px;
			left: 0px;
		}
			.EntrancePage .Actions p {
				position: absolute;
				bottom: 5px;
				right: 0px;
				margin: 0px;
				font-size: 12px;
			}
	
.EntrancePage .login {
	position: relative;
	height: 70px;
	margin-bottom: 13px;
	margin-top: 10px;
}
.EntrancePage .login #Email {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 24px;
}
.EntrancePage .login #Password {
	position: absolute;
	top: 24px;
	left: 0px;
	right: 0px;
	height: 20px;
}
.EntrancePage .login #Remember {
	position: absolute;
	bottom: -2px;
	left: 0px;
	right: 0px;
	height: 24px;
}

.EntrancePage .login #Email label, .EntrancePage .login #Password label{
	float: left;
	font-size: 18px;
	font: arial;
	color: #575759;
}
.EntrancePage .login #MemberLoginForm_LoginForm_action_dologin  {
	position: absolute;
	bottom: 24px;
	right: 0px;
}
.msie_8_0 .EntrancePage .login #MemberLoginForm_LoginForm_action_dologin  {
	position: absolute;
	bottom: 23px;
	right: 0px;
}
.EntrancePage .login .middleColumn  {
	float: right;
	margin-right: 80px;
}
.EntrancePage .login .middleColumn input {
	width: 223px;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	height: 17px;
	line-height: 17px;
	border: 1px solid #a1cbc9;
	position: absolute;
	right: 80px;
	top: 0px;
}

.EntrancePage #content {
	width: 100%;
	border: 0px;
	background-image: none;
}
.EntrancePage #ELeft {
	width: 540px;
	float: left;
	margin-bottom: 20px;
	padding-left: 10px;
}
	.EntrancePage  #flashContainer {
		height:310px;
		width:440px;
	}
	.EntrancePage  #textAndTry {
		margin-top: 0px;
	}
		.EntrancePage  #textAndTry li, .EntrancePage  #textAndTry ul  {
			margin: 0px; 
			padding: 0px;
			list-style-position:inside;
		}
		.EntrancePage  #textAndTry  ul {
			margin-bottom: 20px;
		}
	.EntrancePage  #topContent {
		height: 220px;
		width: 570px;
	}
	.EntrancePage #ELeft h2, .frontSubheader {
		margin: 0px;
		padding: 0px;
		color: #780082;
		font-weight:400;
	}
	.frontSubheader {
		margin-bottom: 8px;
	}
.EntrancePage #ERight {
	width: 420px;
	float: right;
}
.EntrancePage #EBottom {
	width: 820px;
	background-color: #ffffff;
	float: left;
}

.EntrancePage #contentBox {
	width: 100%;
}


#subscription-selector {
    margin: 0 auto;
    display: table;
    text-align: center;
}

#subscription-selector .throbber {
    margin: .5em auto;
    display: block;
}

#subscription-selector .choice_mode_tab {
    font-weight: normal;
}

#subscription-selector .choice_mode_tab.selected {
    font-weight: bold;
}

#subscription-selector > div {
    float: left;
    width: 100%;
    text-align: left;
	margin: 2px;
}

#subscription-selector > div h3 {
    text-align: center;
}

#subscription-selector > div input,
#subscription-selector > div select {
    width: 100%;
    display: block;
}

#subscription-selector #institutions {
    
}

#subscription-selector #fields {
    
}

#subscription-selector #choices {
    clear: left;
}
#institutionsWrapper {
	float: left;
} 
#subscription-selector #chosens {
	overflow: hidden;
}
#subscription-selector #chosensContent{
	/* TODO this is just temporary */
	overflow: auto;
	overflow-x: hidden;
	height: 200px;
}
.UserPage #subscription-selector #chosensContent{
	height: 150px;
}


#subscription-selector #chosensContent > ul {
    list-style-type: none;
	margin: 0px;
	padding:0px;
}

#subscription-selector #chosensContent > ul li {
    list-style-type: none;
}

#subscription-selector #chosensContent > ul li .choiseHeading {
	background:#555555 none repeat scroll 0 0;
	height:18px;
	margin-bottom:2px;
	width:100%;
}
#subscription-selector #chosensContent > ul li .choiseHeading h4 {
	color:#F5F5F5;
	font-size:8pt;
	margin:0;
	overflow:hidden;
	padding:0.2em 0.6em;
	float: left;
}

#subscription-selector #chosensContent > ul li .choiseHeading a {
	margin-right:8px;
	margin-top:	1px;
	color: 		inherit;
	float: 		right;
	font-size: 12px;
}

#subscription-selector #chosensContent > ul li ul.subchoices {
    padding: .4em;
    overflow: hidden;
    list-style-type: none;
}

#subscription-selector #chosensContent > ul li ul li:hover  {
	background-color:#88A120 !important;
	color:#FFFFFF;
}

#subscription-selector #chosensContent > ul li ul.subchoices li.odd {
   background-color:#F7F5F1 !important;
}
#subscription-selector #chosensContent > ul li ul.subchoices li.odd:hover {
	background-color:#88A120 !important;
	color:#FFFFFF;
}

#subscription-selector #chosensContent > ul li ul.subchoices li a {
	background-position:right 5px;
	background-repeat:no-repeat;
	display:block;
	margin-right:4px;
	text-decoration:none;
	height: 19px;
}
#subscription-selector #chosensContent > ul li ul.subchoices li a input {
	float: right; 
	width: auto;
	display: block;
}
/*
#subscription-selector #chosensContent > ul li ul.subchoices li a.selected{
	background-image: url("../images/false.png");
}
#subscription-selector #chosensContent > ul li ul.subchoices li a.unselected{
	background-image: url("../images/true.png");
}*/

#subscription-selector #chosensContent > ul li ul.subchoices li.selected a {
    color: #222222;
    padding: 3px 3px 1px 5px;
    border-color: #BBBBBB #DDDDDD #DDDDDD #BBBBBB;
    background-color: #EEEEEE;
}

#subscription-selector #chosensContent > ul li ul.subchoices li a:hover {
	background-color:#88A120 !important;
	color:#FFFFFF;
}

#subscription-selector #next-button {
    margin: 1em 0;
}
.EntrancePage #ELeft h2 { 
	margin-bottom: 5px !important;
	margin-left: 52px!important;
}

#subscription-selector #chosensContent > ul li ul.subchoices {
	margin: 0px; padding: 0px;
}
#subscription-selector #chosensContent > ul li ul.subchoices li {
	margin: 0px; padding: 0px;
}
#subscription-selector #choiceSearch { 
	width: 336px;
	background-image: url(../images/searchimage.png);
	background-position: center right;
	background-repeat: no-repeat;
}
.msie #subscription-selector #choiceSearch { width: 334px; }
#subscription-selector #choices select { width: 340px; }
#subscription-selector #fields select { width: 340px; }
.msie  #subscription-selector #institutions select { width: 408px; }

/*SMALL VERSION*/
.smallScreen.EntrancePage   #ELeft {
	width:480px;
}
.smallScreen.EntrancePage  #content #center {
	width:920px;
}
.smallScreen.EntrancePage  .bubblebox {
	right:-37px;
	top:-6px;
}
.smallScreen.EntrancePage  #studentFrontPicture {
	background-image: url('../images/stickermand_small.png');
}
.smallScreen.EntrancePage .flashDescrip {
	margin-bottom: 15px;
}
.smallScreen.EntrancePage #content #center #centerContent {
	margin-top: 0px;
}
.smallScreen.EntrancePage #ELeft #leftHeader {
	margin-bottom: 6px;
}
.smallScreen.EntrancePage .makeH2Space {
	margin-bottom: 15px !important;
}
.smallScreen.EntrancePage #textAndTry {
	margin-top:0px;
}
.smallScreen.EntrancePage .nonStudenBox h2 {
	margin-bottom: 15px !important;
}
.smallScreen.EntrancePage .login {
	width: 416px;
	margin-bottom: 5px;
}
.smallScreen.EntrancePage  #flashContainer {
	height: 245px;
}
.Event2Page #content #left #leftContent #leftContentWrapper #eventHeader {
	background-image: url('../images/powered-by-kultunaut.png');
}

.Event2Page #content #center #centerContent {
	padding-top:0px;
}

/*
.Event2Page #maincontent img{
	width: 472px;
}
*/
	.Event2Page #maincontent .locationdescription img, #maincontent ul img, #maincontent div img{
		width: auto;
	}
		.Event2Page #maincontent ul {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
			padding-left: 7px;
			padding-right: 7px;
		}
		.Event2Page #maincontent ul.providerlist {
			padding-top:7px;
		}		
		.Event2Page #maincontent ul.eventlist .odd {
			background-color: #F7F5F1;
		}

	
.groups {
	margin: 0px;
}
.Event2Page .groups li {
	list-style-type: none;
	position: relative;
}
.Event2Page .groups .locationdetails {
	display: block;

/*	padding-right: 15px; */	
}
	.Event2Page .groups .locationdetails:hover, 
	.Event2Page .groups .categorydetails:hover, 
	.Event2Page .groups .providerdetails:hover, 
	.Event2Page #maincontent .itemHeader:hover, 
	.Event2Page .groups .eventdetails:hover,
	.Event2Page .groups .eventlink:hover,
	.Event2Page .groups .nolink:hover 	 	 
	  {
		background-color: #88A120;
		color: #FFFFFF;
	}
	
	.Event2Page .searchedevents a.locationdetails:hover {
		text-decoration:underline;
	}



.Event2Page #favorites .groups .removelocsubscription {
	position: absolute; 
	right: 0px;
	top: 0px;
}
.Event2Page #SearchNavigate {
	background-color:#F7F5F1;
}
.Event2Page #content {
	background-color: #f2f0ea;
}
.Event2Page #content #center #centerContent .left{
	width: 474px;
	float: left;
}
.Event2Page #content #center #centerContent .right{
	width: 295px;
	float: right;
}
.Event2Page #content #center #centerContent #eventsearch {
	padding: 10px;
/*	width: 460px; */
	width:280px;
}
	.Event2Page #eventsearchInputBlock {
		height: 34px;
		padding-bottom:5px;
	}
		.Event2Page #eventsearchinput {
			border:1px solid #cbcac1;
			background-color: #f2f0ea;
			margin:0;
			padding:0;
			
			/*width:365px;*/
			width:180px;
			
			float: left;
			font-size: 18px;
			color: #92918e;
			padding-left:5px;
			padding-top:4px;
			height: 27px;
		}
		.Event2Page #eventsearchsubmit {
			float: left;
			margin-left: 5px;
			width: 83px;
		}
.Event2Page #eventsearchTypeBlock {
	height: 25px;
	text-align:center;
}
.Event2Page #eventNavBlock {
	height: 35px;
	padding-top:10px;
	width:474px;
	text-align: center;
}
	.Event2Page  #eventNavBlock  #eventsearchprev {
		float: left;
	}
	.Event2Page  #eventNavBlock  #eventsearchnext {
		float: right;
	}
	.Event2Page  #searchResultText {
		display:block;
		float:left;
		text-align:center;
	}


.Event2Page #maincontent {
	min-height:400px;
}

	.contentBox h2.events {
		background:none;
		color:#000000;
		display:block;
		font-size:14px;
		height:14px;
		line-height:14px;
		margin:0;
		padding:9px;
		padding-top:16px;
		text-transform:none;
	}
		.contentBox h2.events a {
			color:#000000;
		}

	.Event2Page .contentBox h3 {
		margin:25px 9px 4px;
	}

	.Event2Page #maincontent .odd span {
		background-color: #f7f5f1;
		/*width: 100%*/
	}
	.Event2Page #maincontent hr {
		margin-left: 10px;
		margin-right: 10px;
	}
		.Event2Page #maincontent .itemHeader a, .Event2Page .groups a.eventdetails {
			padding:5px;
		}
		.Event2Page #maincontent .itemHeader input {
			margin:5px;
		}
		
	.Event2Page #maincontent .info {
		border-bottom: 		1px solid #CCCCCC;
		padding-bottom: 	5px;
		float: right;
		font-size: 12px;	
	}

	.Event2Page #maincontent .locationdescription {
		font-size: 12px;
		padding:10px;
	}
		.Event2Page #maincontent .locationdescription  em{
			/*font-weight: bold;*/
		}
		.Event2Page #maincontent a.subscribelocation, .Event2Page #maincontent a.removelocsubscription {
			text-decoration:none;
		}
		.Event2Page #maincontent a.subscribelocation span, .Event2Page #maincontent a.removelocsubscription span {
			text-decoration:underline;
		}
		
		/*
		.Event2Page #maincontent a.subscribelocation  {
			margin-top:10px;
			border-top:1px solid #CCCCCC;
			border-bottom:1px solid #CCCCCC;
			color:#A2BD30;
			display:block;
			padding:5px;
		}
		*/
		
	.Event2Page #maincontent .providerdescription {
		font-size: 12px;
		padding:10px;
	}
	.Event2Page #maincontent ul.providerlist a {
		/*padding:0px;*/
	}

.Event2Page #content #left #leftContent #leftContentWrapper #eventHeader {
	border-bottom: 1px solid #cbcac1;
}

.Event2Page #content #contentWrapper {
	background-image: none;
}
.Event2Page #content #center {
	top: 55px;
}


.Event2Page .locationimage {
	padding:5px;
}



/*
.Event2Page #content {
	width:1100px;
	min-height:700px;
	border-right:1px solid #6c6c6c;	
	border-bottom:1px solid #6c6c6c;
	background:#EEEDE9;	
}
.Event2Page #center {
	background:none;
	width:900px;	
}

.Event2Page .mainleft {
	float:left;
	width:600px;
}
.Event2Page .mainright {
	float:right;
	width:245px;
	margin:5px;
}


.Event2Page #maincontent {
	min-height:300px;
	font-size:13px;
}

.Event2Page #maincontent img {
	border:0px;
}

.Event2Page #maincontent h2 {
	border-bottom:1px solid #C7C7C7;
	font-size:20px;
	margin-bottom:11px;
}



.Event2Page #maincontent .locationdescription {
	float:left;
	padding-left:10px;
}

.Event2Page #maincontent .locationdescription a {
	font-size:13px;
	color:#000;
	text-decoration:none;
	
}


.Event2Page #maincontent .eventlist {
	padding-left:5px;
}


.Event2Page #maincontent .eventlist li {
	list-style:none;
	padding-bottom:22px;
}

.Event2Page #maincontent .eventlist li a {
	font-size:13px;
}

*/

/* #weekflow *//*
	.Event2Page #weekflow {
		height:40px;
		width:100%;
		border-bottom:1px solid #6c6c6c;
	}
*/

/* #left *//*
	.Event2Page #left {
		background:none;
		border:none;
		margin-right:5px;
		margin-left:5px;
	}

*/
/* #favorites *//*
	.Event2Page_left #favorites {
		overflow:auto;
	}




/* ??? *//*
.eventdetails .hidden {
	display: none;
}
*/
.ad {
	overflow-x: hidden;
}
	.ad img {
		width: 100%;
	}
/* .box 
	.Event2Page .box {
		-moz-border-radius: 3px;
		border:1px solid #6c6c6c;
		background:#c7c7c7;
		margin-bottom:5px;
		margin-top:5px;
		padding:5px;
	}
	.Event2Page .box h2  {
		font-size:14px;
	}
	.Event2Page .box ul {
		padding-right:5px;
		list-style:none;
	}
	.Event2Page .box li {
		padding-left:5px;
		padding-bottom:3px;
	}
	.Event2Page .box li.odd {
		background:#F2F2F2;
	}
	.Event2Page .box li a {
		color:#000;
		font-size:11px;
		text-decoration:none;
	}

	/* #left .box 
	.Event2Page #left .box {
		-moz-border-radius: 0px;		
	}

	/* .favbox 
		.Event2Page #favorites img {
			float:right;
			border:none;
			padding-top:4px;
			padding-right:4px;
		}

	/* .catbox 
		.Event2Page .catbox ul {
			list-style: none;
			padding-left:3px;
			padding-bottom:3px;
		}
		.Event2Page .catbox ul li {
			font-size:11px;
			padding-bottom:3px;
		}
		.Event2Page .catbox ul li a:hover{
			text-decoration:underline;
		}
	
	/* #center .box
	.Event2Page #center .box {
		background:#fff;		
	}
	
	/* partnerpresentation 
	.Event2Page #partnerpresentation {
		text-align:right;
	}
	.Event2Page #partnerpresentation img {
		border:0px;
	}
		/*#toplocationscloud*/
.Event2Page	#cloud {
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		font-style: normal;
		font-weight: normal;
		display: block;
		text-transform: uppercase;
		position: relative; 
		/*
		width: 472px; 
		height: 120px;
		*/
		width:295px;
		height:295px; 	
	}

.Event2Page	#cloud a {
		padding: 0px;
		margin: 0px;
		position: absolute;
		display: block;
		z-index: 100;
		text-decoration:none;	
}

.Event2Page #cloud	.size-1 {
		font-size: 20px;
		color: #becf59;
	}

.Event2Page #cloud	.size-2 {
		font-size: 18px;
		color: #3e6aa6;
	}

.Event2Page #cloud	.size-3 {
		font-size: 16px;
		color: #7b0081;
	}

.Event2Page #cloud	.size-4 {
		font-size: 14px;
		color: #4b7c41;
	}

.Event2Page #cloud	.size-5 {
		font-size: 12px;
		color: #3e6ba6;
	}

.Event2Page #cloud	.size-6 {
		font-size: 10px;
		color: #4b7c41;
}


.Event2Page	#cloud a:hover {
	color: #7f7f7f;
}.FaqPage ul li {
	list-style-type: none;
}

.UserPage h2 {
	font-size:15px;
	padding:15px 0 0;
	text-transform:uppercase;	
}

.UserPage #Form_UserForm {
	width:550px;
}

.UserPage #Form_UserForm input.text {
	width:550px;
}


.UserPage #Form_UserForm #Form_UserForm_error.good{
	color:green;
}

#InstitutionsForm_InstitutionsForm_error, 
#ChangeLoginForm_ChangeLoginForm_error, 
#FavoritesForm_FavoritesForm_error, 
#ChangeLoginPasswordForm_ChangePasswordForm_error {
	border:dotted green 2px;
}



.UserPage #Form_UserForm input {
	width:auto;
}



.UserPage .middleColumn {
	clear:left;
	display:block;
	margin:0px 10px 10px 0;
	padding:4px;
	padding-left: 0px;
}

.UserPage .Actions {
	padding: 5px;
	height: 20px;
	width: 558px;
	margin-bottom: 20px;
	
}
	.UserPage .Actions input{
		float: left;
	}
.UserPage #Registered {
	display: block;
	position: relative;
	height: 20px;
	
}
	.UserPage #Registered input {
		position: absolute;
		left: 0px;
	}
	.UserPage #Registered label {
		position: absolute;
		left:18px;
		top: -1px;
	}
	.UserPage fieldset {
		border: 0;
		font-family: sans-serif;
		font: arial;
	}
	.UserPage  #Form_UserForm_SecurityID {
		display: none;
	}


/* favorites */

.UserPage #Form_FavoritesForm input {
	width:auto;
	float:left;
}
.UserPage #Form_FavoritesForm .right {
	padding-left:16px;
}




/*subscriptions*/
.UserPage  #subscription-selector #institutionsWrapper {
	width: 344px;
}
.UserPage  #subscription-selector #institutionsWrapper #save-button {
	width: auto;
	margin-bottom:10px;
}
.msie.UserPage  #subscription-selector #institutionsWrapper #save-button {	margin-bottom:0px;}
.UserPage  #subscription-selector #fields select {
	width: 100%;
}
.UserPage  #subscription-selector #institutionsWrapper br {
	display: none;
}

.UserPage  #subscription-selector #choiceSearch { width: 328px;}
.UserPage.msie #subscription-selector #choiceSearch { width: 326px;}
.UserPage.safari #subscription-selector #choiceSearch { width: 325px;}
.UserPage  #subscription-selector #choices select { width: 100%;}
.UserPage  #subscription-selector #institutions select { width: 100% !important;}

.msie.UserPage  .choiseHeading a {
	color:inherit;
	float:right;
	font-size:12px;
	margin-right:24px !important;
	margin-top:1px;
}













