/* CSS Style Sheet for Tinlids Web Site - Craig Evans December 2007 */

body {
		background-color: #2f1eb2; /* background color for pages unless overridden */
		
}

/* Following classes provides style for main menu items */

/* Red Glass background */
td img {display: block;}.NavMenu {
	background-image: url(http://www.tinlidsagency.com.au/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;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

/* 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.tinlidsagency.com.au/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: #003366;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #2F1EB2;
	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.LeftNav a:link {color:#FFFFFF; text-decoration:none;}
DIV.LeftNav a:visited {color:#FFFFFF; text-decoration:none;}
DIV.LeftNav a:hover {color:#FFFF00; text-decoration:underline;}

/* End Left Nav Table */

/* Begin CV Classes */

.CVImageStyle {
	padding: 3px;
	border: 1px solid #F3A749;
	background-color: #E8E8E8;
}
.BackButton {
	background-color: #BDC3E9;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	border: 1px solid #6699CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.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: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	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;
}
.FAQAnswer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding: 5px;
	border: 2px solid #CCCCCC;
}
.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: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	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;
}
