﻿h3
{
    font-family: Arial, Sans-Serif;
    padding-bottom: 0;
}

/* set the image to use and establish the lower-right position 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h3
{
    background: url('../Images/background.png') no-repeat right bottom;
}*/

.cssbox
{
    /*width: 925px !important; /* intended total box width - padding-right(next) */
    width: 650px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
   margin-bottom:10px;
    margin-top: 2px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border:1px solid Gray;
    
}

/* set the top-right image */
.cssbox_head
{
    background-position: top right;
    margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 10px; /* right-image-gap + right-inside padding */
    min-height:50px;
}

#annceHeader
{
    margin: 20px;
    height: 100px;
}

.asplabelleft
{
    font-weight: bold;
}
.asplabelright
{
}

/* set the top-left image */
.cssbox_head h3
{
    background-position: top left;
    margin: 0; /* reset main site styles*/
    border: 0; /* ditto */
    padding: 5px 15px 0px 15px; /* padding-left = image gap + interior padding ... no padding-right */
    font-size: 12px;
    font-family: Verdana, Arial, Serif;
    font-weight: normal;
}
.fromleft
{
    float: left;
}
.emailFrom
{
    color: Green;
    font-weight: bold;
}

.dateright
{
    float: right;
}

/* set the lower-left corner image */
.cssbox_body
{
    background-position: bottom left;
    margin-right: 25px; /* interior-padding right */
    padding: 15px 15px 5px 15px; /* mirror .cssbox_head right/left */
    min-height: 300px;
}

.sjsuOneButton
{
 
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: .5em 1em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background-color: #126da2;
	color:White;
	margin-right:10px;
}

.its_button
{
 
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: .5em 1em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background-color: #126da2;
	color:White;
	margin-right:10px;
}
   
   .newbutton:hover
   {
       cursor:pointer;
   }
   
   /*  font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#22768f 0%,
		#5f8cd9 50%,
		#5f8cd9 50%,
		#0c6a9c);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#22768f),
		color-stop(0.50, #5f8cd9),
		color-stop(0.50, #5f8cd9),
		to(#0c6a9c));
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border: 1px solid #005780;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.4); */

/* FAQ styles */
#FAQlist
{
    width:600px;
    min-height:400px;
}
.questions
{
    font-weight:bold;
}