﻿.container {
	background-color: #fff;
	color: #6600ff;
 	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

.yellowrectangle, .redrectangle, .gggrectangle, .tttrectangle {
	height:2rem;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-bottom-right-radius:20px; 
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
}

.wpfrectangle, .mvcrectangle, .aboutrectangle, .contactusrectangle,
.imagelibraryrectangle, .titlerectangle, .homelinkrectangle, .galleryrectangle {
	-webkit-border-top-right-radius:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-left-radius:20px; 
	border-bottom-left-radius: 20px;
}

.titlerectangle {
	width: 60%;
	margin-left: 30%;
	min-width: 6.2rem;
	font-size: 2.3rem;
}

.yellowrectangle {
	background-color:#ccff00; 
	width:10rem; 
	margin-right:70%;
}

.redrectangle {
	background-color:#ff0000; 
	width:15rem; 
	margin-right:45%;
}

.tttrectangle {
	background-color:#99cc33; 
	width:20rem; 
	margin-left:70%;
}

.bluecolor {
	background-color:#6600ff;
}

.fontwhitecolor {
	color:#ffffff;
}

/*.galleryrectangle {
	width: 30%;
	margin-left: 40%;
}

.mvcrectangle {
	width:25%; margin-left:55%; min-width:8rem;
}

.wpfrectangle {
	width:20%; margin-right:50%; min-width:3.5rem;
}

.aboutrectangle {
	width:30%; margin-left:30%; min-width:6.5rem;
}

.imagelibraryrectangle {
	width:25%; margin-right:17%; min-width:8rem; 
}

.homelinkrectangle { 
	text-align:right;
	font-size:1.1rem; 
	padding-right:1.1rem;
	margin-left: 80%;
	width:7%; min-width:5rem; 
}

.gggrectangle {
	background-color:#999900; 
	width:20rem; 
	margin-right:40%;
}

.gggcolor {
	background-color:#999900; 
}

.formtopicfontcolor{
	color:#ccff00;
}

.formdropdown {
	color:black;
}

.formtextbox{
	width:290px;
	color:black;
}

.formtextarea{
	width:290px;
	height:8rem;
	color:black;
}

button.formbutton {
	color:#ccff00; background-color:#99cc33;
}
button.formbutton:hover {
	color:#99cc33; background-color:#ccff00;
}

.pdflink:link {
	color:#6600ff; text-decoration:none;
}

a.specialLink:link {
	color:#ffffff; text-decoration:none;
}

a.specialLink:visited {
	color:#99cc33; text-decoration:none;
}

a.specialLink:hover {
	color: #ccff00;
	text-decoration: underline;
}
*/

/*input[type="button"] {
	color:#ffffff; 
	background: none;
	border: none;
	font-size: 1rem;
	font-family: "Times New Roman";
	font-weight: bold;
	cursor: pointer;
}

input[type="button"]:hover {
	color:#ccff00; text-decoration:underline;
}*/

/*.backhome { 
	text-align:right;
	font-size:1.1rem; 
}*/

/*a.backhome:link {
	color:#6600ff; text-decoration:none;
}

a.backhome:visited{
	color:#6600ff; text-decoration:none;
}

a.backhome:hover{
	color:#ccff00; text-decoration:underline;
}

.validation-summary-errors { font-weight: bold; color: #f00;}
*/

/*a.nojavascript:link {
	color:#6600ff; text-decoration:none;
}

a.nojavascript:visited{
	color:#6600ff; text-decoration:none;
}

a.nojavascript:hover{
	color:#ccff00; text-decoration:underline;
}*/

