/* CSS Style Sheet for Munchkins Web Site - Craig Evans December 2007 */

body {
	background-color: #458EDB; /* background color for pages unless overridden */
	background-attachment: fixed;
	background-image: url(../Images/Background.jpg);
	background-repeat: no-repeat;
		
}

/* Following classes provides style for main menu items */

/* Red Glass background */
td img {}.NavMenu {
	background-image: url(http://www./images/RedGlassSlice.jpg);
	background-repeat: repeat-x;
}

/* Text Style for Menu items */
.NavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-align: center;
}

/* Link classes for the Main Menu Items */

div.Nav a:link {color: #FFFFFF;	text-decoration: none; }
div.Nav a:visited {color: #FFFFFF; text-decoration: none; }
div.Nav a:hover {color: #E88686; text-decoration: none; }


/* end Main Menu Classes */

/* Paragraph style for site - anything between <p> </p> tags will have this style */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	text-align: left;
}
.BasicText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}


/* Next 2 Classes to apply to Images in the main content pages of the site, NOT the CV. Classes align left or right and place borders */

.ContentImageStyleRight {
	padding: 2px;
	border: 1px solid #CCCCCC;
	float: right;
	margin-right: 2px;
	margin-left: 6px;
}

.ContentImageStyleLeft {
	padding: 2px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 6px;
	margin-left: 6px;
}




.Spacer3Px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3px;
}

/* Classes for Splash Page */

.FooterBackground {
	background-image: url(http://www./images/FooterBackground.png);
	height: 50px;
}
.FooterText {
	font-family: "Trebuchet MS", Arial, "Bauhaus 93";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 10px;
}


/* End Footer Classes - Splash Page */


/* Generic Link Classes for the site */

a:link {
	color: #458EDB;
	text-decoration: underline;
}
a:visited {
	color: #458EDB;
	text-decoration: underline;
}
a:hover {
	color: #458EDB;
	text-decoration: none;
}


/* Classes for the Left Table on the main content page where extra nav or download items can be placed. */

.LeftNavTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

DIV.FooterNav a:link {color:#FFFFFF; text-decoration:none;}
DIV.FooterNav a:visited {color:#FFFFFF; text-decoration:none;}
DIV.FooterNav a:hover {color:#666699; text-decoration:none;}

/* End Left Nav Table */

/* Begin CV Classes */

.CVImageStyle {
	padding: 3px;
	border: 1px solid #458EDB;
	background-color: #E8E8E8;
}
.BackButton {
	background-color: #EEEEEE;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.ResumeCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	padding-bottom: 5px;
}
.ResumeData {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding-bottom: 5px;
}

Div.CV p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	/* padding-bottom: 2px; */
	padding-left: 0px;
}

Div.Skills p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* line-height: 16px; */
	font-weight: normal;
	color: #666666;
	text-align: left;
	padding-top: 0px;
	/*padding-right: 20px;
	 padding-bottom: 2px; */
	padding-left: 0px;
}

/* End CV Classes */.WhiteBorder {
	padding: 2px;
	border: 1px solid #FFFFFF;
}
.WhiteTextAdminLogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.AdminFooterText {

	font-family: "Trebuchet MS", Arial, "Bauhaus 93";
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding-right: 15px;
	padding-left: 10px;
}
.HeadingTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #458EDB;
	border-right-color: #458EDB;
	border-bottom-color: #458EDB;
	border-left-color: #458EDB;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.ErrorStyle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	padding-bottom: 5px;
}
.SubTitleClass {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #BDC3E9;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.FemaleBackground {
	background-image: url(../images/FemaleCVBack.jpg);
	background-repeat: no-repeat;
}
.MaleBackground {
	background-image: url(../images/MaleCVBack.jpg);
	background-repeat: no-repeat;
}
.PrintVerBorder {
	border: 1px solid #000000;
}
.MaleList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding-bottom: 5px;
	background-color: #D9DCF2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #BDC3E9;
	border-right-color: #BDC3E9;
	border-bottom-color: #BDC3E9;
	border-left-color: #BDC3E9;
	margin-left: 3px;
	padding-top: 5px;
	padding-left: 2px;
}
.FemaleList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	padding-bottom: 5px;
	background-color: #FFE8FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFCCFF;
	border-right-color: #FFCCFF;
	border-bottom-color: #FFCCFF;
	border-left-color: #FFCCFF;
	padding-top: 5px;
	padding-left: 2px;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	margin-right:10px;
}
.MainContentPageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-right: 10px;
	padding-left: 0px;
	margin-right: 20px;
	margin-left: 20px;
}
.TableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	text-decoration: blink;
	margin-right:10px;
}
.ContactStyle {


	font-family: "Trebuchet MS", Arial, "Bauhaus 93";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding-right: 15px;
	padding-left: 10px;
}
.NewsTitle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding-top: 5px;
}
.ContentBackStyle {
	background-attachment: fixed;
	background-image: url(../Images/contentBack.jpg);
	background-repeat: no-repeat;
}
.FooterClass {
	background-attachment: fixed;
	background-image: url(../Images/bottombanner.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #97CAF9;
	text-align: center;
}

DIV.ContentFooter a:link {color:#FFFFFF; text-decoration:none;}
DIV.ContentFooter a:visited {color:#FFFFFF; text-decoration:none;}
DIV.ContentFooter a:hover {color:#666699; text-decoration:none;}
.MunchkinsCVBackground {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	background-image: url(../Images/CVBackground.jpg);
	background-repeat: repeat-y;
}
.Munchkins-CV-TitleStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #458EDB;
	letter-spacing: 2px;
}
.MunchkinsSubTitleReverse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #458EDB;
	letter-spacing: 2px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
}

DIV.FAQQuestion p {font-family:Arial, Helvetica, sans-serif; font-weight:600; font-size:12px; color:#666666;}
DIV.FAQAnswer p {font-family:Arial, Helvetica, sans-serif; font-weight:500; font-size:12px; color:#666666;}
.MunchkinsSubTitleReverseLarge {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #458EDB;
	letter-spacing: 2px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.MunchkinsSubTitleReverseLargePink {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #DF689E;
	letter-spacing: 2px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
}
