/* Start of CMSMS style sheet 'CollegesWeek-main' */
/* ------------------------------------------------------------ DOM elements style */
body {
	font-size:14px;
}

body * {
	font-family:Helvetica,Verdana,Arial;
	font-weight:normal;
	color:#9c9c9c;
	line-height:120%;
}

h1 {
	margin:4px 0;
}

h1, h1 * {
	color:#00B5CB;
	font-size:200%;
	font-weight:bold;
}

h2 {
	margin:4px 0;
}

h2, h2 * {
	color:#00B5CB;
	font-size:120%;
	font-weight:bold;
}

h3, h3 * {
	color:#FFFFFF;
	font-size:100%;
	font-weight:bold;
	margin:1px 0;
}

hr.dotted-0 {
	border-style:hidden;
	height:0;
	margin:0;
}

hr.dotted-1 {
	border-style:hidden;
	border-top-width:0px;
	border-top-style:dotted;
	border-top-width:1px;
	color:#9C9C9C;
	height:0;
	margin:0;
}

hr.margin-6 {
	margin:6px 0;
}

hr.margin-12 {
	margin:12px 0;
}

hr.margin-20 {
	margin:20px 0;
}

hr.margin-30 {
	margin:30px 0;
}

.left {
	float:left !important;
}

.right {
	float:right !important;
}

.v_separator {
	border-color:#9C9C9C;
	border-style:hidden;
	border-width:0px;
	border-left-style:dotted;
	border-left-width:1px;
	height:100%;
	margin:0px 6px;
	width:1px;
}

.hilight-1 {
	color:#00B5CB;
}

.hilight-2,
.searchhilite {
	background-color:#E5F3F7;
	color:#00B5CB;
	font-size:110%;
	padding:0 2px;
}

.hilight-3 {
	color:#00B5CB;
	font-weight:bold;
}


/* ------------------------------------------------------------ Main blocks style */
html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	background-color: #DBDBDB;
	background-image: url(images/CollegesWeekTheme/bg_body.jpg);
	background-position: top center;
	background-repeat:repeat-x;
}

#page_body {
	background-color:#FFFFFF;
	min-height:100%;
	margin:0 auto;
	padding-bottom:110px;
	position:relative;
	width:970px;
}

#page_body .shade_left {
	background-image:url(images/CollegesWeekTheme/shade_body_left.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:-30px;
	height:400px;
	width:30px;
}

#page_body .shade_right {
	background-image:url(images/CollegesWeekTheme/shade_body_right.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	right:-30px;
	height:400px;
	width:30px;
}

#header, #main_menu, #toolbar, #content, #footer {
	margin-left:10px;
	margin-right:10px;
	width:950px;
}

#header {
	background-color: #FFFFFF;
	background-image: url(images/CollegesWeekTheme/bg_header.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	height:175px;
}

/* ------------------------------------------------------------ Main menu style */
#main_menu {
	background-color: #02CCE0;
	height:28px;
	margin-top:10px;
	padding-top:2px;
}

#menuwrapper {
	background-color:#ACACAC;
	background-image:url(images/CollegesWeekTheme/bg_mainmenu_grey.gif);
	background-repeat:repeat-x;
	margin:0px 2px 2px;
	height:26px;
}

#main_menu ul#primary-nav li a,
#main_menu ul#primary-nav li a span {
	background-image: url(images/CollegesWeekTheme/main_menu.jpg);
	background-repeat: no-repeat;
}

#main_menu ul#primary-nav li a.menuparenth,
#main_menu ul#primary-nav li a.menuactive,
#main_menu ul#primary-nav li a:hover,
#main_menu ul#primary-nav li a:focus,
#main_menu ul#primary-nav li a:active,
#main_menu ul#primary-nav li a.menuactive span,
#main_menu ul#primary-nav li a:hover span,
#main_menu ul#primary-nav li a:focus span,
#main_menu ul#primary-nav li a:active span {
	background-image:url(images/CollegesWeekTheme/main_menu_sel.jpg);
}

#main_menu .home_manuitem {
	background-position: 0px top !important;
	width:57px;
}

#main_menu .about_manuitem {
	background-position: -57px top !important;
	width:58px;
}

#main_menu .toolkits_manuitem {
	background-position: -115px top !important;
	width:66px;
}

#main_menu .collateral_manuitem {
	background-position: -175px top !important;
	width:78px;
}

#main_menu .competition_manuitem {
	background-position: -252px top !important;
	width:94px;
}

#main_menu .news_manuitem {
	background-position: -346px top !important;
	width:54px;
}

#main_menu .videos_manuitem {
	background-position: -401px top !important;
	width:61px;
}

#main_menu .images_manuitem {
	background-position: -462px top !important;
	width:65px;
}

#main_menu .contact_manuitem {
	background-position: -527px top !important;
	width:85px;
}

#main_menu .partners_manuitem {
	background-position: -612px top !important;
	width:97px;
}

#main_menu .fontsize_manuitem {
	background-position: -709px top !important;
	width:62px;
}

#content {
	margin:0 25px;
	width:920px;
}

/* ------------------------------------------------------------ Content blocks */
.page_headline {

}

.page_headline p {
	font-size:110%;
	line-height:1.2em;
	margin-bottom:0.8em;
}

.page_headline a,
.page_headline a:link {
	font-size:110%;
	color:#00B5CB;
	text-decoration:none;
}

.page_headline a:hover {
	text-decoration:underline;
}

.page_headline .rsslink {
	margin-top:6px;
}

.page_headline .addthis_button {
	float:right;
	margin-right:14px;
	margin-top:7px;
}

.page_headline ul.list-1 {
	font-size:90%;
	list-style-image:url(images/CollegesWeekTheme/listmarker_1.gif);
	list-style-position:inherit;
	list-style-type:inherit;
	padding-left:15px;
}

.page_headline ul.list-1 li {
	margin-bottom:0.8em;
}

.one_column_block {

}

.two_column_block {

}

.two_column_block .column {
	width:450px;
}

.two_column_block .column_header h1 {
	height:23px;
	margin:0;
}

.two_column_block .column_header .rsslink {
	margin-top:6px;
}

.tree_column_block {

}

.tree_column_block .column {
	margin-right:20px;
	width:293px;
}

.tree_column_block .last {
	margin-right:0;
}

.four_column_block {

}

.four_column_block .column {
	margin-right:13px;
	width:220px;
}

.four_column_block .last {
	margin-right:0px;
}

.section_morelink {

}

.section_morelink a,
.section_morelink a:link {
	color:#00474F;
}

.section_morelink a:hover {

}

/* ------------------------------------------------------------ Article summary */
.article_summary {

}

.article_summary .noimage {
	width:100%;
}

.article_summary .withimage {
	float:right;
}

.article_summary .image {
	float:left;
	height:90px;
	text-align:center;
	width:120px;
}

.article_summary .noentries {
	color:#00B5CB;
	font-size:120%;
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
	text-transform:uppercase;
}

.article_summary a,
.article_summary a:link {
	color:#00B5CB;
	text-decoration:none;
}

.article_summary a:hover {
	text-decoration:underline;
}

.article_summary .date {
	color:#7FCCDA;
	font-size:90%;
	font-weight:bold;
	margin-bottom:3px;
}

.article_summary .title {
	margin-bottom:3px;
}

.article_summary .title,
.article_summary .title * {
	color:#00B5CB;
	font-weight:bold;
	text-transform:uppercase;
}

.article_summary .prewiew {
	margin-bottom:3px;
}

.article_summary .tags {
	color:#00B5CB;
	font-weight:bold;
	margin-bottom:3px;
}

.article_summary .tags a,
.article_summary .tags a:link {
	color:#9C9C9C;
	font-weight:normal;
	text-decoration:none;
}

.article_summary .tags a:hover {
	color:#00B5CB;
	text-decoration:underline;
}

.article_summary .morelinks a,
.article_summary .morelink a:link {
	color:#00B5CB;
	text-decoration:none;
}

.article_summary .morelink a:hover {
	text-decoration:underline;
}

/* ------------------------------------------------------------ Resources summary */
.resources_summary {
	margin-top:20px;
}

.resources_summary a {
	float:left;
}

.resources_summary .v_separator {
	float:left;
	height:237px;
	margin:33px 13px 0;
}

/* ------------------------------------------------------------ Article detail */
.article_detail {

}

.article_detail .noimage {
	width:100%;
}

.article_detail .withimage {
	float:right;
}

.article_detail .images {
	float:left;
}

.article_detail .noentries {
	color:#00B5CB;
	font-size:120%;
	margin-top:30px;
	text-align:center;
	text-transform:uppercase;
}

.article_detail a,
.article_detail a:link {
	color:#00B5CB;
	text-decoration:none;
}

.article_detail a:hover {
	text-decoration:underline;
}

.article_detail .date {
	color:#7FCCDA;
	font-size:90%;
	font-weight:bold;
	margin-bottom:12px;
}

.article_detail .tags {
	color:#00B5CB;
	font-weight:bold;
	margin-bottom:12px;
}

.article_detail .title {
	text-transform:uppercase;
	margin-bottom:12px;
}

.article_detail .tags a,
.article_detail .tags a:link {
	color:#9C9C9C;
	font-weight:normal;
	text-decoration:none;
}

.article_detail .tags a:hover {
	color:#00B5CB;
	text-decoration:underline;
}

.article_detail .content {

}

.article_detail .content p {
	margin-bottom:12px;
}

.article_detail .content a,
.article_detail .content a:link {
	text-decoration:underline;
}

.article_detail .content a:hover {
	color:#00B5CB;
	text-decoration:underline;
}

.article_detail .content strong {
	font-weight:bold;
}

.article_detail .content em {
	font-style:italic;
}

.article_detail .content ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin-left:30px;
}

.article_detail .content ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:decimal;
	margin-left:30px;
}

.article_detail .content li {
	margin-bottom:12px;
}

/* ------------------------------------------------------------ */
.home .article_summary .image {
	height:90px;
	width:120px;
}

.home .article_summary .withimage {
	width:325px;
}

.home .article_summary .withimage {
	width:325px;
}

.home .section_morelink {
	text-align:right;
}

.news .date {
	float:left;
	margin-right:20px;
}

.news .tags {
	float:left;
}

.news .article_detail .images img {
	width:450px;
}

.news .article_detail .withimage {
	width:450px;
}

.news .article_detail .date {
	float:left;
	margin-right:20px;
}

.news .article_detail .tags {
	float:left;
}

/* ------------------------------------------------------------ Media summary */
.media_summary {
	font-size:80%;
}

.media_summary .thumb {
	border-color:#00B5BC;
	border-style:solid;
	border-width:1px;
	margin-bottom:3px;
	text-align:center;
	height:165px;
	width:220px;
}

.media_summary .date {
	margin-bottom:3px;
}

.media_summary .tags {
	margin-bottom:3px;
}

.media_summary .tags a,
.media_summary .tags a:link {
	color:#9C9C9C;
	font-weight:normal;
	text-decoration:none;
}

.media_summary .tags a:hover {
	color:#00B5CB;
	text-decoration:underline;
}

.media_summary .title,
.media_summary .title * {
	text-decoration:none;
}

.media_summary .title a:hover {
	text-decoration:underline;
}

.media_summary .prewiew {
	margin-bottom:3px;
}

.media_summary .morelink {
	margin-bottom:3px;
}

.media_summary .morelink a,
.media_summary .morelink a:link {
	color:#00B5CB;
	text-decoration:none;
}

.media_summary .morelink a:hover {
	text-decoration:underline;
}

/* ------------------------------------------------------------ Media detail */
.media_detail {
	font-size:80%;
	margin:0 auto;
	width:640px;
}

.media_detail .date {
	margin-bottom:3px;
}

.media_detail .content {
	text-align:center;
}

.media_detail .title,
.media_detail .title * {
	text-decoration:none;
}

.media_detail .title a:hover {
	text-decoration:underline;
}

.media_detail .tags {
	margin-bottom:3px;
}

.media_detail .tags a,
.media_detail .tags a:link {
	color:#9C9C9C;
	font-weight:normal;
	text-decoration:none;
}

.media_detail .tags a:hover {
	color:#00B5CB;
	text-decoration:underline;
}

.media_detail .prewiew {
	margin-bottom:3px;
}

/* ------------------------------------------------------------ Toolkits block */
.toolkit {
	font-size:90%;
}

.toolkit * {
	font-family:Verdana;
	font-size:100%;
}

.toolkit .article_summary {
	cursor:pointer;
}

.toolkit .article_body {
	float:left;
	width:345px;
}

.toolkit .article_title {
	float:left;
	font-weight:bold;
}

.toolkit .article_date {
	color:#00B5CB;
	float:right;
}

.toolkit .article_date .hightlight {
	font-size:90%;
}

.toolkit .prewiew {

}

.toolkit .prewiew a,
.toolkit .prewiew a:link,
.toolkit .prewiew a:hover {
	color:#00B5BC;
	text-decoration:none;
}

.toolkit .prewiew a:hover {
	text-decoration:underline;
}

.toolkit .download {
	border-left-color:#9C9C9C;
	border-left-style:dotted;
	border-left-width:1px;
	float:right;
	height:75px;
	text-align:center;
	width:85px;
}

.toolkit .download p {
	margin-bottom:12px;
}

.toolkit .download a,
.toolkit .download a:link {
	font-size:90%;
	font-weight:bold;
}

.toolkit .download a:hover {

}

/* ------------------------------------------------------------ Collateral block */
.collateral {
	font-size:90%;
}

.collateral * {
	font-family:Verdana;
	font-size:100%;
}

.collateral .title {
	font-weight:bold;
}

.collateral .sortable {
	border-color:#C1C1C1;
	border-style:solid;
	border-width:1px;
	height:300px;
	margin-top:12px;
	overflow:auto;
}

.collateral .sortable ul {
	margin:3px 12px;
}

.collateral .sortable li {
	border-color:#C1C1C1;
	border-style:hidden;
	border-width:0px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding:5px 0;
}

.collateral .sortable li p {
	background-color:transparent;
	marging:0px;
	padding:0px;
}

.collateral .sortable li.selected p,
.collateral .sortable li:hover p {
	background-color:#E3E3E3;
}

.collateral .input_checkbox input {
	float:left;
	margin-left:0;
	margin-right:6px;
}

.collateral .input_checkbox label {
	float:left;
	font-size:90%;
}

.collateral .input_checkbox label b {
	font-weight:bold;
}

.collateral .input_submit {
	width:100% !important;
}

.collateral .note {
	text-align:left !important;
}

.collateral .note .title {
	font-size:120%;
	margin-bottom:6px;
}

.collateral .note .body {

}

.collateral .note a,
.collateral .note a:link {
	color:#00B5CB;
	text-decoration:none;
}

.collateral .note a:hover {
	text-decoration:underline;
}

.collateral .preview {

}

.collateral .preview img {
	border-color:#C1C1C1;
	border-style:solid;
	border-width:1px;
	padding:2px;

}

.competition {
	font-size:95%;
}

.competition .section_morelink {
	font-size:120%;
	text-align:right;
}

.competition .upload-form {

}

.competition .upload-form form {

}

.competition .upload-form .video-filename {
	display:none;
	margin-right:6px;
	margin-top:1px;
	width:300px !important;
}

.competition .upload-form .video-upload {
	margin-right:6px;
	width:auto !important;
}

.competition .upload-form .full-width {
	width:100% !important;
}

.competition .upload-form .input_text,
.competition .upload-form .input_textarea,
.competition .upload-form .input_select {
	width:210px;
}

.competition .upload-form .input_submit {
	width:auto !important;
}

.competition .upload-form .error-message {
	width:100%;
}

.competition .upload-form .input_text input,
.competition .upload-form .input_textarea textarea,
.competition .upload-form .input_select select {
	width:100%;
}

.competition .upload-form .input_checkbox input {
	border-color:#9C9C9C;
	border-style:solid;
	border-width:1px;
	width:10px;
}

.competition .upload-form .fileUploadQueue {
	background-color:transparent;
	border-color:#9C9C9C;
	border-style:solid;
	border-width:1px;
	height:19px;
	overflow:hidden;
}

.competition .upload-form .uploadifyQueueItem {
	background-color:transparent;
	border-style:hidden;
	border-width:0px;
	margin:0 auto;
	padding:6px 8px;
	position:relative;
	width:430px;
}

.competition .upload-form .uploadifyError {
	background-color:#FDE5DD !important;
	border-style:hidden !important;
	border-width:0px !important;
	height:100%;
}

.competition .upload-form .uploadifySuccess {
	background-color:#E5FDDD !important;
	border-style:hidden !important;
	border-width:0px !important;
	height:100%;
}

.competition .upload-form .cancel {
	display:none;
}

.competition .upload-form .fileName {
	display:none;
}

.competition .upload-form .percentage {
	color:#292929;
	left:0;
	position:absolute;
	text-align:center;
	top:2px;
	width:100%;
}

.competition .upload-form .uploadifyProgress {
	border-color:#9C9C9C;
	border-style:hidden;
	border-width:0px;
	height:7px;
	margin:0;
}

.competition .upload-form .uploadifyProgressBar {
	background-color:#8CD1A8;
	height:7px;
	width:0;
}

.competition .top-video .image {
	height:165px;
	width:220px;
}

.competition .top-video .withimage {
	width:220px !important;
}

.competition .article_summary .withimage {
	width:320px;
}

.competition .static-content p {
	margin-bottom:1em;
}

.competition a,
.competition a:link {
	color:#00B5CB;
	text-decoration:none;
}

.competition a:hover {
	text-decoration:underline;
}

/* ------------------------------------------------------------ Paging block */
.paging_block {
	margin-bottom:6px;
	margin-top:6px;
	text-align:center;
}

.paging_block a,
.paging_block a:link {
	text-decoration:none;
}

.paging_block a:hover {
	color:#00B5BC;
	text-decoration:underline;
}

.paging_block .page_first {
	margin-right:5px;
}

.paging_block .page_selected {
	color:#00B5BC;
	font-weight:bold;
	padding:0 1px;
}

.paging_block .page_num {
	padding:0 1px;
}

.paging_block .page_last {
	margin-left:5px;
}

.paging_block .page_disabled {
	color:#CCCCCC;
}

.paging_block .page_enabled {

}

/* ------------------------------------------------------------ Form */
.form {

}

.form .input_text {
	margin-bottom:6px;
}

.form .input_text label {
	float:left;
	margin-right:10px;
	text-align:right;
	width:150px;
}

.form .input_text input {
	border-color:#9C9C9C;
	border-style:solid;
	border-width:1px;
	width:280px;
}

.form .input_textarea textarea {
	border-color:#9C9C9C;
	border-style:solid;
	border-width:1px;
	font-size:95%;
	width:280px;
}

.form .input_select select {
	border-color:#9C9C9C;
	border-style:solid;
	border-width:1px;
	font-size:95%;
	height:20px;
	width:280px;
}

.form .input_checkbox {

}

.form .input_checkbox label {

}

.form .input_checkbox input {

}

.form .note {
	font-size:80%;
	width:440px;
	text-align:right;
}

.form .error-message {
	display:none;
	color:#FF0000;
	font-size:80%;
	width:440px;
	text-align:right;
}

.form .error .error-message {
	display:block !important;
}

.form .error label {
	color:#FF0000 !important;
}

.form .input_submit {
	text-align:right;
	width:440px;
}

.form .input_submit .button {
	float:right;
}

.button {
	font-size:80%;
}

.button,
.button * {
	color:#FFFFFF;
	cursor:pointer;
	text-decoration:none;
}

.button div {
	background-color:transparent;
	background-image:url(images/CollegesWeekTheme/button.gif);
	background-repeat:repeat-x;
	height:22px;
	float:left;
}

.button .left_part {
	background-position: 0px top;
	width:16px;
}

.button .title_part {
	background-position:0 -22px;
	line-height:22px;
	padding:0 3px;
	width:auto;
}

.button .rigth_part {
	background-position:right -44px;
	width:10px;
}


.registration .input_checkbox {
	text-align:center;
}

.registration .disclaimer {
	text-align:center;
}

/* ------------------------------------------------------------ Toolbar */
#toolbar {
	background-color: #02CCE0;
	background-image: url(images/CollegesWeekTheme/bg_toolbar.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	height:135px;
	margin-top:2px;
}

#toolbar .topbar {
	border-bottom-color:#FFFFFF;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	height:22px;
	margin:8px 15px 0;
	padding-bottom:8px;
}

#toolbar input,
#toolbar select {
	border:1px solid #9C9C9C;
	border-color:#9C9C9C;
	border-style:solid;
	border-width:1px;
	color:#000000;
	float:left;
	height:22px;
	margin-right:6px;
	width:90px;
}

#toolbar input {
	color:#9C9C9C;
	font-size:80%;
	height:17px;
	line-height:100%;
	margin-right:6px;
	padding:3px 3px 0;
	width:150px;
}

#toolbar .topbar .sitenav {
	color:#FFFFFF;
	font-size:80%;
	font-weight:bold;
	margin-top:6px;
}

#toolbar .topbar .firstitem,
#toolbar .topbar .lastitem,
#toolbar .topbar a,
#toolbar .topbar a:link,
#toolbar .topbar a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

#toolbar .subscribe {
	height:22px;
	margin-left:6px;
}

#toolbar .subscribe img {
	float:left;
	margin-right:6px;
	margin-top:4px;
}

#toolbar .subscribe select {
	width:170px;
}

#toolbar .subscribe .input_submit {
	float:left;
}

#toolbar .v_separator {
	border-color:#FFFFFF;
	margin:0;
}

#toolbar .sharethis {
	margin:4px 6px 0;
}

#toolbar .bottombar {
	background-image: url(images/CollegesWeekTheme/bg_toolbar_2.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	border-bottom-color:#FFFFFF;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	height:39px;
	margin:0px 15px;
	padding:8px 0px;
}

#toolbar .bottombar h3 {
	margin-top:0;
}

#toolbar .fields {
	height:22px;
}

#toolbar .input_submit {
	float:left;
}

#toolbar .search {
	width:260px;
}


#toolbar .filterfrom {
	width:200px;
}

#toolbar .filterto {
	width:200px;
}

#toolbar .filtercategory {
	width:260px;
}

#toolbar .filtercategory .input_submit {
	float:right;
	margin-left:6px;
}

/* ------------------------------------------------------------ Tagcloud */
#tagcloud {
	background-color: #FFFFFF;
	background-image: url(images/CollegesWeekTheme/bg_tagcloud.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	margin-bottom:6px;
}

#tagcloud .body {
	margin:10px 20px;
}

#tagcloud .cloud {
	margin-top:8px;
}

#tagcloud .tagcloud1 *,
#tagcloud .tagcloud2 *,
#tagcloud .tagcloud3 *,
#tagcloud .tagcloud4 *,
#tagcloud .tagcloud5 * {
	color:#7FCCDA;
	font-size:90%;
	line-height:1.2em;
	margin:0 3px;
	text-decoration:none;
}

#tagcloud .tagcloud1 a:hover,
#tagcloud .tagcloud2 a:hover,
#tagcloud .tagcloud3 a:hover,
#tagcloud .tagcloud4 a:hover,
#tagcloud .tagcloud5 a:hover {
	text-decoration:underline;
}

#tagcloud .tagcloud2 * {
	font-size:100%;
}

#tagcloud .tagcloud3 * {
	font-size:130%;
}

#tagcloud .tagcloud4 * {
	font-size:160%;
}

#tagcloud .tagcloud5 * {
	font-size:160%;
}

/* ------------------------------------------------------------ Footer */
#footer {
	background-color: #02CCE0;
	background-image: url(images/CollegesWeekTheme/bg_footer.jpg);
	background-position: bottom center;
	background-repeat:no-repeat;
	bottom:0;
	height:110px;
	position:absolute;
}

#footer ul {
	margin-top:80px;
	text-align:center;
}

#footer li {
	display:inline;
	margin:0 3px;
}

#footer li,
#footer li * {
	color:#FFFFFF;
	font-size:80%;
	font-weight:bold;
}

#footer a,
#footer a:link,
#footer a:hover {
	font-size:120%;
}

/* ------------------------------------------------------------ STATICCONTENT */
.static_content {

}

.static_content a,
.static_content a:link {
	color:#00B5CB;
	text-decoration:none;
}

.static_content a:hover {
	text-decoration:underline;
}

.static_content p {
	margin-bottom:1em;
}

.static_content b {
	font-weight:bold;
}

.static_content ul {
	margin-bottom:1em;
}

.static_content ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:1em;
	padding-left:20px;
}

.static_content li {

}

.static_content ol li {
	margin-bottom:1em;
}

.static_content ul.list-1 {
	list-style-image:inherit;
	list-style-position:inherit;
	list-style-type:inherit;
	padding-left:50px;
}

.static_content ul.list-2 {
	font-size:90%;
	list-style-image:url(images/CollegesWeekTheme/listmarker_1.gif);
	list-style-position:inherit;
	list-style-type:inherit;
	padding-left:15px;
}

.static_content ul.list-2 li {
	margin-bottom:1em;
}

.contact .row {
	height:220px;
}

.contact .column {
	margin-right:12px;
	width:277px;
}

.contact .v_separator {
	margin:0 12px;
}

.contact .helpcollege {
	text-align:center;
}

.partners table {
	border-color:#FFFFFF;
	border-collapse:collapse;
	border-spacing:0;
	border-style:hidden;
	border-width:0;
}

.partners tr {

}

.partners td {
	padding-bottom:17px;
	padding-left:17px;
	text-align:right;
	vertical-align:top;
	width:213px;
}

.partners td.firstcol {
	padding:0;
	text-align:left;
	vertical-align:top;
}


/* ------------------------------------------------------------ Search results */
.serach_topbar {
	float:left;
	height:22px;
	margin-left:12px;
	margin-top:12px;
}

.serach_topbar p {
	font-size:90%;
	line-height:22px;
	margin:0;
}

.serach_topbar h3 {
	color:#00B5CB;
}

.serach_topbar .v_separator {

}

.serach_topbar select {
	margin-left:6px;
	border:1px solid #9C9C9C;
	color:#000000;
	float:left;
	height:22px;
	width:90px;
}

.serach_topbar .input_submit {
	float:left;
	margin-left:6px;
	font-size:80%;
}

.search_content {
	border-color:#00B5CB;
	border-style:solid;
	border-width:1px;
	font-size:90%;
	margin-top:20px;
	padding:15px 20px;
	position:relative;
}

.search_content h2 {
	background-color:#FFFFFF;
	left:15px;
	padding:0 5px;
	position:absolute;
	top:-15px;
}

.search_content .section_morelink {
	position:relative;
	text-align:right;
}

.search_content .section_morelink a,
.search_content .section_morelink a:link {
	color:#00B5BC;
}

.search_content .article_summary {

}

.search_content .article_summary .noimage {

}

.search_content .article_summary .withimage {
	float:right;
	width:750px;
}

.search_content .article_summary .images {
	float:left;
	height:90px;
	width:120px;
}

.search_content .article_summary .date {
	color:#00B5BC;
	float:none;
	font-size:130%;
	margin:0;
}

.search_content .article_summary .tags {
	float:none;
	font-weight:normal;
	font-size:90%;
	margin:0 0 6px;
}

.search_content .article_summary .title {

}

.search_content .article_summary .prewiew {

}

.search_content .article_summary .morelink {

}

.search_content .article_summary .morelink {

}


/* ------------------------------------------------------------ OTHER */
.resources_summary {
	font-size:200%;
}

.popup {
	margin:15px;
}

#inourhands {
	bottom:15px;
	display:block;
	height:48px;
	position:absolute;
	right:15px;
	width:68px;
}

#lightwindow_container .download_link {
margin-top:120px;
text-align:center;
}

/* ------------------------------------------------------------ FlyPreviewWindow */
#FlyPreviewWindow {
	border-color:#C1C1C1;
	border-style:solid;
	border-width:1px;
	background-color:#FFFFFF;
	padding:2px;
}

#FlyPreviewContainer {

}

/* ------------------------------------------------------------ END */
/* End of 'CollegesWeek-main' */

