/*----------other template styles---------*/

a.NavLeft		{ color: #532e63; font-weight: bold; text-decoration: none; }
a.NavLeft:hover     	{ color: #532e63; font-weight: bold; text-decoration: underline; }
.FontTitlePage      	{ color: #532e63; font-size: 16pt; font-weight: bold; }
a.FontNavChildren    	{ text-decoration: none; font-weight:bold; }
a.FontNavChildren:hover	{ text-decoration: underline; font-weight:bold; }
.ColumnHeader      	{ font-size: 12pt; font-weight: bold; }
.ColumnSubheader    	{ color: #ffffff; font-size: 10pt; font-weight: bold; }
.Column            	{ color: white; background-color: #532e63 }
.Column a           	{ color: White; }
.Column a:hover    	{ color: White; text-decoration: none; }
.Column a:visited   	{ color: White; }
H1                  	{ color: #532e63; font-size: 16pt; font-weight: bold; }
H2                  	{ color: #000; margin-bottom:0; font-size: 11pt; font-weight: bold; }
.HorizontalNav      	{ background-color: #532e63; }
.TopBackground      	{ background: white url('https://www.weber.edu/wsuimages/GetIntoWeber/homeimages/getinspiredheader.JPG'); background-repeat: no-repeat; background-position: left top; }
.LeftBorder         	{ border-left: #532e63 thin solid; }
.NavHeader		{ padding-top: 10px; color: #532e63; padding-top: 20pt; font-size: 11pt; font-weight: bold; }
.NavChild		{ padding-top: 5px; }
a.NavChild		{ font-weight: bold; color: #333333; text-decoration: none; }
a.NavChild:hover	{ font-weight: bold; color: #532e63; text-decoration: underline; }
a.NavGrandchild		{ padding-left: 2pt; text-decoration: none; color: #333333; font-size: 9pt; }
a.NavGrandchild:hover	{ padding-left: 2pt; text-decoration: underline; color: #532e63; font-size: 9pt; }
.link			{ color: #ffffff; }
.link:hover		{ color: #ffffff; }

     
/*----------left corner rounded---------*/
.lCorner{display:block}

.lCorner *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#532e63}

.lCorner1{
  margin-left:3px;
  padding-left:1px;
  border-left:1px solid #b5a5bb;
  background:#7e628a}

.lCorner2{
  margin-left:1px;
  padding-left:1px;
  border-left:1px solid #cfdfe3;
  background:#735580}

.lCorner3{
  margin-left:1px;
  border-left:1px solid #735580;}

.lCorner4{
  border-left:1px solid #b5a5bb;
  border-right:0px solid #b5a5bb}

.lCorner5{
  border-left:1px solid #7e628a;
  border-right:0px solid #7e628a}

.cornerfg{
  background:#532e63}


/*----------right corner rounded---------*/
.rCorner{display:block}

.rCorner *{
  display:block;
  height: 1px;
  overflow:hidden;
  font-size:.01em;
  background:#532e63}
  
.rCorner1{
  margin-right:3px;
  padding-right:1px;
  border-right:1px solid #b5a5bb;
  background:#7e628a}
  
.rCorner2{
  margin-right:1px;
  padding-right:1px;
  border-right:1px solid #cfdfe3;
  background:#735580}
  
.rCorner3{
  margin-right:1px;
  border-right:1px solid #735580;}
  
.rCorner4{
  border-left:0px solid #b5a5bb;
  border-right:1px solid #b5a5bb}
  
.rCorner5{
  border-left:0px solid #7e628a;
  border-right:1px solid #7e628a}
  
  
/*----------RAD Menu Skin---------*/

/*----------PARENT MENU ITEMS----------*/
/* background of parent links */
.RadMenu_GIW 
{ background: #532e63; }

/* top and bottom borders of parent links */
.RadMenu_GIW .link 
{ text-decoration:none; line-height: 20px; font-weight: bold; }

/* padding of parent links */
.RadMenu_GIW .link .text 
{ padding-right: 20px; }

/* background and border of parent links on hover */
.RadMenu_GIW .link:hover
{ background: #937d9c; }

/* font of all text */
.RadMenu_GIW .text 
{ padding: 0px 10px; font-size: 12px; color: #ffffff; }


/*----------CHILD MENU ITEMS----------*/
/* background and border of child links */
.RadMenu_GIW .group .link 
{ background: #937d9c; font-weight: normal; }

/* padding for child links */
.RadMenu_GIW .group .text 
{ padding-left:10px; padding-right: 10px; padding-top: 10px; color: #ffffff; }

/* background and border of child links on hover */
.RadMenu_GIW .group .link:hover 
{ background: #532e63; }