
body.en :lang(sp) {
  display: none;
}
body.sp :lang(en) {
  display: none;
}

body{
	font-family: Arial;
    margin: 0;
}
A:link
{
    COLOR: #336699;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #996633;
}
A:hover
{
    COLOR: #999999;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}
TD
{
    FONT-SIZE: small;
    COLOR: #000000;
    FONT-FAMILY: Arial;
}
P
{
    FONT-SIZE: small;
    COLOR: #000000;
    FONT-FAMILY: Arial;
}
.gridCell {
    word-wrap:break-word;
}
DIV
{
    FONT-SIZE: small;
    COLOR: #000000;
    FONT-FAMILY: Arial;
}
.footer
{
    FONT-SIZE: small;
    COLOR: #ffffff;
    FONT-FAMILY: Arial;
}
.large
{
    FONT-SIZE: medium;
    COLOR: #000000;
    FONT-FAMILY: Arial;
}
.small
{
    FONT-SIZE: small;
    COLOR: #000000;
    FONT-FAMILY: Arial;
}
.white
{
    FONT-SIZE: 12px;
    COLOR: #ffffff;
    FONT-FAMILY: Arial;
}
.crumb
{
    FONT-SIZE: small;
    COLOR: black;
    FONT-FAMILY: Arial;
}
#crumb
{
    FONT-SIZE: 10px;
    COLOR: black;
    FONT-FAMILY: Arial
}

/* unvisited link */
a:link {
    color: #000000;
}

/* visited link */
a:visited {
    color: #000000;
}

/* mouse over link */
a:hover {
    color: #000000;
}

/* selected link */
a:active {
    color: #000000;
}


IMG
{
    BORDER-RIGHT: 0px;
    BORDER-TOP: 0px;
    BORDER-LEFT: 0px;
    BORDER-BOTTOM: 0px
}
span.NewSearch, #submitSched{	
	height: 23px; 
	margin-right: 10px; 
	font-family: Arial; 
	text-decoration: none; 
	color: #4e4e4e; 
	font-size: 12px; 
	background-image: url('../images/ButtonLeftBkg.png');
	background-repeat: no-repeat; 
	background-position: top left; 
	margin: 0; 
	padding: 0; 
	padding-left: 8px; 
	padding-right: 4px; 
	padding-top: 4px; 
	padding-bottom: 5px;
	margin-right: 0px;
	border: 0;
}
a.NewSearch, a.Search{
	cursor: pointer;
	color: #4e4e4e; 
	font-size: 12px; 
	background-image: url('../images/ButtonRightBkg.png'); 
	background-repeat: no-repeat; 
	background-position: top right;  
	margin: 0; 
	padding: 0; 
}

.Buttons{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*Layout with white frame table and grayed center table*/
.frame_table {
    border:0; 
    margin: 0; 
    padding: 0;
}
.table_shaded, .table_shaded_min {
    border: 0;
    margin: 0;   
    background-color: #E6E7EC;
}
.table_shaded_min {
    margin: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
}
.helpTitle, .defaultTitle {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

/*end Layout*/

.frame_p {
    margin: auto; 
    padding-bottom: 2px;
    text-align: center;
}

@media all and (min-width: 1001px) {
    body {
        width: 725px;
    }
   .frame_table {
        width: 720px;
    }
    .frame_label {
        width: 720px;
    }
    .frame_p {
        width: 720px;
        max-width: 720px;
    }
}

@media all and (max-width: 1000px) and (min-width: 700px) {
    body {
        width: 625px;
    }
    .frame_table {
        width: 620px;
    }
    .frame_label {
        width: 620px;
    }
    .frame_p {
        width: 620px;
    }
}

@media all and (max-width: 699px) and (min-width: 481px) {
        body {
        width: 525px;
    }

   .frame_table {
        width: 520px;
    }
    .frame_label {
        width: 520px;
    }
    .frame_p {
        width: 520px;
        max-width: 520px;
    }
}

@media all and (max-width: 480px) and (min-width: px) {
   body {
        width: 480px;
        overflow: visible;
    }
   .frame_table {
        width: 475px;
    }
    .frame_label {
        width: 475px;
    }
    .frame_p {
        width: 475px;
    }
}