/* CSS Document */

.roundcont {
	width: 200px;
	background:url(test/new_homepage/img/box_side_200.gif) repeat-y;
	margin:0px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	margin-bottom: 10px;
	text-align:left;
}

.roundcont p {
	margin: 0 10px;
	font-size:10px;
}

.roundcont ul {
	margin: 0 10px;
	font-size:10px;
}
.roundcont li {
	margin: 0 20px;
	font-size:10px;
}

.roundcont h1 {
	color:#FF0000;
	font-weight: bold;
	font-size:16px;
	margin: 0 10px;
	margin-bottom: 10px;
}

.roundcont h2 {
	color:#000000;
	font-weight: bold;
	font-size:14px;
	margin: 0px;
}

.roundtop { 
	background: url(test/new_homepage/img/box_top_200.gif) no-repeat top left; 
}

.roundbottom {
	background: url(test/new_homepage/img/box_bottom_200.gif) no-repeat top left; 
}

img.corner {
   width: 200px;
   height: 13px;
   border: none;
   display: block !important;
}

.col-one {
	float: left;
}

.col-one h1 {
	font-size:16px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left:0px;
	margin-right:0px;
	padding-left: 0px;
	text-align: left;
	display: block;
	background:#FF0000;
	color:#FFFFFF;
}

.col-one h1 b{
	font-weight:bold;
	display: block;
	background: url(images/img/banner_cap.gif) no-repeat top;
	padding-left: 5px;
	padding-top: 2px;
}

.col-two {
	float: left;
	text-align: center;
}

.col-three {
	float: right;
	text-align: center;
}

.three-cols {
}

.three-cols .col-one {
	width: 325px;
	padding-right: 15px;
}

.three-cols .col-two {
	width: 200px;
	padding-right: 5px;
}

.three-cols .col-three {
	width: 215px;
	padding-left: 0px;
}


img {
	border: none;
}

img.left {
	float: left;
	margin: 0 10px 10px 10px;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}


/* Homepage news item styles */
/* tweaked to eliminate all the weird spacing issues -- bhw jan 08 */

.postertext h1 {
	font-size: x-large;
	font-style: italic;
}

.postertext {
	font-size:14px;
	color:#FFFFFF;
	background: #000066;
}

.lvlmaindiv .two-cols .col-one .postertext p {
	margin-top: 0;
}

.previewtext {
	border: 0px dashed;
	width:248;
	clear:both;
}

.postertitle {
	background:#FFFFFF;
	margin-top: 5px;
}

.postertitle2 {
	background:#FF9933;
	margin-top: 5px;
}

.postertitle p {
	margin-bottom: 0;
}

.postertitle2 p {
	margin-bottom: 0;
}

.posterlink {
	display:block;
	text-decoration:none;
	position:relative;
}

.postertext a:visited {
	color : #FFFF33;
}

.postertext a:link {
	color : #FFFF33;
}

.postertext a:hover {
	color : #FFFF33;
}

.previewtext a:visited {
	color : #FFFF33;
}

.previewtext a:link {
	color : #FFFF33;
}

.previewtext a:hover {
	color : #FFFF33;
}

.posterlink img {
	float:right
}

.ws-title {
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	color:#333399;
}

UL.list1 {list-style: disc outside; color:#FFFFFF;
}

UL.list2 {list-style: circle outside; color:#FFFFFF;
}

/* CSS Styles for Handouts */

.handout h2 {
	width: 325px;
	font-size:13px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left:0px;
	margin-right:15px;
	padding-left: 0px;
	text-align: left;
	text-transform: uppercase;
	display: block;
	background: url(images/img/handout_body.gif);
	color:#FFFFFF;
}

.handout h2 b {
	font-weight:bold;
	display: block;
	background: url(images/img/handout_top_cap.gif) no-repeat top;
	padding-left: 0px;
	padding-top: 2px;
}

/* CSS Styles for CC Top Level Navigation Pages such as For Students */
.studentList {
	margin:0;
	padding:0;
	list-style: none
}

.studentList li {
	margin: 0;
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 12px;
	text-indent: 0em;
	padding-left: .8em;
	background-image: url(http://www.lawrence.edu/dept/student_dean/career/images/listarrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
}

.studentList a:visited {
	color:#666666;
}

/* CSS for Button Navigation */

#navbuttons a, #navbuttons a:active, #navbuttons a:visited
{
	padding: 0;
	display: block;
	text-decoration: none;
}

#navbuttons a:hover
{
	color: #000000;
	padding: 0;
	display: block;
	text-decoration: none;
}

.navbuttons li{
	display: inline;
}

ul#navbuttons {
	list-style: none;
	margin: 0px;
	padding: 0;
}

ul#navbuttons .left {
	float: left !important;
}

ul#navbuttons .right {
	float: right;
}

ul#navbuttons li { 
	display: inline;
	border-bottom: none;
}

ul#navbuttons li a { 
	display: block; 
	padding: 0;
}

#navigation ul li ul {
	border: none;
}

#navigation ul li ul li
{
	margin: 0px;
	font-weight: normal;
	margin-left: 10px;
	
	border-bottom: none
}

/* CSS for side by side navigation boxPurp*/

img.box1corner {
   width: 275px;
   height: 13px;
   border: none;
   display: block !important;
}

.boxPurp {
	position: relative;
	width: 275px;
	height: 135px;
	padding: 0px 2px 2px 2px;
	margin: 0px 2.5px 5px 2.5px;
	float: left;
	background: url(images/img/boxPurp_body.gif) repeat-y top;
}

.boxPurp h2 {
	color: #621f94;
	padding: 0px 20px 0px 3px;
	margin: 0px;
	background: url(images/img/boxPurp_top_cap.gif) no-repeat; 
	text-transform: uppercase;
}

.boxPurptop { 
	background: url(images/img/boxPurp_top_cap.gif) no-repeat; 
}

.boxPurpList {
	margin:0px;
	padding:0px;
	list-style: none;
}

.boxPurpList li {
	margin: 0px;
	margin-left: 3px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	text-indent: 0em;
	padding-left: .9em;
	background-image: url(http://www.lawrence.edu/dept/student_dean/career/images/box_listarrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
}

.boxPurpList a {
	color: #000099;
	text-decoration: none;
}

.boxPurpList a:visited {
	color: #621f94;
}

.boxPurpList a:hover {
	background-color: #621f94;
	color: #FFF;
	font-weight:bold;
}

/* CSS for side by side navigation boxGreen*/

img.boxGreencorner {
   width: 275px;
   height: 13px;
   border: none;
   display: block !important;
}

.boxGreen {
	position: relative;
	width: 275px;
	height: 135px;
	padding: 0px 2px 2px 2px;
	margin: 0px 2.5px 5px 2.5px;
	float: left;
	background: url(images/img/boxGreen_body.gif) repeat-y top;
}

.boxGreen h2 {
	color: #006666;
	padding: 0px 20px 0px 3px;
	margin: 0px;
	background: url(images/img/boxGreen_top_cap.gif) no-repeat; 
	text-transform: uppercase;
}

.boxGreentop { 
	background: url(images/img/boxGreen_top_cap.gif) no-repeat; 
}

.boxGreenList {
	margin:0px;
	padding:0px;
	list-style: none;
}

.boxGreenList li {
	margin: 0px;
	margin-left: 3px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	text-indent: 0em;
	padding-left: .9em;
	background-image: url(http://www.lawrence.edu/dept/student_dean/career/images/boxGreen_listarrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
}


.boxGreenList a {
	color: #000099;
	text-decoration: none;
}

.boxGreenList a:visited {
	color: #006666;
}

.boxGreenList a:hover {
	background-color: #006666;
	color: #FFF;
	font-weight:bold;
}

/* CSS for side by side navigation boxBlue*/

img.box1corner {
   width: 275px;
   height: 13px;
   border: none;
   display: block !important;
}

.boxBlue {
	position: relative;
	width: 275px;
	height: 135px;
	padding: 0px 2px 2px 2px;
	margin: 0px 2.5px 5px 2.5px;
	float: left;
	background: url(images/img/boxBlue_body.gif) repeat-y top;
}

.boxBlue h2 {
	color: #006699;
	padding: 0px 20px 0px 3px;
	margin: 0px;
	background: url(images/img/boxBlue_top_cap.gif) no-repeat; 
	text-transform: uppercase;
}

.boxBluetop { 
	background: url(images/img/boxBlue_top_cap.gif) no-repeat; 
}

.boxBlueList {
	margin:0px;
	padding:0px;
	list-style: none;
}

.boxBlueList li {
	margin: 0px;
	margin-left: 3px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	text-indent: 0em;
	padding-left: .9em;
	background-image: url(http://www.lawrence.edu/dept/student_dean/career/images/boxBlue_listarrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
}

.boxBlueList a {
	color: #000099;
	text-decoration: none;
}

.boxBlueList a:visited {
	color: #006699;
}

.boxBlueList a:hover {
	background-color: #006699;
	color: #FFF;
	font-weight:bold;
}

/* CSS for side by side navigation boxOrange*/

img.boxOrangecorner {
   width: 275px;
   height: 13px;
   border: none;
   display: block !important;
}

.boxOrange {
	position: relative;
	width: 275px;
	height: 135px;
	padding: 0px 2px 2px 2px;
	margin: 0px 2.5px 5px 2.5px;
	float: left;
	background: url(images/img/boxOrange_body.gif) repeat-y top;
}

.boxOrange h2 {
	color: #e77f11;
	padding: 0px 20px 0px 3px;
	margin: 0px;
	background: url(images/img/boxOrange_top_cap.gif) no-repeat; 
	text-transform: uppercase;
}

.boxOrangetop { 
	background: url(images/img/boxOrange_top_cap.gif) no-repeat; 
}

.boxOrangeList {
	margin:0px;
	padding:0px;
	list-style: none;
}

.boxOrangeList li {
	margin: 0px;
	margin-left: 3px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	text-indent: 0em;
	padding-left: .9em;
	background-image: url(http://www.lawrence.edu/dept/student_dean/career/images/boxOrange_listarrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
}


.boxOrangeList a {
	color: #000099;
	text-decoration: none;
}

.boxOrangeList a:visited {
	color: #e77f11;
}

.boxOrangeList a:hover {
	background-color: #e77f11;
	color: #FFF;
	font-weight:bold;
}

/* CSS for Brag Board additions */

		.highlight1     { color: #0000CC; margin: 0px; padding: 8px; }
        .highlight1 p   { font-weight: bold; font-size: 18px; }
        .highlight1 a   { color: #fff; background-color: #0000CC; padding: 20px 20px 20px 20px; border: 2px solid #000; }
        .highlight1 a:visited { color: #fff; }
        .highlight1 a:hover   { color: #0000CC; background-color: #fff; padding: 20px 20px 20px 20px; border: 2px solid #0000CC; }

		.highlight2     { color: #0000CC; margin: 0px; padding: 8px; }
        .highlight2 p   { font-weight: bold; font-size: 18px; }
        .highlight2 a   { color: #fff; background-color: #339900; padding: 20px 20px 20px 20px; border: 2px solid #000; }
        .highlight2 a:visited { color: #fff; }
        .highlight2 a:hover   { color: #339900; background-color: #fff; padding: 20px 20px 20px 20px; border: 2px solid #339900; }

/* CSS for LUWorks Login Icons */
.loginicon img {
	border: 0px;
	padding: 5px;
	
}

table.login {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	width: 620px;
	border: 1px;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 1px;
}
table.login td {font-size:9px;
}



