﻿/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/

.LinkTitle 
{
	font-family: Tahoma, Geneva, ms sans serif;
	font-size:10pt;
	border-style:none;
	font-weight: bold;
	color: #80C342;
	border-width:0px;
}

.LinkSummary
{
	font-family: Tahoma, Geneva, ms sans serif;
	font-size:10pt;
	border-style:none;
	font-weight: normal;
	color: #000000;
	border-width:0px;
}

.LinkUrl 
{
	font-family: Tahoma, Geneva, ms sans serif;
	font-size:10pt;
	border-style:none;
	font-weight: bold;
	color: #000000;
	border-width:0px;
}



.blueborder {
	border-width: 2px;
	border-spacing: 6px;
	border-style: solid;
	border-color: #283171;
	border-collapse: collapse;
	background-color: white;
	height: 100%;
	padding:1cm;
}


.blueborder2 {
	border-width: 2px;
	border-spacing: 6px;
	border-style: solid;
	border-color: #283171;
	border-collapse: collapse;
	background-color: white;
	height: 100%;
}

.orangeborder 
{
	border-width: 2px;
	border-spacing: 6px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #F7931D;
	background-color: white;
	padding:4px;
}
.textbox {
	font-size:12pt;
	border-style:none;
	font-weight: bold;
	border-width:0px;
}

input 
{
	font-size:12pt;
	border-style:none;
	font-weight: bold;
	border-width:0px;
}


.searchbutton 
{
	border:none 0px #FFFFFF;
	background-image:url("../Images/SearchButton.jpg");
	background-repeat: no-repeat;
	width:168px;
	height:35px;
}

.submitbutton 
{
	border:none 0px #FFFFFF;
	background-image:url("../Images/SubmitButton.jpg");
	background-repeat: no-repeat;
	width:110px;
	height:35px;
	
	
}

.blankbutton 
{
	border:none 0px #FFFFFF;
	background-image:url("../Images/BlankButton.jpg");
	background-repeat: no-repeat;
	width:110px;
	height:35px;
	color: #283171;
	font-family: Tahoma, Geneva, ms sans serif;
	margin: 0px;

	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;
	text-align: center;
	padding-top:4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom:10px;
	vertical-align:top;
}



.defaultstyle 
{
	color: #000000;
	font-family: Tahoma, Geneva, ms sans serif;
	margin: 0px;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
}

.ProjectTitle
{
	color: #283171;
	font-family: Tahoma, Geneva, ms sans serif;
	margin: 0px;
	font-size: 24px;
	font-weight: bolder;
	text-decoration: none;
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
	width: 100%;
}

.ProjectOverview
{
	color: #283171;
	font-family: Tahoma, Geneva, ms sans serif;
	margin: 0px;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;
	text-align: left;
	padding-left: 0px;
	padding-right: 4px;
	padding-bottom:10px;
	width: 100%;
	border: none;
	vertical-align:top;
}

.ProjectDetail
{
	color: #000000;
	font-family: Tahoma, Geneva, ms sans serif;
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	padding-left: 0px;
	padding-right: 4px;
	width: 100%;
	border: none;
	vertical-align:top;
}

.ProjectDetail2
{
	color: #000000;
	font-family: Tahoma, Geneva, ms sans serif;
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	border: none;
	vertical-align:top;
}

.link 
{	color: #F7931D;
	font-family: Tahoma, Geneva, ms sans serif;
	margin: 0px;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
	text-align: left;
	padding-left: 0px;
	padding-right: 4px;
	width: 100%;
}

.BlueTitle 
{
	color: #283171;
	font-family: Tahoma, Geneva, ms sans serif;
	margin: 0px;
	font-size: 15px;
	font-weight: bolder;
	text-decoration: none;
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
	width: 100%;
	border: none;
	vertical-align:top;
}

table.FullHeight { height : 100% }