/**********************************************************************************************

	Title: Intranet Site
	Author: Bob Stobener

***********************************************************************************************

	1.  LAYOUT
	2.  GLOBAL STYLES
	3.	FORMS
	4.	APPS LAYOUT
	5.	FORUMS
	5.	LEGACY

***********************************************************************************************/





/* 1. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	


.boxes {
	padding: 1;
	border-color: #ccc;
	border-width: 1pt;
	border-style: solid;
}


.vertline {
	padding: 1;
	border-color: #CCC;
	border-width: 0 0 0 1pt;
	border-style: solid;
}

.horzline {
	padding: 1;
	border-color: #CCC;
	border-width: 0 0 1pt 0;
	border-style: solid;
}


.parentContentBox {
	padding: 1;
	background: #fff;
	border-color: #963;
	border-width: 2pt;
	border-style: solid;
}


.SearchBox {
	font-size: 9px;
	text-align: left;
	color: black;
	font-family: helvetica, verdana, sans-serif;
	margin-top: 0px;
}

#comments .outside {
	padding: 1;
	border-color: #ccc;
	border-width: 1pt;
	border-style: solid;
	width: 100%;
}

#comments .inside {
	width: 400px;
	margin-left: auto;
    margin-right: auto;
}

.bkgd { 
	background: #fff; 
}

.menuFrame { 
	background: #fff url('http://thepantry/images/bkgd_top.gif') repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.content { 
	background: #fff; 
}


.pollLeftColor { 
	background: #c24e00; 
}


.pollRightColor { 
	background: #fff; 
}



/* 2. GLOBAL STYLES
-----------------------------------------------------------------------------------------------
===============================================================================================*/	



.menu {
	font-family: helvetica, verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0px;
}

.menu a:link {
	color: #fff;
	text-decoration: none;
}
.menu a:visited {
	color: #fff;
	text-decoration: none;
}
.menu a:hover { 
	color: #ff0;
	text-decoration: none; 
}
.menu a:active {
	color: #fff;
	text-decoration: none;
}



.menu_column {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #c24e00;
	font-weight: normal;
	line-height: 15px;
}

.menu_column a:link {
	color: #492614;
	text-decoration: underline;
}
.menu_column a:visited {
	color: #492614;
	text-decoration: underline;
}
.menu_column a:hover { 
	color: #c24e00;
	text-decoration: underline; 
}
.menu_column a:active {
	color: #c24e00;
	text-decoration: none;
}


.submenu {
	font-family: helvetica, verdana, sans-serif;
	font-size: 10px;
	color: #336699;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
}



.menupublishing {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
}


.mainText {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	line-height: 15px;
}

.mainText a:link {
	color: #c24e00;
}
.mainText a:visited {
	color: #c24e00;
}
.mainText a:hover { 
	color: #CC9900;
}
.mainText a:active {
	color: #c24e00;
}


.mainTextList {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	line-height: 14px;
}

.mainTextList ul {
	list-style-type: none;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

.mainTextList li {
	padding-bottom: 6px;
}

.mainTextList a:link {
	color: #000;
	text-decoration: none;
}
.mainTextList a:visited {
	color: #000;
	text-decoration: none;
}
.mainTextList a:hover { 
	color: #CC9900;
	text-decoration: none;
}
.mainTextList a:active {
	color: #000;
	text-decoration: none;
}


.error {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 10px;
	color: #900;
	font-weight: bold;
	line-height: 12px;
}

.accepted {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 10px;
	color: #060;
	font-weight: bold;
	line-height: 12px;
}

.subText {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: normal;
	line-height: 11px;
}

.subText a:link {
	color: #492614;
	text-decoration: underline;
}
.subText a:visited {
	color: #492614;
	text-decoration: underline;
}
.subText a:hover { 
	color: #c24e00;
	text-decoration: underline; 
}
.subText a:active {
	color: #c24e00;
	text-decoration: none;
}


.headline {
	font-family: helvetica, verdana, sans-serif;
	font-size: 24px;
	color: #c24e00;
	font-weight: bold;
	line-height: 27px;
	letter-spacing: -1px;
}

.headline a:link {
	color: #c24e00;
	text-decoration: none;
}
.headline a:visited {
	color: #c24e00;
	text-decoration: none;
}
.headline a:hover { 
	color: #CC9900;
	text-decoration: none; 
}
.headline a:active {
	color: #c24e00;
	text-decoration: none;
}



.headline_mini {
	font-family: helvetica, verdana, sans-serif;
	font-size: 16px;
	color: #c24e00;
	font-weight: bold;
	line-height: 17px;
	letter-spacing: -1px;
}

.headline_mini a:link {
	color: #c24e00;
	text-decoration: none;
}
.headline_mini a:visited {
	color: #c24e00;
	text-decoration: none;
}
.headline_mini a:hover { 
	color: #CC9900;
	text-decoration: none; 
}
.headline_mini a:active {
	color: #c24e00;
	text-decoration: none;
}


.sub_headline {
	font-family: helvetica, verdana, sans-serif;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 0px;
}


.section_hdr {
	font-family: helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	line-height: 14px;
}

.section_hdr a:link {
	color: #000;
	text-decoration: none;
}
.section_hdr a:visited {
	color: #000;
	text-decoration: none;
}
.section_hdr a:hover { 
	color: #CC9900;
	text-decoration: none; 
}
.section_hdr a:active {
	color: #000;
	text-decoration: none;
}



.section_menu {
	font-family: helvetica, verdana, sans-serif;
	font-size: 16px;
	color: #7a996d;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 0px;
	padding: 1;
}


.item_hdr {
	font-family: helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #c24e00;
	font-weight: bold;
	line-height: 10px;
	letter-spacing: 0px;
}

.caption {
	font-family: helvetica, verdana, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	font-style: italic;
	line-height: 12px;
}


.sidebar_headline {
	font-family: helvetica, verdana, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 0px;
}


.fieldLabel {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #603;
	font-weight: normal;
	line-height: 13px;
}


.calendar_hdr {
	font-family: helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #c24e00;
	font-weight: bold;
	line-height: 10px;
	letter-spacing: -1px;
}

.calendarDays {
	font-family: helvetica, verdana, sans-serif;
	font-size: 10px;
	color: #c24e00;
	font-weight: bold;
}

.calendarDate {
	font-family: helvetica, verdana, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.calendarDateToday {
	font-family: helvetica, verdana, sans-serif;
	font-size: 10px;
	color: #c24e00;
	font-weight: bold;
	text-decoration: none;
}

.calendarDateList {
	font-family: helvetica, verdana, sans-serif;
	font-size: 10px;
	color: #857839;
	font-weight: bold;
	text-decoration: none;
}

.bbtype {
	font-family: helvetica, verdana, sans-serif;
	font-size: 16px;
	color: #360;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 0px;
}

.footerReverse {
	font-family: helvetica, verdana, sans-serif;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	line-height: 12px;
	letter-spacing: 0px;
}

.footer {
	font-family: helvetica, verdana, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	line-height: 12px;
	letter-spacing: 0px;
}


.rimsHeader {
	font-family: helvetica, verdana, sans-serif;
	font-size: 24px;
	color: #336699;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: -1px;
}


.commentsText {
	font-family: helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	line-height: 13px;
	letter-spacing: 0px;
}



/* 3. FORMS
-----------------------------------------------------------------------------------------------
===============================================================================================*/



.FormText {
	font-family: helvetica, verdana, sans-serif;
	font-size: 7pt;
	line-height: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

.TextArea {
	font-size: 10px;
	text-align: left;
	color: black;
	font-family: arial, helvetica, sans-serif;
}

.Boxes {
	border-width: 1pt;
	border-color: #999;
	border-style: solid;
}

.MenuItem {
	color: #FFF;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;
	font-size: 7pt;
	line-height: 7pt;
}

.MenuHdr {
	color: #FFF;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;
	font-size: 8pt;
	line-height: 8pt;
}


.ReportText {
	color: #000;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial;
	font-size: 8pt;
	line-height: 10pt;
}

.ReportText2 {
	color: #000;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial;
	font-size: 7pt;
	line-height: 8pt;
}

.ReportTextItalic {
	color: #000;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial;
	font-size: 8pt;
	line-height: 10pt;
}

.ReportTextBlue {
	color: #369;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial;
	font-size: 8pt;
	line-height: 10pt;
}

.ReportTextRed {
	color: #C00;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial;
	font-size: 8pt;
	line-height: 10pt;
}


.LabelText {
	color: #666;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial;
	font-size: 8pt;
	line-height: 9pt;
}


.ColumnHdr {
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	color: #999;
	font-weight: normal;
	line-height: 6pt;
	letter-spacing: 0px;
}
.ColumnHdr a:link {
	color: #999;
	text-decoration: none;
}
.ColumnHdr a:visited {
	color: #999;
	text-decoration: none;
}
.ColumnHdr a:hover { 
	color: #c24e00;
	text-decoration: none; 
}
.ColumnHdr a:active {
	color: #999;
	text-decoration: none;
}



/* 4. APPS LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/

.AppHeadline {
	color: #3866a1;
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 20pt;
	line-height: 18pt;
	letter-spacing: -1px;
}


.AppSubHeadline {
	color: #666;
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	line-height: 10pt;
	letter-spacing: 0px;
}


.AppPageTitle {
	font-family: helvetica, verdana, sans-serif;
	font-size: 16px;
	color: #c24e00;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 0px;
}


.AppMenu {
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	color: #3866a1;
	font-weight: bold;
	line-height: 10px;
	letter-spacing: 0px;
	text-decoration: none;
}

.AppMenu a:link {
	color: #3866a1;
	text-decoration: none;
}
.AppMenu a:visited {
	color: #3866a1;
	text-decoration: none;
}
.AppMenu a:hover { 
	color: #c24e00;
	text-decoration: none; 
}
.AppMenu a:active {
	color: #3866a1;
	text-decoration: none;
}


.AppMenuHighlight {
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	color: #c24e00;
	font-weight: bold;
	line-height: 10px;
	letter-spacing: 0px;
	text-decoration: none;
}

.AppMenuHighlight a:link {
	color: #c24e00;
	text-decoration: none;
}
.AppMenuHighlight a:visited {
	color: #c24e00;
	text-decoration: none;
}
.AppMenuHighlight a:hover { 
	color: #c24e00;
	text-decoration: none; 
}
.AppMenuHighlight a:active {
	color: #c24e00;
	text-decoration: none;
}




.AppBlueBar {
	background-image:url('http://thepantry/images/header_bar.gif');
	background-repeat:repeat-x;
	padding: 4px 4px 4px 4px;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	line-height: 10px;
	letter-spacing: 0px;
}


.AppBlueBarText {
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	line-height: 10px;
	letter-spacing: 0px;
}



.GrayBar {
	background-color:#999;
	padding: 4px 4px 4px 4px;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	line-height: 10px;
	letter-spacing: 0px;
}



/* 5. FORUMS
-----------------------------------------------------------------------------------------------
===============================================================================================*/


.comment_Space { 
	margin-left:25px;
	margin-bottom:10px;
}

.feedback_Space { 
	margin-left:0px;
	margin-bottom:10px;
}

.comment_admin {
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 4px;
	background-color: #ffc;
	position: relative;

}


.comment_blank {

	padding-left: 0px;
	margin-top: -5px;
	margin-bottom: -5px;
	position: relative;

}


.comment_standard {

	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	background-color: #fff;
	position: relative;

}


.comment_author {

	margin-top: 0px;
	margin-bottom: 4px;
	position: relative;

}


.comment_Text {
	font-family: helvetica, verdana, sans-serif;
	font-size: 10pt;
	color: #000;
	font-weight: normal;
	line-height: 12px;
	letter-spacing: 0px;
}


#comments .outside {
	padding: 1;
	border-color: #ccc;
	border-width: 1pt;
	border-style: solid;
	width: 100%;
}

#comments .inside {
	width: 400px;
	margin-left: auto;
    margin-right: auto;
}


#facebook_style  {
border:1px solid #D8DFEA;
padding:10px 15px;
background-color:#EDEFF4;
}


#facebook_style a {
color:#3B5998;
cursor:pointer;
text-decoration:none;
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
font-size:11px;
text-align:left;
}



/* 6. LEGACY
-----------------------------------------------------------------------------------------------
===============================================================================================*/


.OrangeBold {
	color: #cc6600;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}

.OrangeBoldLinkShow {
	cursor: pointer;
	text-decoration: none;
	color: #cc6600;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

.OrangeNormal {
	color: #cc6600;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

.OrangeNormalLink {
	cursor: pointer;
	color: #cc6600;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

.OrangeItalic {
	color: #cc6600;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

.BlueBold {
	color: #336699;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}

.BlueBoldLinkShow {
	cursor: pointer;
	color: #336699;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}

.BlueNormal {
	color: #336699;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

.BlueNormalLink {
	cursor: pointer;
	color: #336699;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	
}

.BlueItalic {
	color: #336699;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

.GrayBold {
	color: #666666;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}

.GrayBoldLinkShow {
	cursor: pointer;
	text-decoration: none;
	color: #666666;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

.GrayNormal {
	color: #666666;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

.GrayNormal a:link {
	color: #c24e00;
}
.GrayNormal a:visited {
	color: #c24e00;
}
.GrayNormal a:hover { 
	color: #CC9900;
}
.GrayNormal a:active {
	color: #c24e00;
}

.GrayNormalLink {
	cursor: pointer;
	color: #666666;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

.GrayItalic {
	color: #666666;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

.WhiteBold {
	color: #FFF;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}

.WhiteBoldLinkShow {
	cursor: pointer;
	text-decoration: none;
	color: #FFF;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

.WhiteNormal {
	color: #FFFFFF;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

.WhiteNormalLink {
	cursor: pointer;
	color: #FFFFFF;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

.WhiteBoldLink {
	cursor: pointer;
	color: #FFFFFF;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}

.WhiteItalic {
	color: #FFFFFF;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

.RedBold {
	color: #CC0000;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}

.RedBoldLinkShow {
	cursor: pointer;
	text-decoration: none;
	color: #CC0000;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

.RedNormal {
	color: #CC0000;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

.RedNormalLink {
	cursor: pointer;
	color: #CC0000;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

.RedItalic {
	color: #CC0000;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

.smallWhiteLink {
	cursor: pointer;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 7pt;
	line-height: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}	

.largeWhiteLink {
	cursor: pointer;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	line-height: 12pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}

.YellowBold {
	color: #FFFF33;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}

.YellowBoldLinkShow {
	cursor: pointer;
	text-decoration: none;
	color: #FFFF33;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

.YellowNormal {
	color: #FFFF33;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

.YellowNormalLink {
	cursor: pointer;
	color: #FFFF33;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

.YellowItalic {
	color: #FFFF33;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}


.GreenBold {
	color: #006633;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}

.GreenBoldLinkShow {
	cursor: pointer;
	text-decoration: none;
	color: #006633;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

.GreenNormal {
	color: #006633;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

.GreenNormalLink {
	cursor: pointer;
	color: #006633;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

.GreenItalic {
	color: #006633;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}


.PinkBold {
	color: #FF66FF;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}

.PinkBoldLinkShow {
	color: #FF66FF;
	cursor: pointer;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

.PinkNormal {
	color: #FF66FF;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

.PinkNormalLink {
	cursor: pointer;
	color: #FF66FF;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

.PinkItalic {
	color: #FF66FF;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

.BlackBold {
	color: #000000;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}

.BlackBoldLinkShow {
	cursor: pointer;
	text-decoration: none;
	color: #000000;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

.BlackNormal {
	color: #000000;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

.BlackNormalLink {
	cursor: pointer;
	color: #000000;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

.BlackItalic {
	color: #000000;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}
	
	
a:hover { color: #CC9900; }		





