﻿.buttonContainer {
	float: left;
	margin-bottom: 10px;
}
.buttonInRow {
	padding: 0 0 0 4px;
}
.buttonRowUnder {
	margin: 10px 0 0 0;
}
.modalTwoButtonContainer .buttonContainer {
	margin: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.createNewItemButton:active, .createNewItemButton:link, .createNewItemButton:visited
,.clearFormButton:active, .clearFormButton:link, .clearFormButton:visited
,.manageSortingButton:active, .manageSortingButton:link, .manageSortingButton:visited
,.logInButton:active, .logInButton:link, .logInButton:visited
,.registerButton:active, .registerButton:link, .registerButton:visited
,.saveButton:active, .saveButton:link, .saveButton:visited
,.cancelButton:active, .cancelButton:link, .cancelButton:visited
,.verifyButton:active, .verifyButton:link, .verifyButton:visited
,.submitButton:active, .submitButton:link, .submitButton:visited
,.searchButton:active, .searchButton:link, .searchButton:visited
,.siteButton:active, .siteButton:link, .siteButton:visited
,.giantButtonCenteredText:active, .giantButtonCenteredText:link, .giantButtonCenteredText:visited
{
	display: block;
	color: #ffffff;
    background-color: #0095C0;
	text-decoration: none;
    font-size: 12px;
	height: 16px;
    padding-top: 3px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
	/*padding: 6px 10px 0 10px;*/
	/*border: 1px solid #444;*/
	font-weight: bold;
    text-align: center;
    vertical-align: middle;
    
    border-top-color: #0095C0;
    border-right-color: #0095C0;
    border-bottom-color: #0095C0;
    border-left-color: #0095C0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;        
    /*
	display: block;
	color: #444;
	text-decoration: none;
	font-size: 100%;
	height: 19px;
	padding: 6px 10px 0 10px;
	border: 1px solid #444;
	font-weight: bold;
    text-align: center;
*/
}
.createNewItemButton:hover
,.manageSortingButton:hover
,.logInButton:hover
,.registerButton:hover
,.saveButton:hover
,.cancelButton:hover
,.verifyButton:hover
,.submitButton:hover
,.searchButton:hover
,.clearFormButton:hover
,.siteButton:hover
, .giantButtonCenteredText:hover
{
	border: 1px solid #FFF;
	background: #444;
	color: #fff;
    vertical-align: middle;
	
    border-top-color: #444;
    border-right-color: #444;
    border-bottom-color: #444;
    border-left-color: #444;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; 	    
    /*
	border: 1px solid #FFF;
	background: #444;
	color: #fff;
*/
}
.excelButton {
	background: url("/App_Themes/images/excel.jpg");
	width: 20px;
	height: 20px;
	display: block;
	margin: 2px;
}
.giantButtonCenteredText {
	text-align: center;
	width: 200px;
}
.forgotPasswordRegisterLinks {
	float: left;
	font-size: 14px;
    font-family: arial;
	margin: 0 0 0 50px;
}

.buttonInLine {
	margin: 12px 0 0 5px;
}





.bareButton:active, .bareButton:link, .bareButton:visited
{
	display: block;
	
	color: #000000;
    background-color: #ffffff;
	
	/*color: #000000;
    background-color: #ffffff;*/
	text-decoration: none;
    font-size: 17px;
	height: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
	font-weight: normal;
    text-align: center;
    vertical-align: middle;
    font-family: Verdana;
    font-weight: bold;
}

.bareButton:hover
{
	
	background: #ffffff;
    color: #444444;
    vertical-align: middle;
}



.yellowButton:active, .yellowButton:link, .yellowButton:visited
{
	display: block;
	color: #000;
    background-color: #FDB31E;
	text-decoration: none;
    font-size: 12px;
	height: 16px;
    padding-top: 3px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
	/*padding: 6px 10px 0 10px;*/
	/*border: 1px solid #444;*/
	font-weight: bold;
    text-align: center;
    vertical-align: middle;
    
    border-top-color: #000;
    border-right-color: #000;
    border-bottom-color: #000;
    border-left-color: #000;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;        
    /*
	display: block;
	color: #444;
	text-decoration: none;
	font-size: 100%;
	height: 19px;
	padding: 6px 10px 0 10px;
	border: 1px solid #444;
	font-weight: bold;
    text-align: center;
*/
}
.yellowButton:hover
{
	border: 1px solid #FFF;
	background: #444;
	color: #fff;
    vertical-align: middle;
	
    border-top-color: #444;
    border-right-color: #444;
    border-bottom-color: #444;
    border-left-color: #444;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; 	    
    /*
	border: 1px solid #FFF;
	background: #444;
	color: #fff;
*/
}



.defaultPageLinkButton:active, .defaultPageLinkButton:link, .defaultPageLinkButton:visited
{
	display: block;
	color: #ffffff;
    background-color: #222;
	text-decoration: none;
    font-size: 12px;
	height: 30px;
    padding-top: 13px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
	font-weight: bold;
    text-align: center;
    vertical-align: middle;
    
    border-top-color: #222;
    border-right-color: #222;
    border-bottom-color: #222;
    border-left-color: #222;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}

.defaultPageLinkButton:hover
{
	border: 1px solid #FFF;
	background: #000;
	color: #fff;
    vertical-align: middle;
	
    border-top-color: #000;
    border-right-color: #000;
    border-bottom-color: #000;
    border-left-color: #000;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}