﻿BODY.body

{

    WIDTH: 90%;

    BACKGROUND-COLOR: #e3e3e3;

    font-family: Lucida Console;

    

}

font.navBarText{

	font-size: 24px;
	padding-right:10px;
	
}
font.navBarArtText{
	font-size: 18px;
	color:gray;
	padding-right:10px;

}
font.navSubBarArtText{
	font-size: 14px;
	color:black;
	padding-right:8px;

}

font.paintingTitle {

	font-style:italic;

	font-weight:bold;

}
font.mylinks {
	font-family: Georgia, 'Lucida Console', Monaco, monospace;
	font-weight:bold;

}
.resumeHeading 

{

	font-size: 14px;

	color: purple;

	font-weight: bold;

	font-style : italic;

}

textarea.large_input {

width:400px;	

}

.myname 

{

	font-size: 14px;

	color: black;

	font-style : italic;

}

table.navbar 

{

	/*border-width: 2px;

	border-spacing: ;

	border-style: groove;

	border-color: white;

	border-spacing: 2px;*/

	PADDING-RIGHT: 2px;	
}


tr.navbar

{


    PADDING-RIGHT: 3px;

    BORDER-TOP: #7b68ee ridge;

    PADDING-LEFT: 1px;

    MARGIN: 1px;    

    COLOR: purple;    

    FONT-FAMILY: 'Century Gothic', CommonBullets

}

.navCell

{

    /*BORDER-RIGHT: #191970 thin inset;

    BORDER-TOP: #191970 thin inset;

    BORDER-LEFT: #191970 thin inset;

	BORDER-BOTTOM: #191970 thin inset;*/

    WIDTH: 50pt;    

    BACKGROUND-COLOR: #B0E2FF;

    TEXT-ALIGN: center;

    padding: 10px;

}

.mainTable

{

	border-spacing: 10px;

	margin-left:auto;

	margin-right:auto;

	background-color:#f3f3f3;

	width:90%;

}

img.thumb

{
	WIDTH: 100px;
    HEIGHT: 100px;
}

img.medium

{
	/*WIDTH:500px;*/
    max-height: 100%;
    max-width: 100%;
}
}

img.large

{
	/*width:600px; */
	/*height:auto;*/
	max-height: 100%;
    max-width: 100%;
}


img.large_horizontal
{
	width:90%; 
	height:auto;
}

table.smallImages

{
	border-width: 1px;

	border-spacing: ;

	border-style: inset;

	border-color: white;

	border-spacing: 2px;

	PADDING-RIGHT: 3px;
	

}

 table.mediumImage

 {

	border-width: 2px;

	border-style: inset;

	border-color: white;

	border-spacing: 5px;

}

 

 td.thumb

 {

	border-width: 0px;

	border-style: ridge;

	border-color: white;
	padding: 2px;

}



td.mediumImage

{

	padding-left: 30px;

}



input.regular_input

{

	WIDTH:200px;

}



.error {

	color:red;

}

/*navigation*/



a.pageNumber {
	text-decoration:none;
	color: black;
	border-width: thin;
	border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}




font.currentPageNumber {
	font-weight: bold;
	font-size: 1.1em;
}



#nav {
	margin: 0;
	padding: 1em;
	height: 2em; }

#nav li {
	list-style: none;
	float: left; 
	border-left: 0px solid;<!--change-->
	border-left-color: #6699CC;
	}

		

#nav li a {

 	text-decoration: none;

	display: inline;

	padding: 3px 3px;

	background-color:;

	color: #505050;

	font-size:18px;

	font-weight: bold;}

/*submenus when implemented*/

#nav_main { 	
	font-size:22px;  }



#nav li ul {

	display: none; 

	width: 10em;

	background-color: #AAAAAA;}

#nav li:hover ul {

	display: block;

	position: absolute;

	margin: 0;

	padding: 0; }

#nav li:hover li {

	float: none; }

#nav li:hover li a {

	background-color: #AAAAAA;

	border-bottom: 0px solid #fff;

	color: #707070; }

#nav li li a:hover {

	background-color: #B0E2FF; }
	
/* COMPACT CAPTCHA */

.capbox {
	background-color: #BBBBBB;
	background-image: linear-gradient(#BBBBBB, #9E9E9E);
	border: #2A7D05 0px solid;
	border-width: 2px 2px 2px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	padding: 5px 8px 5px 8px;
	border-radius: 4px 4px 4px 4px;
	}

.capbox-inner {
	font: bold 12px arial, sans-serif;
	color: #000000;
	background-color: #E3E3E3;
	margin: 0px auto 0px auto;
	padding: 3px 10px 5px 10px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	}

#CaptchaDiv {
	color: #000000;
	font: normal 25px Impact, Charcoal, arial, sans-serif;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	user-select: none;
	display: inline-block;
	padding: 3px 14px 3px 8px;
	margin-right: 4px;
	border-radius: 4px;
	}

#CaptchaInput {
	border: #38B000 2px solid;
	margin: 3px 0px 1px 0px;
	width: 105px;
	}
