@charset "utf-8";
/* SITE SPECIFIC CSS STYLING */
.mapImage {
	width: 100%;
}
.nodeco {
	list-style-type: none;
	margin-left: -50px;
}

.nodeconormal {
	list-style-type: none;
}
.textUnderline{
	text-decoration:underline;
}
.content_topper {height:350px;}

.to-top a {
    background-image: url(http://www.auburn.edu/administration/registrar/images/to-top.png);
    background-size: 77px 35px;
    border-bottom: 0;
    display: inline-block;
    height: 35px;
    width: 77px;
}

.to-top a:hover {
    background-image: url(http://www.auburn.edu/administration/registrar/images/to-top2.png);
    background-size: 77px 35px;
}

.linkPrint { 
	cursor: pointer; 
	float: right; 
	height: 38px; 
	margin: 0 0 15px 15px; 
	overflow: hidden; 
	width: 98px; }
	
.lpLink { 
	background: url(http://www.auburn.edu/administration/registrar/images/linkPrintG.png) 0 0 no-repeat; 
	: left; 
	height: 34px; 
	width: 48px; }
	
.lpLink:hover { 
	background-position: 0 -35px; }
	
.lpPrint { 
	background: url(http://www.auburn.edu/administration/registrar/images/auprint.png) 0 0 no-repeat; 
	cursor: pointer; 
	float: right; 
	margin: 10px 10px 15px 15px; 
	overflow: hidden; 
	height: 34px; 
	width: 50px; }
		
.lpPrint:hover { 
	background-position: 0 -35px; }

.tab { margin-left: 40px; }	

.thick {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.text_underline {
	text-decoration: underline;	
}

.fluidMedia {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.fluidMedia iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

#separate_line{
	margin-top: -30px;
	margin-bottom: 50px;
}

.twitter_icon{
	
	float:right;
}

@media (max-width: 650px) {
    .twitter_icon {
        float: left;
    }
}

.mapWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.mapWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 105%;
}

.theme_blue_primary{
	padding: 10px;
}


.f_section{
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
}

.confirm_name{
	font-weight: bold;
	margin-top: 50px;
}

.content_detail_row{
	margin-top: 25px;
	margin-bottom: 50px;	
}

.content_detail{
	margin-top: 25px;
}

.panel-group{
		margin-top: 40px;
}

caption{
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

.my_questions{
	
	margin-top: 30px;
}


