#hd
{
	width: 100%;
}
#bd
{
	
}
#ft
{
    width: 100%;
}
#Profile
{
	float: none;
	font-size: x-small;
	margin:3px 0px 3px 0px;

	padding: 3px 0px 3px 0px;
	border: solid 1px #efefef;
}
#Profile #UserName
{
	font-size: small;
	font-weight:bold;
}
#Profile #LastLogin{}
#Profile #ChangeTerm{}
#Profile #ProfileFunctions{}

.yui-t3 .yui-b
{float:left;width:15.78em;*width:15.2241em;}
.yui-t3 #yui-main .yui-b{margin-left:16.78em; *margin-left:16.00em;}


body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    margin-top: 0px;
    margin-bottom: 0px;
}
td, tr, table, th
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
   
}
td
{
	padding: 2px 1px 2px 1px;
}

/* Container around the entire page */
.Portal_Container_Main
{
    background-color: inherit;
    border-width: 0px;
    border-style: solid;
    border-color: #FFFFFF;
    color: inherit;
    padding: 0px;
    border-spacing: 0px;
    height: 100%;
    width: 100%;
}

/* Container around the top part that holds the logos */
.Portal_Container_TopBanner
{
	height: 74px; /*will change depending on the clients logo height*/
	background-repeat: no-repeat;
	width: 100%;
	border-spacing: 0px;
	background-color: inherit;
	color: inherit;
	margin: 5px;
}
.Portal_Container_Body
{
    background-color: inherit;
    color: inherit;
    border-width: 0px;
    border-style: solid;
    border-color: #ffffff;
    padding: 0px;
    border-spacing: 0px;
    height: 100%;
    width: 100%;
}

/* Container for the specific logo cell */
.Portal_Container_PortalLogo
{
    background-color: #EDF2FB;
    background-image: url(../images/seal_portal.jpg);
    background-position: right;    
    background-repeat: no-repeat;
    color: inherit;
    float: right;
    height: 102px;
    width: 0px; /*will change depending on the clients logo width*/
}
.Portal_Container_ClientLogo
{
    background-color: #EDF2FB;    
    background-image: url(../images/alumni_connection4.jpg);
    background-repeat: no-repeat;
    color: inherit;
    float: right;
    height: 101px;
    width: 100%; /*will change depending on the clients logo width*/
}
.Portal_Container_LeftSideLogo
{
	background-color: inherit;    
    background-image: url(../images/poweredBycams.gif);
    background-repeat: no-repeat;
    color: inherit;
    height:105px;
    width:200px;
}
.Portal_Container_TopMenu
{
    background-color: inherit;
    color: inherit;
    height: 26px;
    background-image: url(../images/top_menu_bg.gif);
    clear:both;
}
.Portal_Container_TopMenu_Text
{
    color: #FFFFFF;
    font-weight: bold;
    background-color: inherit;
    padding-top: 4px;
    font-size: x-small;
}
.Portal_Container_LeftMenu
{
    background-color: inherit;
    color: inherit;
    width: 200px;
}

/* Container for the content body */
.Portal_Container_ContentBody
{
    border-style: none;
    border-width: 0px;
    border-spacing: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}
.Portal_Container_Content
{
    width: 100%;
}

/* Container for the specific content body text */
.Portal_Container_ContentBody_Text
{
    color: #333333;
    background-color: inherit;
}

/* Container for the copy right section */
.Portal_Container_Bottom
{
    height: 25px;
    border-top-style: solid;
    border-top-color: #CACACA;
    border-top-width: 1px;
    background-color: #EDF2FB;
    color: inherit;
    text-align: center;
}
.Portal_Container_Bottom P
{
	font-size:11px;
    padding-top:4px;
}

/********************************
/ Links
/*******************************/
a
{
    background-color: Transparent;
    color: #405EBE;
    text-decoration: none;
}
a:link
{
    background-color: Transparent;
    color: #405EBE;
}
a:visited
{
    background-color: Transparent;
    color: #405EBE;
}
a:hover
{
    background-color: Transparent;
    color: #FF9B49;
    text-decoration: underline;
}

img
{
    border-style: none;
    cursor: default;
}

/**************************
      Grid Syles
**************************/
tr.row
{
    color: inherit;
    background-color: #fafafa;
}
tr.altrow
{
    color: inherit;
    background-color: #efefef;
}
.Portal_Image_Action
{
    cursor:pointer;
}
/* Style for default table with cp0 cs0 h100 w100 and no border*/
.Portal_Default_Table
{
    border-width: 0px;
    border-style: solid;
    border-color: #FFFFFF;
    padding: 0px;
    border-spacing: 0px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}

.Page_Logo
{
	clear: both;
	height: 45px;
	width: 100%;
	display: block;
	float: none;
	background-image: none;
	visibility: visible;
	vertical-align:middle;
	position: static;
	background-color: inherit;
	text-align: left;
	
}

.Right_Logo
{
	width:70%;
	text-align:right; 
	float:right; 
	position:relative;
}
.Left_Logo
{
	width:30%; 
	float:left; 
	position:relative;
	margin-top:5px;
}
.Page_Content
{
	position:relative;
	margin-bottom:15px;
}

/*************************************/
/*      Styles for group containers  */
/*************************************/
.Portal_Group_Table
{
    border: solid 1px #EDF2FB;
    width:100%;
    margin-bottom:3px;
}
.Portal_Group_Table_Medium
{
	border: solid 1px #EDF2FB;
	width:80%;
}
.Portal_Group_Table_Small
{
	border: solid 1px #EDF2FB;
	width:50%;
}

.Portal_Group_Table_Small_NoBorder
{
	border-width:0px;
	width:50%;
}
.Portal_Group_Header
{
    background-color: #EDF2FB;
    color: #333333;
    height: 25px;
    font-weight: bold;
}
.Portal_Group_Body
{
    font-weight: bold;
}
.Portal_Group_Border /*  table with only border*/
{
    border: solid 1px #CECBCE;
    width: 100%;
}
.Portal_Group_SubHeader1
{
    background-color: #CFDFFA;
    color: #333333;
    height: 25px;
    font-weight: bold;
    font-size:x-small;
    text-align:left;
}
.Portal_Group_SubHeader1_Right
{
    background-color: #CFDFFA;
    color: #333333;
    height: 25px;
    font-weight: bold;
    text-align:right;
    font-size:x-small;    
}

.Portal_Group_SubHeader1_Center
{
    background-color: #CFDFFA;
    color: #333333;
    height: 25px;
    font-weight: bold;
    text-align:center;
    font-size:x-small;    
}

.Portal_Group_SubHeader2
{
    background-color: #EFEFEF;
    color: #333333;
    height: 20px;
    font-weight: bold;
    font-size: x-small;
    text-align:left;
}
.Portal_Group_SubHeader2_Right
{
    background-color: #EFEFEF;
    color: #333333;
    height: 20px;
    font-weight: bold;
    font-size: x-small;
    text-align:right;
}
.Portal_Group_SubHeader2_Center
{
    background-color: #EFEFEF;
    color: #333333;
    height: 20px;
    font-weight: bold;
    font-size: x-small;
    text-align:center;
}

.Portal_Group_ActionColumn
{
	background-color: #CFDFFA;
    color: #333333;
    height: 25px;
    font-weight: bold;
    width:50px;
}

.Portal_Information_Message
{
	color:Red;
}

/*************************************/
/*      Styles for content table     */
/*************************************/
.Portal_Content_Table
{
    width: 100%;
    height: 100%;
}

.Portal_Content_Table_Header
{
    border-top: solid 1px #CECBCE;
    background-color: #EDF2FB;
    color: #666666;
    font-weight: bold;
}
.Portal_Content_Table_Body
{
    border: solid 1px #CECBCE;
    background-color: #FAFAFA;
    color: inherit;
}
.Portal_Content_Table_Logo
{
    width: 72px;
    height: 72px;
    background-color: #FAFAFA;
    color: inherit;
}
.Portal_Content_Header
{
	padding-left:2px;
	padding-top:3px;
    background-color: #EDF2FB;
    color: #333333;
    height: 20px;
    font-weight: bold;
    vertical-align:middle;
}
.Portal_Content
{
    border: solid 1px #edf2fb;
    padding:1px 1px 1px 1px;
}

/*************************************/
/*      Styles For Form Elements     */
/*************************************/
.Portal_Form_CommandCell
{
	width: 30px;
	text-align:center;
}
.Portal_Form_Review
{
	border:none 0px;
	background-color:Transparent;
	width:300px;
}
.Portal_Form_Review_Small
{
	border:none 0px;
	background-color:Transparent;
	width:90px;
}
.Portal_Form_Label
{
	text-align:right;
	padding-right:2px;
	width:180px;
}
.Portal_Form_Label_Small
{
	width:100px;
}
.Portal_Form_Button
{
    padding: 2px 2px 2px 2px;
    margin-bottom:5px;
    margin-top:5px;
    font-size:11px;
}
.Portal_Form_Button_Medium
{
	width:150px;
	    padding: 2px 2px 2px 2px;
	    margin-bottom:5px;
	    margin-top:5px;
}
.Portal_Form_Button_Small
{
    margin-bottom:5px;
    margin-top:5px;
}
.Portal_Form_Image_Button
{
    cursor: default;
}

.Portal_Form_Text_Normal
{
	width: 150px;
	padding: 2px 2px 2px 2px;
    margin: 1px 1px 1px 1px;
    border: solid 1px #7396B5;
}
.Portal_Form_Text_Small
{
	width:50px;
    padding:2px 2px 2px 2px;
    margin:1px 1px 1px 1px; 
    border: solid 1px #7396B5;
}
.Portal_Form_Text_Medium
{
	width: 90px;
	padding: 2px 2px 2px 2px;
    margin: 1px 1px 1px 1px;
    border: solid 1px #7396B5;
}

.Portal_Form_Text_Large
{
	width: 300px;
    padding: 2px 2px 2px 2px;
    margin: 1px 1px 1px 1px; 
    border: solid 1px #7396B5;

}
.Portal_Form_DropDown
{
	font-size: 11px;
	padding: 2px 2px 2px 2px;
    margin: 1px 1px 1px 1px; 
    border: solid 1px #7396B5;
}

/****************************
	Messages Styles
****************************/
.Portal_Information_Info
{
	background-image: url(../images/portal_information_info.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	padding: 5px;
	width: 100%;
	vertical-align: middle;
	background-position: left top;
	visibility: visible;
	direction: ltr;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	display: inline;
	overflow: visible;
	border:solid 1px; 
	text-indent: 40px;
}
.Portal_Information_Warning
{
	background-color: inherit;
	background-image: url(../images/portal_information_warning.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	padding: 5px;
	width: 100%;
	vertical-align: middle;
	background-position: left top;
	visibility: visible;
	direction: ltr;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	display: inline;
	overflow: visible;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	text-indent: 40px;
	color: red;
}

.Portal_Message_Red
{
	background-color: #ffebe8;
	border: solid 1px #dd3c10;
	margin: 2px 2px 2px 2px;
	padding: 3px 3px 3px 3px;
}
.Portal_Message_Blue
{
	background-color: #DEEAFA;
	border: solid 1px #98B9E4;
	margin: 2px 2px 2px 2px;
	padding: 3px 3px 3px 3px;
}
.Portal_Message_General
{
	background-color: #DEEAFA;
	border: solid 1px #98B9E4;
	margin:3px 0px 3px 0px;
	width:100%;
	padding: 3px 0px 3px 0px;
}
.Portal_Message_Required
{
	border:solid 1px #98B9E4;
	margin: 2px 2px 2px 2px;
	padding: 3px 3px 3px 3px;
	font-weight:bold;
}

.Portal_Message_Required span
{
	color:#ff0000;
}

div.Form_Container { margin-bottom: 10px; padding: 5px; background-color: #FFF; border: #EEE 1px solid; }

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.Form_Container form p { margin: 0; }
div.Form_Container form p.Note { margin-left: 170px; font-size: 90%; color: #333; }
div.Form_Container form fieldset { margin: 2px 0; padding: 3px; border: #DDD 1px solid; }
div.Form_Container form legend { font-weight: bold; color: #666; margin-bottom:0px;}
div.Form_Container form fieldset div.Row { padding: 0.25em 0; clear:left; }
div.Form_Container label, 
div.Form_Container span.label { margin-right: 10px; padding-right: 10px; width: 150px; display: block; float: left; text-align: right; position: relative; }
div.Form_Container label.Error, 
div.Form_Container span.Error { color: #C00; }
div.Form_Container label em, 
div.Form_Container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.Form_Container input.Error { border-color: #C00; background-color: #FEF; }
div.Form_Container div.Control_Set label, 
div.Form_Container div.Control_Set input { display: inline; float: none; }
div.Form_Container div.Control_Set div { margin-left: 170px; }
div.Form_Container div.Button_Row { margin-left: 170px; }
