﻿/* COLORS USED 
 * (PLEASE USE SEARCH AND REPLACE WHEN CHANGING, I.E. KEEP THIS UPDATED!)
 * students {
 *	background-color: 			#5E8628;
 * }
 * uarctic {
 *	background-color: 			#0D4680;
 * }
 * members {
 *	background-color: 			#990013;
 * }
 * sidebox {
 *	background-color: 			#CDCFD1;
 *	color: 						#A1A1A5;
 *	:hover background-color:	#0075BD;
 *	:hover color: 				#3B3A3D;	
 * }
 * text {
 *	a color: 					#0075BD;
 *	a:hover color: 				#0D4680;
 *	a:visited color: 			#888888; OLD #8850FF
 * 	a:active color: 			#888888;
 * }
 */

/* START BASIC ELEMENT STYLES */
body { font-family: Arial, Helvetica, sans-serif; font-size: 0.7em; line-height: normal; }
a, a:link { color: #0075BD; text-decoration: none; }
a:visited, a:active { color: #888888; }
a.lnkMore:visited { color: #0075BD; }
a:hover { color: #0D4680; }
p { vertical-align: middle; margin-bottom: 8px; }
h1 { font-size: x-large; }
h2 { font-size: large; }
h3 { font-size: medium; }
h1, h2, h3 { margin-bottom: 8px; margin-top: 8px; }
ol { padding: 5px 20px 5px 20px; list-style-type: decimal; list-style-position: outside; }
ul { padding: 5px 20px 5px 20px; margin: 0px 0px 0px 10px; list-style-type: square; list-style-position: outside; }
li { padding: 1px 0px 1px 0px; }
li ul, li ol { padding: 0px 0px 0px 40px; }
fieldset { padding: 15px; border: solid 1px #CDCFD1; margin: 0px 15px 1em 15px; }
fieldset legend { font-weight: bold; font-size: 1.07em; padding-left: 4px; padding-right: 4px; }
td { vertical-align: top; }
th { text-align: left; vertical-align: top; }
/* END BASIC ELEMENT STYLES */

/* START LAYOUT */
#wrapper { width: 980px; margin: 10px auto; }
#leftbar { width: 190px; float: left; }
#content { width: 600px; float: left; }
#rightbar { width: 190px; float: right; }
#footer { clear: both; padding-top: 30px; text-align: center; text-decoration: none; font-size: 0.9em; }
#rightbar .sidebox, #rightbar .sideboxinvertbottom, #rightbar .bannerdisplay { margin-left: auto; }
.bannerdisplay { width: 180px; margin-bottom: 1em; }
/* END LAYOUT */

/* START TOPMENU STYLES */
#topmenu { clear: both; text-align: right; padding-right: 5px; font-size: 0.95em; font-family: Arial, Helvetica, sans-serif; color: #0075BD; }
/* END TOPMENU STYLES */

/* START SIDE MENU STYLES (Used by SideMenuControl.ascx */
.sidemenu { width: 180px; background-image: url('../images/Master/sidebox_round_bottom_left_invers.png'); background-position: left bottom; background-repeat: no-repeat; background-color: #CDCFD1; }
.sidemenu_tl { background-image: url('../images/Master/sidebox_round_top_left.png'); background-position: left top; background-repeat: no-repeat; }
.sidemenu_br { background-image: url('../images/Master/sidebox_round_bottom_right_invers.png'); background-position: bottom right; background-repeat: no-repeat; }
.sidemenu h2 { display: block; font-size: 1.07em; font-weight: bold; background-color: transparent; color: #FFFFFF; padding: 0.5em 0.9em 0.6em 0.9em; margin: 0; background-image: url('../images/Master/sidebox_round_top_right-trans.png'); background-position: right top; background-repeat: no-repeat; }
.sidemenu_tl h2 a { color: #FFFFFF; display: block; }
.sidemenu a { color: #000000; }
.sidemenu .content { background-color: #FFFFFF; padding: 8px 8px 8px 8px; }
.itm_uarctic:hover { background-color: #0D4680; }
.mnu_uarctic, .bg_uarctic { background-color: #0D4680; color: #000000; }
.itm_members:hover { background-color: #990013; }
.mnu_members, .bg_members { background-color: #990013; color: #000000; }
.itm_students:hover { background-color: #5E8628; }
.mnu_students, .bg_students { background-color: #5E8628; color: #000000; }
.mnu_default { background-color: #0D4680; color: #000000; }
/* left menu styles */
#mnuLeftMenu { min-height: 330px; }
#mnuLeftMenu a { padding-bottom: 5px; padding-top: 5px; border-top: dotted 1px #A1A1A5; }
#mnuLeftMenu a:hover { text-decoration: underline; }
/*#mnuLeftMenu a.lvl2 { font-size: 1.07em; padding-left: 10px; display: block; }*/
#mnuLeftMenu a.lvl2 { font-size: 1em; padding-left: 5px; margin-left: 5px;  display: block; }
#mnuLeftMenu a.lvl3 { font-size: 1em; padding-left: 5px; margin-left: 10px; display: block; }
#mnuLeftMenu a.lvl4 { font-size: 0.9em; padding-left: 5px; margin-left: 15px; display: block; }
#mnuLeftMenu a.lvl5 { font-size: 0.9em; padding-left: 5px; margin-left: 20px; display: block; }
#mnuLeftMenu a.lvl6 { font-size: 0.9em; padding-left: 5px; margin-left: 25px; display: block; }
#mnuLeftMenu a.lvl7 { font-size: 0.9em; padding-left: 5px; margin-left: 25px; display: block; }
#mnuLeftMenu a.lvl8 { font-size: 0.9em; padding-left: 5px; margin-left: 25px; display: block; }
#mnuLeftMenu .inPath { font-weight: bold; }
/* END SIDE MENU STYLES */

/* START FRONTPAGE AND THEMEFRONT STYLES */
#frontarticle { width: 100%; margin-bottom: 1em; margin-top: 5px; }
.bg_uarctic { background-image: url('../images/Master/uarctic_bg.png'); }
.bg_students { background-image: url('../images/Master/students_bg.png'); }
.bg_members { background-image: url('../images/Master/members_bg2.png'); }
#frontarticle img { border-style: none; float: left; width: 400px; height: 300px; }
#frontarticle .content { height: 280px; background-color: #FFFFFF; padding: 10px; width: 170px; float: right; }
#frontarticle h2 { color: #FFFFFF; margin: 0; font-weight: bold; font-size: 1em; line-height: normal; float: left; width: 62%; padding-top: 5px; }
#frontarticle div.leftbottom { color: #FFFFFF; padding: 4px 15px 8px 15px; margin: 0; clear: both; font-size: 1.07em; }
#frontarticle h3 { font-weight: bold; font-size: 1em; }
#frontarticle .roundbody { padding: 5px 5px 0px 5px; }
#frontfeatures { clear: both; }
#frontfeatures .leftbottom a { color: #FFFFFF; display: block; }
#feature_members, #feature_students, #feature_uarctic { width: 193px; overflow: hidden; }
#frontfeatures .content { width: 183px; height: 137px; background-color: #FFFFFF; overflow: hidden; }
#frontfeatures div.leftbottom { color: #FFFFFF; padding: 10px 14px 10px 14px; margin: 0; font-weight: bold; font-size: 1.07em; }
#frontfeatures .roundbody { padding: 5px 5px 0px 5px; }
#feature_uarctic { float: left; margin-right: 10px; background-color: #0D4680; }
#feature_uarctic .box:hover { background-image: url('../images/Master/uarctic_fb_bg.png'); }
#feature_members { background-color: #990013; }
#feature_members .box:hover { background-image: url('../images/Master/members_fb_bg2.png'); }
#feature_students { float: right; background-color: #5E8628; }
#feature_students .box:hover { background-image: url('../images/Master/students_fb_bg.png'); }
.feature_menu { background-color: #FFFFFF; color: #A1A1A5; padding: 10px 14px 10px 14px; }
.feature_menu a { color: #A1A1A5; display: block; padding-bottom: 4px; }
.feature_menu a:hover { color: #0D4680; }
.headerimage { margin-bottom: 0.45em; border: 0; float: left; }
/* END FRONTPAGE AND THEMEFRONT STYLES */

/* START ARTICLEPAGE STYLE */
#titlebar { width: 100%; margin-bottom: 1em; margin-top: 0.45em; vertical-align: middle; /*	background-color: #0D4680;*/ }
#titlebar div.leftbottom { color: #FFFFFF; padding: 2px 15px 4px 15px; /*padding: 0.4em 0.9em 0.6em 0.9em;*/ margin: 0; font-weight: bold; font-size: 1.07em; clear: both; }
#titlebar .dmSitePath, #frontarticle .dmSitePath { width: 62%; padding-top: 8px; float: left; }
#titlebar .dmSearch, #frontarticle .dmSearch { text-align: right; width: 37%; float: right; padding-top: 3px; font-size: 0.72em; }
#titlebar .dmSearch .dmSearchInput, #frontarticle .dmSearch .dmSearchInput { border: none; width: 148px; font-size: 1em; }
#frontarticle .dmSearch .dmSearchButton { width: 45px; background-color: Transparent; border: none; color: #FFFFFF; padding: 0; font-size: 1em; font-family: inherit; }
/* END ARTICLEPAGE STYLES */

/* START ROUNDBOX STYLES */
.roundbox, .roundbox_uarctic { background-image: url('../images/Master/sidebox_round_top_left.png'); background-position: left top; background-repeat: no-repeat; }
.roundbody { background: url('../images/Master/sidebox_round_top_right-trans.png') no-repeat right top; }
.roundhead { background: url('../images/Master/sidebox_round_bottom_right.png') no-repeat right bottom; clear: both; }
.roundhead div.leftbottom { background: url('../images/Master/sidebox_round_bottom_left.png') no-repeat left bottom; margin: 0; }
.roundhead div.leftbottom a { color: #FFFFFF; }
.roundhead div.leftbottom a:hover { text-decoration: underline; }
/* END ROUNDBOX STYLES */

/* START SIDEBOX STYLES */
.sideboxinvertbottom, .sidebox { width: 180px; background-color: #CDCFD1; color: #A1A1A5; /*	margin-bottom: 10px;*/ }
.sideboxinvertbottom { background-image: url('../images/Master/sidebox_round_bottom_right_invers.png'); background-position: right bottom; background-repeat: no-repeat; }
.sidebox { background-image: url('../images/Master/sidebox_round_bottom_right.png'); background-position: right bottom; background-repeat: no-repeat; margin-bottom: 10px; }
.sidebox:hover, .sideboxinvertbottom:hover { background-color: #0075BD; color: #3B3A3D; text-decoration: none; }
.sidebox hr, .sideboxinvertbottom hr, hr { display: block; margin-top: 0px; margin-bottom: 0px; line-height: 0px; padding: 0; background-color: #FFFFFF; border: solid 0px #FFFFFF; height: 1px; border-top: dotted 1px #A1A1A5; }
.boxhead { background: url('../images/Master/sidebox_round_top_right-trans.png') no-repeat right top; }
.boxhead h2 { background: url('../images/Master/sidebox_round_top_left.png') no-repeat left top; font-size: 1.07em; color: #FFFFFF; padding: 6px 11px 0px 11px; margin: 0; }
.sidebox h3, .sideboxinvertbottom h3 { font-size: 1em; }
.boxhead a { color: #FFFFFF; display: block; }
.boxhead a:hover { text-decoration: underline; }
.sidebox .boxbody { background: url('../images/Master/sidebox_round_bottom_left.png') no-repeat left bottom; padding: 6px 6px 6px 6px; }
.sideboxinvertbottom .boxbody { background: url('../images/Master/sidebox_round_bottom_left_invers.png') no-repeat left bottom; padding: 6px 6px 16px 6px; }
.sidebox .content, .sideboxinvertbottom .content { background-color: #FFFFFF; overflow: hidden; padding: 8px 8px 8px 8px; }
.sidebox .altcontent, .sideboxinvertbottom .altcontent { background-color: #F5F9FC; overflow: hidden; padding: 8px 8px 8px 8px; }
.sidebox .contentpadding, .sideboxinvertbottom .contentpadding { padding: 8px 8px 8px 8px; }
.sidebox ul, .sideboxinvertbottom ul { padding: 0px 0px 0px 0px; margin-left: 15px; list-style-type: square; list-style-position: outside; }
/* Special cases */
.sidebox .dmAbstract, .sideboxinvertbottom .dmAbstract { margin-bottom: 4px; }
.noimg img { display: none; }
.sidebox .ecCalendarDate {margin-bottom:2px;}
}
/* END SIDEBOX STYLES */

.ecCalendarDate { font-size: 1em; margin-bottom: 5px; }
.loginStatus { float: right; font-size: 1em; margin-right: 5px; margin-top: 5px; }
.feedLink { margin-top: 5px; display: block; }


/**** DIGIMAKER STYLES (HERE BE DRAGONS!) ****/

/* START ARTICLE STYLES */
.artListClass { padding-left: 15px; padding-right: 15px; padding-bottom: 8px; }
.artDetailClass { padding-left: 15px; padding-right: 15px; margin-bottom: 8px; }
.dmHeadline { }
.dmDate { font-size: xx-small; margin-bottom: 1em; }
.dmDateTop { font-size: x-small; margin-top: 1em; }
.dmAbstract { margin-bottom: 1em; }
.dmFullstory { margin-bottom: 1em; }
.dmThumbnailImage { }
.dmReadmore { margin-bottom: 1em; }
.dmAbstract table { border: solid 1px #31515A; border-collapse: collapse; }
.dmFullstory table { border: solid 1px #31515A; border-collapse: collapse; }
.dmAbstract td { border: solid 1px #31515A; }
.dmFullstory td { border: solid 1px #31515A; }
.NewsArchiveHeadline { padding: 10px; }
.NewsLink { padding-left: 10px; padding-bottom: 10px; text-decoration: none; }
.dmImage { clear: both; float: right; padding: 0 0 15px 15px; margin-top: 8px; max-width: 285px; max-height: 214px; }
/* END ARTICLE STYLES */

/* START SEARCH STYLES */
.dmSearchInput { margin-bottom: 3px; border: 1px; padding: 2px; border-style: solid; border-color: #31515A; }
.dmResultRank { background-color: #00699c; color: #00699c; border-color: #FFFFFF; height: 4px; border: 3px solid; }
.dmResultsHeader { text-align: left; }
.header { }
.dmSearchImageButton { border: 0; vertical-align: bottom; padding-left: 5px; }
.dmSearchButton { }
/* END SEARCH STYLES */

/* CATALOGUE SEARCH */
.catalogueSearchFrame { margin-left: 15px; margin-right: 15px; width: 580px; height: 1000px; }

/* START CALENDER PAGE STYLES */
.dmCalenderTxt { color: #000000; background-color: White; }
.dmCalenderTxt2 { color: #000000; background-color: #F5F5F5; }
.dmCalenderDate { color: #666666; }
.DateTable { padding: 3px 0px 3px 0px; margin-bottom: 3px; }
.DateTxtBox { border: solid 1px #C0C0C0; height: 20px; }
.relatedSubHead { font-weight: bold; font-size: 1.07em; margin-bottom: 1em; }
/* END CALENDER PAGE STYLES */

/* MEMBERS LIST STYLES */
.memRelations { padding: 2px 0px 10px 5px; margin: 0px; }
/* MembersNew.aspx - Related Persons*/
.memPerson { padding: 0px 0px 3px 5px; }
.memPerson a { font-weight: bold; }
.memPerson p { margin: 0px; padding: 0px; }
/* MembersList.aspx */
.memListLetter { margin: 10px 0px 3px 0px; border-bottom: solid 1px #31515A; color: #31515A; font-size: 1.5em; font-weight: bold; }
/* END MEMBERS LIST STYLES */

/* START ORGLIST STYLES */
.OrgTable { margin-left: 15px; margin-right: 15px; width: 570px; vertical-align: top; padding-bottom: 1em; }
.OrgTable td { }
.OrgGroupTitle { color: #000000; font-size: 1.6em; font-weight: Bold; text-decoration: none; margin-left: 15px; }
.OrgHeadline { color: #00699C; font-size: 1.4em; font-weight: bold; text-decoration: none; padding-top: 1em; }
.OrgData { color: #474747; font-size: 0.9em; font-weight: normal; text-decoration: none; white-space: normal; padding: 3px 3px 3px 3px; }
.OrgDataAlt { color: #474747; font-size: 0.9em; font-weight: normal; text-decoration: none; white-space: normal; background-color: #EFEFEF; padding: 3px 3px 3px 3px; }
.OrgDataName { color: Green; font-weight: Bold; text-decoration: none; padding: 3px 0px 3px 0px; }
.OrgDataFirstRow { background-color: #eeeeee; }
.OrgFormTable { border: Solid 1px #AFAFAF; background-color: #EFEFEF; margin-bottom: 1em; /*margin-top: 20px;*/ }
.OrgFormTable td { padding: 3px 5px 3px 5px; }
.PersTable { margin-bottom: 1em; }
.formRowTitle { color: #00699C; font-size: 1.2em; text-decoration: none; }
.formRowContent { margin-bottom: 1em; }
.orgForms .OrgData, orgForms .OrgDataAlt { width: 50%; }
/* END ORGLIST STYLES */

.dmSitePath { font-size: 0.72em; font-weight: normal; }

/* START REQUIRED STYLES */
a.skipnav { display: none; }
/* END REQUIRED STYLES */


/*FRONTEND SURVEY  */

.FormTDHeadline {padding: 10px; border-top: double 3px silver; font-weight: bold; background-color: #efefef;}
.FormTDHeadlineError{padding: 10px; border-top: double 3px silver; font-weight: bold; background-color: orange;}
.FormTD0	{padding: 10px; border-bottom: double 3px silver; font-weight: bold; background-color: #efefef;}
.FormTD1	{padding: 10px; border-bottom: solid 1px silver; vertical-align: top;}

.buttonSubmit	{height: 60px; width: 600px; background-color: #898989; color: White; font-size: 2em; border: groove 3px silver;}
.SiteLabel		{font-size: 0.7em; }
.SiteLabel2		{font-size: 1.2em; width: 200px; font-weight: bold; padding-bottom: 6px; padding-top: 16px; }
.SiteInput		{font-size: 0.6em;}
.SiteInput2		{font-size: 1.2em; width: 300px; font-family: Verdana;}
.SiteInput td	{font-size: 0.7em;}
.minButton		{background-color: Black; color: White; font-size: 10px;}

.dm-list-heading		{padding: 10px; border-top: double 3px silver; font-weight: bold; font-size: 11px; background-color: #efefef;}
.dm-list-table			{padding: 4px; border-top: double 3px silver; font-size: 10px;}
.dm-tree-item-context	{color: #0075BD; text-decoration: underline; font-size: 12px;}
.dm-toolbar-btn			{display: inline-block; padding: 10px; background-color: Silver; border: solid 1px black; height: 40px; width: 60px; vertical-align: top;}
.dm-toolbar-btn img {border: solid 0px;}			

.surveyButtons {width: 200px; background: #cfcfcf;  }

/*Multirecord buttons */

.dm-tree-item-context {
background-color: silver;
border: 1px solid black;
display: inline-block;
vertical-align: top;
width: 60px; 

}

.errorbox{padding: 20px; border: solid 1px red; color: Maroon; }

.EmailPanel {padding: 16px; border: solid 1px silver; background-color: #EFEFEF;}
.LabelSent  {padding: 16px; color: Green; font-size: 2em; clear: both; }