﻿	html
    {
        height: 100%;
        margin:0;
		padding:0;
    }
    
    body
    {
	    background-color: #eeeeee;
	    font-family: Verdana;
	    font-size: 10pt;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    
    .Container
    {
        width: 100%;
        margin: 5px auto 5px auto;
    }
    
    .Button
    {
    	font-family: helvetica;
	    font-size: 12pt;
	     

    }
    
    .Content
    {
    	padding: 0px 5px 5px 5px;        
        height: 100%;
        border: none;
    }
    
    form
    {
		padding: 0px;
		margin: 0px;
		height: 100%;
    }
    
    .PrimaryServerForm
    {
		height: 100%;
		margin: 0;
		padding: 0;
    }
    
    .StandardDiv
    {
    	padding: 5px;
    	margin-bottom: 5px;
    }
    
   

    a {
        cursor: pointer;
        text-decoration: none;
	    color: blue;
    }
  
     a:hover {text-decoration: underline;}
     a:link {}
     a:visited {}
     a:active {}
   
    
    img
    {
	    border: none;
	    text-decoration: none;	
    }
    	

    .Pointer
    {
	    cursor: pointer;
    }

    .Asterisk
    {
	    color: red;
    }
    
    .TableHeader
    {
		font-size: 16px;	
    }
      
      
	.ToggleIcon
	{
		cursor: pointer;
		vertical-align: text-bottom;
	}
	
	.ExamText {font-size: 18px}
	
	.Centered {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	
	div#top-navigation div.burgundysolidbar {
	margin: 0;
	padding: 0;
	border-bottom: 6px solid #660000 ; /* NOT #3072be */
	clear: both;
	}
input.blue-btn,
a.blue-btn,
a.blue-btn-disabled {
	border: 1px solid #003082;
	color: #fff;
	background: #006699;
	
	min-height: 24px;
	border-radius: 4px;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Verdana;
	text-align:center;
	vertical-align:middle;


	
	}

input.blue-btn {
	min-height: 25px;
	}


input.blue-btn:hover,
a.blue-btn:hover {
	border: 1px solid #3072be;
	background: #3072be;
	cursor: pointer;
	}

input.blue-btn:focus,
select.blue-btn:focus {
	border: 2px solid #003082;
	}

a.blue-btn,
a.blue-btn-disabled {
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	display: inline-block;
	padding: 0 20px;
	}

a.blue-btn:focus {
	border-color: #3072be;
	}


/* disabled form fields */
input.blue-btn[disabled],
a.blue-btn-disabled {
	color: #adaa9c;
	background-color: #efebde;
	border: 1px solid #7b9ebd;
	cursor: default;
	}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */


.lt-ie9 a.blue-btn,
.lt-ie9 a.blue-btn-disabled {
	padding-top: 2px;
	padding-bottom: 2px;
	}

.lt-ie8 input.blue-btn,
.lt-ie8 a.blue-btn,
.lt-ie8 a.blue-btn-disabled {
	min-width: 0;
	}

.lt-ie8 input.blue-btn {
	margin-top: -1px;
	padding-top: .3em;
	min-height: 26px;
	vertical-align: middle;
	}