﻿body 
{
}

a.loginButton
{
    color: black;
    text-decoration: none;
    background-color: #F8F8FF;
    text-align: center;
    border: solid 1px darkgray;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    font-family:'arial',helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-top:2px;
    padding-bottom:2px;
    margin: 1px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(../../Images/menuButton.jpg);
	
}

a.loginButton:hover
{
    border: solid 1px black;
    border-right: solid 1px darkgray;
    border-bottom: solid 1px darkgray;
    background-image: url(../../Images/menuButtonReverse.jpg);
} 

a.menuButton
{
	color: black;
	text-decoration: none;
	background-color: #F8F8FF;
	text-align: center;
	border: solid 1px darkgray;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	font-family:'arial',helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top:2px;
	padding-bottom:2px;
	margin: 1px;
	width: 250px;
	display: inline-block;
	background-image: url(../../Images/menuButton.jpg);
}

a.menuButton:hover
{
	background-color: #F8F8FF;
	border: solid 1px black;
	border-right: solid 1px darkgray;
	border-bottom: solid 1px darkgray;
	background-image: url(../../Images/menuButtonReverse.jpg);
}

.bold-error
{
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	color: red;
}
		
.training
{
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	color: red;
}
.label
{
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
}
.content
{
	font-family: arial;
	font-weight: normal;
	font-size: 10pt;
}
.error
{
	font-family: arial;
	font-weight: normal;
	font-size: 10pt;
	color: red;
}


/* Default JQuery UI Overrides */
.ui-dialog
{
	font-size: 11px !important;	
}

.ui-widget-overlay
{
	/* Fixes a bug with the smoothness skin */
	position: fixed;
}

/* Alert / Confirm Popover Styles */
div.standardAlertDialog
{
	min-height: inherit !important;
}

div.standardAlertDialog .dialogIconPane
{
	/* 
	float: left;
	padding: 3px;
	*/
	display: none;
}

div.standardAlertDialog .dialogContentPane
{
	/*
	float: left;
	padding: 3px;
	*/
}

div.standardAlertDialog .standardAlertMsg
{
	font-size: 11px !important;	
}
