@charset "utf-8";
/* CSS Document */
*{outline:none;}
body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	color: #000;
	font-size: 14px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img{border:none;}

input, textarea, select {font:12px Arial; margin:0; padding:0;}
input[type="button"], input[type="reset"], input[type="submit"] {cursor:pointer;}

.wrapper {
	max-width: 960px;
	margin: 0 auto;
	padding: 10px;
}
header_pw {
	width: 100%;
	float: left;
	background: url(../images/header_bg.jpg) left top no-repeat;
	min-height: 95px;
	font-size: 27px;
	font-weight: bold;
	text-transform: uppercase;
	color: #232323;
	margin-bottom: 10px;
}
.ie8 .header_pw {
	width: 100%;
	float: left;
	min-height: 95px;
	font-size: 27px;
	font-weight: bold;
	text-transform: uppercase;
	color: #232323;
	margin-bottom: 10px;
}
header_pw .logo, .ie8 .header_pw .logo {
	float: left;
	padding: 0 0 0 14px;  /*top:15*/
    line-height: 95px; /* vertically center the logo and text */
}
header_pw .logo a, .ie8 .header_pw .logo {
	text-decoration:none;
	color: #232323;
}
.body_section {
	float: left;
	width: 100%;
	position: relative;
}
.left_section {
	width: 197px;
	float: left;
	border: 1px solid #353535;
	background: #f1efed;
	font-size: 13px;
	/*color: #000;*/
	min-height: 642px;
	position: relative;
	clear:both;
}
.left_section .login_box {/* fallback */
	background-color: #4a4a4a;
	/*background: url(../images/login_box_bg.jpg);*/
	background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1d1d1d), to(#4a4a4a)); /* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #4a4a4a, #1d1d1d); /* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #4a4a4a, #1d1d1d); /* IE 10 */
	background: -ms-linear-gradient(top, #4a4a4a, #1d1d1d); /* Opera 11.10+ */
	background: -o-linear-gradient(top, #4a4a4a, #1d1d1d);
	padding: 10px 2% 6px 5%;
	width: 93%;
	font-size: 10px;
	line-height: 10px;
	color: #f3f2f2;
	float: left;
}
.left_section h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0;
	color: #f3f2f2;
	position: relative;
}
.left_section h3 a {
	color: #f3f2f2;
	text-decoration: none;
	display: block;
}
.left_section h3 a.leftnav-primary {
	line-height:17px !important;
	margin-right:14px;
	padding-top:8px;
	padding-bottom:8px;
}

.logout {
	float: left;
	margin-top:5px;
	font-weight:bold;
}
.logout a{
	float:right;
	border: 1px solid #4a4a4a;/* fallback */
	background-color: #cdcdcd;
	/*background: url(../images/login.jpg);*/
	background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa), to(#cdcdcd)); /* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #cdcdcd, #fafafa); /* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #cdcdcd, #fafafa); /* IE 10 */
	background: -ms-linear-gradient(top, #cdcdcd, #fafafa); /* Opera 11.10+ */
	background: -o-linear-gradient(top, #cdcdcd, #fafafa);
	font-size: 12px;	
	padding: 6px 6px;	
	color: #3f3f3f;
	text-decoration:none;
}

.accordion_box {
	float: left;
	width: 197px;
}
.accordion_box h3 {
	float: left;
	width: 179px;
	padding: 0 9px;
	margin: 1px 0 0;
	line-height: 33px;/* fallback */
	background-color: #4a4a4a;
	/*background: url(../images/black_gradient.jpg);*/
	background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1d1d1d), to(#4a4a4a)); /* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #4a4a4a, #1d1d1d); /* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #4a4a4a, #1d1d1d); /* IE 10 */
	background: -ms-linear-gradient(top, #4a4a4a, #1d1d1d); /* Opera 11.10+ */
	background: -o-linear-gradient(top, #4a4a4a, #1d1d1d);
}
.accordion_box .accord_box {
	float: left;
	width: 80%;
	display: none;
	padding: 5% 10%
}
.accord_box.active {
	display: block;
}
.accordion_box h3 .down_arrow {
	float: right;
	position: absolute;
	right: 14px;
	top: 0px
}
.accordion_box h3 .up_arrow {
	float: right;
	display: none;
	position: absolute;
	right: 14px;
	top: 0px
}
.accordion_box h3.active .down_arrow {
	float: right;
	display: none;
}
.accordion_box h3.active .up_arrow {
	float: right;
	display: block;
}
.accordion_box .accord_box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.accordion_box .accord_box li a {
	color: #000;
	list-style: none;
	text-decoration: none;
	padding: 5px 0 5px 5px;
	display: block;
	line-height: 15px;
}
.accordion_box .accord_box li a:hover {
	background: #e2dddb;
}
.accordion_box .accord_box li a.active {
	text-decoration:underline;	
}
.right_section {
	margin:0 0 0 211px;
}
.right_section .big_block {
	float: left;
	width: 99.7%;
	/*border: 1px solid #1d1d1d;*/
	margin-bottom: 12px;
}
.right_section .ContentBorder {
	border: 1px solid #1d1d1d;
}

.right_section .head_section {
	float: left;
	width: 100%;/* fallback */
	background-color: #4a4a4a;
	/*background: url(../images/black_gradient1.jpg);*/
	background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1d1d1d), to(#4a4a4a)); /* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #4a4a4a, #1d1d1d); /* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #4a4a4a, #1d1d1d); /* IE 10 */
	background: -ms-linear-gradient(top, #4a4a4a, #1d1d1d); /* Opera 11.10+ */
	background: -o-linear-gradient(top, #4a4a4a, #1d1d1d);
	color: #f3f2f2;
}
.right_section .head_section h3 {
	font-size: 14px;
	padding: 0 0 0 1%;
	line-height: 34px;
	margin: 0;
}
.right_section .block_body {
	float: left;
	padding: 1.1% 1.2% 1.2%;
	background: #f1efed;
	width: 97.6%;
	font-size: 12px;
}
.right_section .block_body h4 {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin: 0 0 10px;
}

.right_section .block_body.tabular_data {
	float: left;
	padding: 0;
	background: #fbf9f9;
	width: 100%;
	font-size: 12px;
	overflow-y: auto;
}

.right_section .box .tabs-homework-terms {
	background: #fff;
	/*border: 1px solid #e2dddb;*/
}

.right_section .box {
	float: left;
	width: 48.3%;
	margin-right: 1.7%;
	/*border: 1px solid #e2dddb; */
	background: #fbfafa;
	min-height: 220px;
	overflow-y: auto;
	overflow-x: hidden;
}
.right_section .box.last {
	margin-right: 0;
	max-height: none;
	min-height: 0;
}
.right_section .box.full-width, .right_section .box.last.full-width {
	width:100%;
}
.right_section .box ul {
	list-style: none outside none; 
	display: block;
	margin: 0;
	padding: 0; 
	width: 99.4%;
}
.right_section .box ul li {
	display: block;  
	line-height: 26px;
	padding-left: 8px;
}
.right_section .bullets ul li {
	display: list-item; 
	list-style: disc inside none;
}
.right_section .box ul ul ul, .right_section .box ul li div ul {
	list-style: disc inside;
	padding-left:15px;	
	display:inline-block;
	max-width: 97%;
}
.right_section .box ul ul ul li, .right_section .box ul li div ul li {
	display:list-item;
}
.right_section .box img {
	line-height: 16px;
}
.right_section .box li.odd {
	background-color: #ece9e7;
}
.right_section .box.last, .right_section .box.nobg {
	background: none;
	border: none;
	overflow: visible;
}
.right_section .box .tabs {
	float: left;
	width: 100%;
	line-height: 33px;
	margin-bottom: -1px;
	position: relative;
	z-index: 10
}
.right_section .box .tabs li {
	float: left;
	padding:0 0 0 0;
	width:auto;
}
.right_section .box .tabs li.last {
	padding:0;
}
.right_section .box .tabs a {
	line-height: 29px;
	text-decoration: none;
	padding: 0 7px;
	text-decoration: none;
	color: #1d1d1d;
	font-weight: bold;
	background: #e2dddb;
	border-left: 1px solid #e2dddb;
	border-right: 1px solid #e2dddb;
	font-weight: normal;
	float: left;
	/*margin-top: 6px;*/
	font-size: 12px;
}

.right_section .box .tabs .ui-tabs-selected a{
	color: #1d1d1d;
	font-weight: normal;
	line-height: 27px;
	margin-top: 0;
	background: #fff;
	/*border: 1px solid #e2dddb;*/
	border-bottom: 1px solid #fbfafa;
}
.right_section .tabs a:hover {
	background: #222;
	color:#fff;
}
.right_section .box .tabs .ui-tabs-selected a {
	font-weight: bold;
}
.right_section .box .tabs_body {
	float: left;
	width: 100%;
	border: 1px solid #e2dddb;
	background: #fbfafa;
	/*max-height: 169px;*/
	min-height: 169px;
	overflow-y: auto;
	padding: 8px 0;
}
.right_section .box .tabs_body dl {
	float: left;
	width: 100%;
}
.right_section .box .tabs_body dt {
	float: left;
	clear: both;
	width: 24%;
	text-align: right;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 18px;
}
.right_section .box .tabs_body dd {
	float: right;
	width: 73%;
	margin: 0;
	padding: 0;
	line-height: 18px;
}

th a{text-decoration:none;}

.right_section .buttons_row {
	float: left;
	width: 100%;
	min-height: 27px;
	max-height: 27px;
	padding-left:1px;
	margin-top:10px;
}
.right_section .big_block .buttons_row {
	padding-left:3px;
}
.graybutton {
	float: left;
	margin-right: 3px;
	border: none;
	text-decoration: none;/* fallback */
	background-color: #fafafa;
	/*background: url(../images/gray_grad5.jpg);*/
	background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cdcdcd), to(#fafafa)); /* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #fafafa, #cdcdcd); /* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #fafafa, #cdcdcd); /* IE 10 */
	background: -ms-linear-gradient(top, #fafafa, #cdcdcd); /* Opera 11.10+ */
	background: -o-linear-gradient(top, #fafafa, #cdcdcd);
	font-size: 12px;	
	padding: 6px 14px;	
	color: #3f3f3f;
}
.printerbutton {
	/*padding: 4px 14px;*/	
}
a.printerbutton img {
	height:12px;
	vertical-align: middle;
}
.right_section .three_block {
	float: left;
	width: 32.33%;
	border: 1px solid #1d1d1d;
	margin-right: 1%;
	overflow:hidden; position:relative
}
.right_section .three_block .tabs_body {
	/*max-height: 227px;*/
	min-height: 227px;
}
.right_section .three_block.last {
	float: right;
	margin-right: 0;
}
.right_section .three_block .head_section h3 {
	line-height: 25px;
	font-size: 12px;
	/* fallback */
	background-color: #323232;
	/*background: url(images/linear_bg_2.png);*/
	background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#171717), to(#323232)); /* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #323232, #171717); /* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #323232, #171717); /* IE 10 */
	background: -ms-linear-gradient(top, #323232, #171717); /* Opera 11.10+ */
	background: -o-linear-gradient(top, #323232, #171717);
	padding-left:2%;
}
.right_section .three_block .box {
	float: left;
	width: 97%;
	max-width: 97%;
	margin: 1% 1% 1% 2%;
	max-height: 276px;
	min-height: 276px;
}
.right_section .three_block .block_body {
	background: #fbf9f9;
}
.three_block ul {
	float: left;
	width: 89%;
	padding: 1% 10% 0% 1%;
	list-style: none;
	margin: 0; /*max-height:213px;*/
	min-height: 203px;
	overflow-y: auto;
}
.three_block ul li {
	float: left;
	width: 100%;
	padding-bottom: 5%;
}
.right_section ul li ul.odd{
	background-color: #ded8d6;
}
div.lunch_group {
	padding-bottom:5px;	
}
.three_block ul li.date_divider {
	border-bottom: 2px solid #c0c0c0;
}
.three_block ul li.date_divider_last {
	border-bottom: 0;
}
.three_block ul li .date {
	display: block;
	padding: 5px 0 15px;
}
.three_block ul li .date.big {
	font-size: 14px;
}
.three_block ul li span.attendance_describe {
	font-weight: bold;
	font-style: italic;
}
.right_section .three_block .block_body .behavior_entry {
	padding-bottom:10px;	
	margin-bottom: 0;
}


.right_section .half_block {
	float: left;
	width: 48.8%;
	border: 1px solid #1d1d1d;
}
.right_section .half_block .tabs_body {
	/*max-height: 227px;*/
	min-height: 227px;
}
.right_section .half_block.last {
	float: right;
}
.right_section .half_block .head_section h3 {
	line-height: 25px;
	/* fallback */
	background-color: #323232;
	/*background: url(images/linear_bg_2.png);*/
	background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#171717), to(#323232)); /* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #323232, #171717); /* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #323232, #171717); /* IE 10 */
	background: -ms-linear-gradient(top, #323232, #171717); /* Opera 11.10+ */
	background: -o-linear-gradient(top, #323232, #171717);
	padding-left:2%;
}
.right_section .half_block .box {
	float: left;
	width: 98%;
	margin: 1%;
	max-height: 276px;
	min-height: 276px;
}
.right_section .half_block .box.last {
	max-height: none;
	min-height: 0;
}
.right_section .half_block .block_body {
	background: #fbf9f9;
}

/**GV 4/29**/
.right_section .global-top-tabs {
	float: left;
	width: 100%;/* fallback */
	/*background-color: #f1efed;*/
	/*background: url(../images/gray_grad1.jpg);*/
	/*background-repeat: repeat-x;*/ /* Safari 4-5, Chrome 1-9 */
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e4e3e1), to(#f1efed));*/ /* Safari 5.1, Chrome 10+ */
	/*background: -webkit-linear-gradient(top, #f1efed, #e4e3e1);*/ /* Firefox 3.6+ */
	/*background: -moz-linear-gradient(top, #f1efed, #e4e3e1);*/ /* IE 10 */
	/*background: -ms-linear-gradient(top, #f1efed, #e4e3e1);*/ /* Opera 11.10+ */
	/*background: -o-linear-gradient(top, #f1efed, #e4e3e1);*/
	line-height: 28px;
	margin-bottom: 10px;
}
.right_section .global-top-tabs a {
	line-height: 28px;
	/*text-decoration: none;
	padding: 0 10px;
	text-decoration: none;
	color: #fff;
	background: #323232;
	font-weight: normal;
	margin-right: 1px;
	float: left;*/
	/*margin-top: 3px;*/
	font-size: 14px;
}
.right_section .global-top-tabs li{position:relative; float:left;padding:0 10px;}
.right_section .global-top-tabs li:hover section {
	display:block;
}
.right_section .global-top-tabs li section {
	position:absolute; top:28px; left:0; display:inline-block; width:150px; z-index:100; display:none;
}
.right_section .global-top-tabs li section span {
	display:block; float:none;
}
.right_section .global-top-tabs li section span a, .right_section .global-top-tabs .ui-tabs-selected section span a {
	line-height:14px;
	text-decoration: none;
	padding: 8px 15px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	/*background: url(../images/ddown_sep.jpg) left bottom repeat-x #323232;*/
	background-color: #323232;
	font-weight: normal;
	margin-right: 1px;
	font-size: 12px;
	width:115px;
}
.right_section .global-top-tabs .ui-tabs-selected section span a:hover {
	font-weight: normal;
	background: #828383;
}
.right_section .global-top-tabs li section span.last a{
	background:#323232;
}
.right_section .global-top-tabs li:hover {
	background:#222;
}
.right_section .global-top-tabs li:hover a {
	font-weight:normal;
	color:#fff;	
}
.right_section .global-top-tabs li.ui-tabs-selected:hover {
	background:#fff;
}
.right_section .global-top-tabs li.ui-tabs-selected:hover a {
	font-weight:bold;
	color:#212121;	
}
.right_section .global-top-tabs .ui-tabs-selected a {
	font-weight: bold;
}
/**GV 4/9 END**/
.right_section .global-top-tabs ul {
	list-style:none;
	margin:0;
	padding:0;	
}

.bottom_block {
	position: absolute;
	bottom: 0;
	left: 18px;
	/*background: url(../images/sep.jpg) left top repeat-x;*/
	width: 160px;
	padding: 15px 0 0;
}
.bottom_block .newsletter {
	display: block;
	padding-bottom: 58px;
}
.bottom_block .newsletter a {
	background: url(../images/latest_news.jpg) left top no-repeat;
	border: none;
	width: 160px;
	height: 45px;
	padding:0;
	text-decoration:none;
}
.bottom_block a {
	padding: 0 15px 8px 0;
	display: inline-block;
}
.bottom_block a.last {
	padding-right: 0px;
}

.right_section .block_body td {
	/*line-height:26px;*/height:16px;
	padding:5px 0;
	text-align:left;
	vertical-align:top;
}
.right_section .block_body .scroll-pane-announcements-calendar td {word-wrap:break-word;}
.right_section .block_body tr.odd td {
	background-color: #ece9e7;
}

.right_section .tablesorter tr.head th{
	/* fallback */
	background-color: #fefefe;
	/*background: url(../images/gray_grad2.jpg);*/
	background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e8e8e8), to(#fefefe)); /* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #fefefe, #e8e8e8); /* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #fefefe, #e8e8e8); /* IE 10 */
	background: -ms-linear-gradient(top, #fefefe, #e8e8e8); /* Opera 11.10+ */
	background: -o-linear-gradient(top, #fefefe, #e8e8e8);
	line-height: 18px;
	font-weight: bold;
	text-align:left;
	color: #000000;
}
.right_section .tablesorter tr.head th a{
	color: #000000;
}

.nobrdr{border:none !important;}
.header .sort_arrow{background:url(../images/down_arrow_dark.png) left top no-repeat; width:9px; height:6px; display:none; margin: 0 0 2px 6px;}
.header.headerSortDown .sort_arrow{display:inline-block;}
.header .sort_arrow_up{background:url(../images/up_arrow_dark.png) left top no-repeat; width:9px; height:6px; display:none; margin: 0 0 2px 6px;}
.header.headerSortUp .sort_arrow_up{display:inline-block;}
table{width:100%; border-spacing:0; border-collapse:collapse;}
.tablesorter-header-inner {position:relative;}
.tablesorter-header-inner .sort_arrow_up{background:url(../images/up_arrow_dark.png) left top no-repeat; width:9px; height:6px; display:none;margin: 0 0 2px 6px;cursor:pointer;}
.tablesorter-header-inner .sort_arrow{/*position:absolute;*/background:url(../images/down_arrow_dark.png) left top no-repeat; width:9px; height:6px; display:none;cursor:pointer;/*top:8px;right:5px;*/margin: 0 0 2px 6px;}
.tablesorter-headerDesc .sort_arrow_up{display:none;}
.tablesorter-headerAsc .sort_arrow {display:none;}
.tablesorter-headerAsc .sort_arrow_up{display:/*inline-block*/none;}
.tablesorter-headerDesc .sort_arrow{display:/*inline-block*/none;}
.tablesorter-headerAsc .clicked .sort_arrow_up{display:inline-block;}
.tablesorter-headerDesc .clicked .sort_arrow{display:inline-block;}

.ui-tabs-hide {
	/*position: absolute;
	left: -10000px;
	display: block;*/
	display: none;
}

.right_section .box .gradient-row-bg li {
	min-height: 60px;
	/* fallback */
	background-color: #fff;
	/*background: url(../images/gray_grad3.jpg);*/
	background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f7f6f5), to(#fff)); /* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #fff, #f7f6f5); /* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #fff, #f7f6f5); /* IE 10 */
	background: -ms-linear-gradient(top, #fff, #f7f6f5); /* Opera 11.10+ */
	background: -o-linear-gradient(top, #fff, #f7f6f5);
}


.student {
	position: relative;
}
.student .student-tabs {
	position: absolute;
	top: 44px;
	left: 1%;
	width: 98%;
}
.student .big_block .block_body {
	padding-top: 50px;
}
.student_tab{width:100%;}

.right_section .box .inside_tab_content
{
	padding: 2px 0 28px;
	/*margin-bottom:-30px;*/
	/*width:359px;*/
	-webkit-overflow-scrolling:touch; 
	overflow:auto;
}


.tabs-class-info h2 {
	margin:35px 10px 10px 10px;
	font-size:16px;
	font-weight:bold;
}
	
.right_section .block_body table.freestyle {width:auto; margin:auto;}
.right_section .block_body table.freestyle tr td {
	height:auto;
	padding:2px;
	text-align:left;
	vertical-align:top;
}
.right_section .block_body table.freestyle tr td.data_label {
	text-align:right;
	font-weight:bold;
}

#ui-datepicker-div { display: none; }
input.datepick, input.datepick2 {
	margin-right:2px;	
	width:75px;
}
.ui-datepicker-trigger {padding-top:4px;}

.filter-spot {
	float: left;
	margin: 0 0 15px 15px;
}
.filter-spot.first {
	margin-left: 0;
}
.filter-spot-right {
	float: right;
	margin: 0 15px 15px 15px;
}

form.select-a-class {margin-bottom:12px;float:left;}

.filter-action-row-text {
	line-height:27px;	
}

.today-highlight {background-color:#FFFFCC;}


.class-detail-2-boxes {
	background: none;
	border: none;
	overflow: visible;
	float: left;
	width: 49%;
	margin-right: 0.5%;
}
.class-detail-2-boxes.last {
	margin-left: 0.5%;
	float:right;
}
.right_section .class-detail-2-boxes .ContentBackground2, .right_section .class-detail-1-box .ContentBackground2 {
	float:left;
	width:100%;
}
.right_section li .item_description {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 5px;
}
.right_section li .item_title, .right_section li .item_title a {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
	font-weight:bold;
}

.right_section .box .class-detail-2-boxes td {
	border-right: 1px solid #f1f0f1;
	/*line-height: 26px;*/height: 16px;
}
/**GV Rounded Corner Tab Fix**/
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-left, .ui-corner-bl, .ui-corner-tl, .ui-corner-br, .ui-corner-tr {border-radius:0 !important;}


/**GV Calendar Styles 4-24-13**/
.scroll-pane-calendar table {border-collapse: collapse;}
.scroll-pane-calendar td {border: 1px solid #000;}
.scroll-pane-calendar td div.evt_title {margin-top:2px;margin-bottom:3px;line-height:12px;border-bottom:1px dotted #000;}
.scroll-pane-calendar td div:nth-last-child(2) {border:none;} 
.scroll-pane-calendar td div.evt_title.list {border-bottom:none;} 
.scroll-pane-calendar td div.evt_msg {display:none;}
#tab-calendar-public .scroll-pane-calendar td div.evt_title.with_link:hover {text-decoration:underline;cursor:pointer;}
.scroll-pane-calendar table.calendar_calendar td div:first-child {font-weight:bold;}
.scroll-pane-calendar tr:first-child td {text-align:center;padding-left:0;font-weight:bold;}
.scroll-pane-calendar tr:nth-child(even) { background: #DDD; }
.right_section .block_body .scroll-pane-calendar table.calendar_list td { padding:3px; }
.right_section .block_body .scroll-pane-calendar table.calendar_calendar td { padding:2px; }

.calover h3 {color:#494848;}
.calendar_nav .filter-action-row-text form {position:relative;}
.calendar_nav .filter-action-row-text form input.datepick {margin-right:25px;}
.calendar_nav .filter-action-row-text form .ui-datepicker-trigger {position:absolute;right:0;top:2px;}
.calendar_nav .filter-action-row-text form .ui-datepicker-trigger:hover {cursor:pointer;}
#ui-datepicker-div {background:white;}
form.frm_week, form.frm_day {position:relative;}
form.frm_week img, form.frm_day img {position:absolute;right:0;top:2px;cursor:pointer;}
#ui-datepicker-div .ui-datepicker-buttonpane {display:none;}
#ui-datepicker-div button.ui-datepicker-current {display:none;}
#ui-datepicker-div.monthly table.ui-datepicker-calendar {display:none;}
#ui-datepicker-div.monthly .ui-datepicker-buttonpane {display:block;}

.redflag {color:#FF0000;}
.blueflag {color:#0000FF;}

body.ie8 .body_section {margin-top:10px;}
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	font-size: 11px;
}

/*GV Left Sidebar Fixes*/
/*.bottom_block2 {display:inline-block;margin-top:40px;padding:0 9px;text-align:center;}*/
/*.left_section {padding-bottom:250px;min-height:inherit;}*/
/*.bottom_block2 {display:inline-block;bottom:6px;left:0;padding:0 9px;position:absolute;text-align:center;}*/
/*.right_section {overflow:hidden;}*/
/*.bottom_block2 {bottom:8px;display:inline-block;left:6px;padding:0 9px;position:absolute;text-align:center;width:163px;}*/
/*.left_section {position:static !important;height:100%;}*/
/*#menu {padding-bottom:250px;}*/
/*#sidebar {position:static !important;}*/
.bottom_block2 {line-height:12px;font-size:10px;padding:inherit;background:none !important;display:inline-block;text-align:center;margin-top:40px;padding:0 2% 20px 2%;width:96%;}
.bottom_block2 .side_newsletter img {max-width:100%;}
.bottom_block2 .side_app {padding-top:5px;}
.bottom_block2 .side_app_get {font-size:12px;padding-bottom:2px;}
.bottom_block2 .side_app_logos img {max-height:30px;max-width:48%;}
.bottom_block2 .side_app_info {font-size:11px;padding-top:5px;}
.bottom_block2 .side_trust {padding-top:10px;}
.bottom_block2 .side_trust img {max-height:21px;max-width:48%;}

/*GV Truste Login Fixes*/
.home_trust {margin-top:10px;text-align: center;}
.home_trust img {max-width:94px;}

#choose_lang {
	float:right;
}
.choose_lang_left_nav {
	margin-top:5px;
}
#lang_select {
	padding:3px;	
}
#frm_lang {
	margin:0;padding:0;
}
#choose_lang_after {
	clear:both;
	height:5px;
}
#ical_checkboxes {
	margin:auto;
	width: 300px;
}
#ical_checkboxes div {
	text-align:left;
}
.iCALText {
	word-wrap: break-word;
	padding-top: 5px;
}
