﻿/* 2010.01.04 */
#pnCtrBox{
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    text-align: right;
}
#pnCtrUfile{
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;    
    width: 100%;
    
}
.aunamepre{
    color: Maroon;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 28pt;
}
.aunamebody{
    color: Black;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 16pt;
}
html {
	height: 100%;
	margin: 0;
	padding: 0;	
}
.mailattachments
{
	border: solid 1px #BDD7FF;
	background-color: #F2F7FF;
	padding: 3px;
	margin: 3px;
	float: left;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

form 
{
	height: 100%;
}
.gridHover
{
	background-color: #E1E6E8;
}
.trackingtitle
{
    padding: 3px 5px 3px 5px;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: GrayText;
    border: solid 1px #cccccc;
    background-color: #EBE8D6;
}
.trackingtitlealt
{
    padding: 3px 5px 3px 5px;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: GrayText;
    border: solid 1px #cccccc;
    background-color: #EBE8D6;
    border-top: none;
}
.trackingcontent
{
    padding: 3px 5px 5px 0px;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: normal;
    color: Black;
    border: solid 1px #cccccc;
    border-top: none;
    text-align: right;
}
.loginerror
{
	background: #FFFFFF url(images/exclamation.png) no-repeat scroll 8px center;
	border-bottom: 2px solid #DE7A7B;
	border-top: 2px solid #DE7A7B;
	color: #CC0000;
	vertical-align: middle;
	font-weight: normal;
	font-size: 9pt;
	text-indent: 40px;	
	text-align: left;
	height: 30px;
	line-height: 30px;
}
.login
{
	border: solid 1px #cccccc;
	background-color: #FBFBFB;
	color: gray;
	font-family: Tahoma;
	font-size: 16pt;
	padding: 1px;
}
.ErrorMessage
{
	background:#E6C0C0 url(images/notice-alert.png) no-repeat scroll 8px top;
	border-bottom:3px solid #DE7A7B;
	border-top:3px solid #DE7A7B;
	color:#CC0000;
	vertical-align: middle;
	font-weight: bold;
	font-size: 9pt;
	text-indent: 40px;
	text-align: left;
	padding-left: 50px;
	line-height: 28px;
}
.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}
.divfacfield
{
    overflow: auto; 
    height: 200px; 
    width: 330px; 
    background-color: #F5F5E9; 
    border-top:solid 1px #cccccc; 
    border-left: solid 1px #cccccc; 
    border-right: inset 1px #cccccc; 
    border-bottom: inset 1px #cccccc;
}
/*.updateProgress 
{
	border: solid 1px #848484;
	background-color: #FEFEFE;
	vertical-align: middle;
	text-align: center;
	padding-top: 30px;
}
.updateProgressMessage {
	margin: 3px; 
	font-family: Arial; 
	font-size: small; 
	vertical-align: middle;
}*/
.updateProgress
{
    position: absolute;
    background-color: #fff;
    filter: alpha(opacity=70);
    mozopacity: 0.7;
    opacity: 0.7;
    padding: 0px;
    margin: 0px;
}
.updateProgress div
{
    background-color: white;
    padding: 4px;
    position: absolute;
    top: 20%;
    left: 45%;
    font-size: 16px;
    font-weight: bold;
}
.background {
	background-color: black; 
	filter: alpha(opacity=100);
	padding: 0px;
	margin: 0px;
}
.AcademicProgressBar
{
	background-image: url('Images/vista_bg.gif');
	background-repeat: repeat;
	background-position: center;
	border-collapse: collapse;
	width: 350px;	
	height: 12px;	
}
.AcademicProgressBarindicator
{
	background-image: url('Images/vista.gif');
	background-position: center left;
	background-repeat: repeat-x;
	height: 12px;
}
.tooltip
{
	padding-bottom: 0px;
}
.popupMenu {
	position: absolute;
	visibility: hidden;
	background-color: Gray;
	width: 250px;
	padding: 10px;
	border: innset 1px black;
}
.popupHover 
{
	color: Red;
	background-color:#F5F7F8;
}
body 
{	 	 
	font-family: Tahoma;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	line-height: inherit;		
}
.admnhead
{
	background-image: url('Images/separator-grey_small.gif');
	background-position: center right;
	background-repeat: repeat-y;  
	font-family: Arial; 
	font-size: 8pt;	
	font-weight: bold;
	line-height: 25px;			
	margin: 5px 0px 5px 0px;	
	cursor: pointer;
}

a.admnheadlink, a.admnheadlink:link, a.admnheadlink:visited 
{
	text-decoration: none;
	font-family: Arial;	
	font-size: 8pt;
	color: Blue;
}
a.admnheadlink:hover 
{
	font-family: Arial;
	font-size: 8pt;		
	color: Maroon;	
	text-decoration: none;
	cursor: pointer;		
}

.admnhomehead
{
	background-image: url('Images/separator-grey_small.gif');  
	background-position: bottom;
	background-repeat: repeat-y;  
	font-family: tahoma, verdana; 
	font-size: 8pt;	
	font-weight: bold;
	line-height: 25px;
	text-align: right;	
	padding-right: 13px;
	margin: 5px 0px 5px 0px;
}
.admncontent
{
	margin-left: 5px;
	line-height: 20px;
}
.apNode
{
	font-family: Tahoma;
	font-size: 11px;		
	color: Maroon;	
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
}
.programheader
{
	color: Maroon;
	font-family: Verdana;
	font-size: 42px;
	font-weight: bolder;
	text-align: center;
}
.programheaderalt
{
	color: navy;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.calendarhead
{
	font-family: Tahoma;
	font-size: 12px;
	color: White;
	font-weight: bold;
	text-transform: uppercase;
}
.calendartable
{
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
}
.calendartermname
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bolder;
	padding: 3px 3px 3px 5px;
}
.calendaralterrow
{
	background-color: #F0FFF0;
}
.calendarrow
{
	background-color: #FFFFFF;
}
.calendarcontent
{
	font-family: Tahoma;
	font-size: 11px;
	padding: 3px 3px 3px 5px;	
}
.calendardatetime
{
	font-family: Tahoma;
	font-size: 11px;
	color: navy;
	padding: 3px 3px 3px 5px;	
}
.calendarbreak
{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bolder;
	font-style: italic;
	padding: 3px 3px 3px 5px;
	height: 35px;
	color: ThreeDShadow;
}
.Home_MainMenu
{
	background-color: #000000;
	border: none 0px #ffffff;
}
.Home_StaticMenuItem
{
	font-family: Tahoma;
	font-size: 8pt;
	color:White;
}
.Home_StaticMenuItemHover
{
	background-color: #49589E;
}
.Home_DynamicMenu
{
	background-color: #000000;	
}
.Home_DynamicMenuItemHover
{
	background-color: #49589E;
}
.Home_DynamicMenuItem
{
	border: none 0px #ffffff;
	font-family: Tahoma;
	font-size: 8pt;
	color: White;	
	width: 100%;
}
.sysClock
{
	font-family: Tahoma;
	font-size: 8pt;	
	color: Black;
	white-space: nowrap;
}
.MenuGroup
{
	background-color: #000000;
	border: none;
}
.TopMenuItem
{
  font-family: Tahoma;
  color: #FFFFFF;   
  font-size: 8pt;
  cursor: pointer;  
}
.TopMenuItemHover 
{
  background-color: #49589E; 
  color: #ffffff; 
  font-family: Tahoma; 
  font-size: 8pt;  
  cursor: pointer;  
}
.MenuItem
{
	font-family: Tahoma;
	color: #FFFFFF;   
	font-size: 8pt;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
}
.MenuItemHover 
{
  background-color: #49589E; 
  color: #ffffff; 
  font-family: Tahoma; 
  font-size: 8pt;  
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
}
a.UserPanel, a.UserPanel:link, a.UserPanel:visited 
{
	text-decoration: none;
	font-family: Tahoma;	
	font-size: 8pt;
	color: white;
}
a.UserPanel:hover 
{
	font-family: Tahoma;
	font-size: 8pt;		
	color: Yellow;
	text-decoration: none;
	cursor: pointer;			
}
.article_nav_body
{
	font-family: Tahoma;
	font-weight: normal;
	color: Navy;
	font-size: 8pt;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;	
}
.article_nav_body a
{
	font-family: Tahoma;
	font-weight: normal;
	color: Navy;
	font-size: 8pt;	
	text-decoration: none;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}
.article_nav_body a:hover
{
	font-family: Tahoma;
	font-weight: normal;
	color: red;
	font-size: 8pt;	
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
}
.article_nav_sel
{
	background-image: url('Images/bgab.gif');
	background-position:center;
	background-repeat: no-repeat;
	height: 25px;
	font-family: Tahoma;
	font-weight: normal;
	color: White;
	font-size: 8pt;	
	text-decoration: none;
	text-align:center;
	padding-top: 7px;
	padding-bottom: 7px;
}
.article_nav_top
{
	background-image: url(/resources/images/box_top.png);
}
.article_nav_bottom
{
	background-image: url(/resources/images/box_bottom.png);
}
.listsearchprompt
{
	background-color: InfoBackground;
	color: InfoText;
}
.resource_cat_bg_text
{
	font-family: tahoma;
	font-size: 8pt;
	color: White;
}
.resource_cat_bg
{
	background-image: url('Images/t_c.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 10px;
	height: 21px;
	width: 100%;	
}
.resource_cat_des
{ 
	font-family: Tahoma, verdana; 
    font-size : 8pt; 
    font-weight: normal;
	BACKGROUND-COLOR : #EBEADB;
	TEXT-ALIGN : justify;
	padding-left: 30px;	
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 5px;
}
.labelTitle
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 8pt; 
	COLOR: #b18498
}
.listbox
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: Gray;
	border: none;
}
.ArticleSlogan
{
	font-family: Arial;
	font-size: 12px;	
	color: Gray;
	font-style: italic;
}
.ArticleTitle
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;	
	text-transform: uppercase;	
}
.navNode
{
	font-family: tahoma;
	font-size: 8pt;
	color: Blue;
	text-decoration: none;
}
.navCurrentNode
{
	font-family: tahoma;
	font-size: 8pt;
	color: Black;
	text-decoration: none;
}
.navSeparate
{
	font-family: tahoma;
	font-size: 8pt;
	color: Blue;
	text-decoration: none;
	padding: 0 3px 0 3px;
}
.clock
{
	font-family: tahoma;
	font-size: 8pt;
	color: Blue;
}
.header{
	font-family: tahoma;
	font-size: 11px;	
	font-weight: bold;	
}

.news{
	font-family: tahoma;
	font-size: 11px;	
	font-weight: normal;	
}
a.applicant, a.applicant:link, a.applicant:visited 
{
	text-decoration: none;
	font-family: Tahoma;
	font-weight: bold;	
	font-size: 8pt;
	color: Navy;
}
a.applicant:hover 
{
	font-family: Tahoma;
	font-size: 8pt;		
	font-weight: bold;
	color: Maroon;	
	text-decoration: none;
	cursor: pointer;		
}
a.newslist, a.newslist:link, a.newslist:visited 
{
	text-decoration: none;
	font-family: Tahoma;	
	font-size: 8pt;
	color: navy;
}
a.newslist:hover 
{
	font-family: Tahoma;
	font-size: 8pt;		
	color: Maroon;	
	text-decoration: none;
	cursor: pointer;		
}
a.searchitem, a.searchitem:link, a.searchitem:visited 
{
	text-decoration: none;
	font-family: Tahoma;	
	font-size: 8pt;
	color: Black;
}
a.searchitem:hover 
{
	font-family: Tahoma;
	font-size: 8pt;		
	color: Maroon;	
	text-decoration: none;
	cursor: pointer;		
}
a.linklist, a.linklist:link, a.linklist:visited 
{
	text-decoration: none;
	font-family: Tahoma;	
	font-size: 8pt;
	color: Maroon;
}
a.linklist:hover 
{
	font-family: Tahoma;
	font-size: 8pt;		
	color: #7CA8D3;	
	text-decoration: none;
	cursor: pointer;		
}

a.aulink, a.aulink:link, a.aulink:visited 
{
	text-decoration: none;
	font-family: Arial;	
	font-size: 12px;
	color: blue;
}
a.aulink:hover 
{
	font-family: Arial;
	font-size: 12px;		
	color: Maroon;	
	text-decoration: underline;
	cursor: pointer;		
}

a.newsSearch, a.newsSearch:link, a.newsSearch:visited 
{
	text-decoration: none;
	font-family: Times New Roman;	
	font-size: 10pt;
	color: #444463;
}
a.newsSearch:hover 
{
	font-family: Times New Roman;
	font-size: 10pt;		
	color: Maroon;	
	text-decoration: none;
	cursor: pointer;		
}
.footer
{
	color: #FFFFFF;
	background-color: #2A2FD6;
	font-family: Tahoma;
	font-size: 8pt;	
	text-align: right;
}
a.footer, a.footer:link, a.footer:visited 
{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 8pt;
	color: #4FA3DA;	
}
a.footer:hover 
{
	font-family: Tahoma;
	font-size: 8pt;	
	color: yellow;	
	text-decoration: none;
	cursor: pointer;		
}
.Info
{
	font-family: tahoma;
	font-size: 8pt;	
	font-weight: normal;
	color: InfoText;
	text-align: justify;
}
.boldtext{
   	font-family: tahoma;
	font-size: 7pt;	
	font-weight: bold;
	color: Black;
}
.normaltext{
   	font-family: tahoma;
	font-size: 11px;	
	color: Black;	
}
a.adminquicknav, a.adminquicknav:link, a.adminquicknav:visited 
{
	text-decoration: none;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #000000;	
}
a.adminquicknav:hover 
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #006699;	
	text-decoration: none;
	cursor: pointer;		
}
.adminnavheader 
{
	text-decoration: none;
	font-family: Tahoma;
	font-weight: bold;	
	font-size: 10px;	
}
.adminnav 
{
	text-decoration: none;
	font-family: Tahoma;	
	font-size: 8pt;
	color: #006699;	
}
.adminnavhover
{
	font-family: Tahoma;
	font-size: 8pt;		
	color: red;	
	text-decoration: none;
}
.PageTitle
{
	font-family: tahoma;
	font-size: 8pt;	
	font-weight: bold;	
	color: white;	
	text-transform: uppercase;
}
.msgAlert
{
	font-family: tahoma;
	font-size: 8pt;	
	font-weight: bold;
	color: Red;	
	text-transform: uppercase;
} 
.lbwelcome{
	font-family: tahoma;
	font-size: 8pt;	
	color: white;		
} 
.RepeaterHeader
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;	
	height: 30px;
	color: #B18464;
	border-top: solid 2px #EBDDD4;
	border-bottom: solid 1px #EBDDD4;	
	background-image: url('Images/img_line01.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	text-align: center;
}
.RepeaterHeaderLast
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;	
	height: 30px;
	color: #B18464;
	border-top: solid 2px #EBDDD4;
	border-bottom: solid 1px #EBDDD4;	
	text-align: center;
}
.RepeaterItem
{
	font-family: Tahoma;
	font-size: 8pt;		
	padding-left: 10px;
	font-weight: normal;	
	height: 27px;
	color: #444463;
	border-bottom: solid 1px #E7E7E7;
}
.RepeaterPagerCurrentPage
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;	
}
a.RepeaterPagerLinkButton, a.RepeaterPagerLinkButton:link, a.RepeaterPagerLinkButton:visited 
{
	text-decoration: none;
	font-family: Tahoma;	
	font-size: 8pt;
	color: #7CA8D3;
}
a.RepeaterPagerLinkButton:hover 
{
	font-family: Tahoma;
	font-size: 8pt;		
	color: Maroon;	
	text-decoration: none;
	cursor: pointer;		
}
.gdHeader
{
	font-family: Times New Roman;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	height: 30px;
	border-top: solid 2px #EBDDD4;
	color: #B18464;
	border-bottom: solid 1px #EBDDD4;	
}

.dgItem
{
	font-family: Times New Roman;
	font-size: 10pt;		
	padding-left: 55px;
	font-weight: normal;	
	height: 27px;
	color: #444463;
	border-bottom: solid 1px #E7E7E7;
}
.LabelQuery
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 8pt;	
	color: #000000;
}
.querytable
{
	background-color: #D3D2D2;
}
.fieldtitle
{ 
	font-family: Tahoma, verdana; 
    font-size : 8pt; 
    font-weight: normal;
	background-color : #DAEAEF;
	text-align :left;
	padding-left: 7px;
	height: 25px;
}
.fieldcontent
{
	font-family: Tahoma, verdana; 
    font-size : 8pt; 
    font-weight: normal;
	text-align : left;	
	padding-left: 3px; 
	padding-top: 3px; 
	padding-right: 2px; 
	padding-bottom: 3px; 
	background-color : #FFFFFF;
} 


/* ------------------------------- */

.treeviewnode
{
	font-family: Tahoma, verdana; 
    font-size : 8pt; 
    font-weight: normal;
    text-decoration: none;	
    padding-left: 2px;	
}
.treeviewselected
{ 
	font-family: Tahoma, verdana; 
    font-size : 8pt; 
    font-weight: normal;
	background-color:White;
	border-color:#888888;
	border-width:1px;
	border-style:Solid; 
}
.treeviewhover 
{ 
	font-family: Tahoma, verdana; 
    font-size : 8pt; 
    font-weight: normal;
	background-color:#CCCCCC;
	border-color:#888888;
	border-width:1px;
	border-style:Solid; 
}
.Textbox
{
	/*border-top: solid 1px gray;
	border-left: solid 1px gray;
	background-color: #F0FFF0;
	*/
	padding: 2px 3px 2px 3px;
	font-family: Tahoma; 
    font-size : 11px; 
    font-weight: normal;
    color: #000000;
    vertical-align: middle;
    
}
.TextboxMarkNumber
{
	border-top: solid 1px gray;
	border-left: solid 1px gray;
	background-color: #F0FFF0;
	padding: 1px 5px 0px 2px;
	font-family: Tahoma, verdana; 
    font-size : 8pt; 
    font-weight: normal;
    color: #000000;
    text-align: right;
}
.label
{
	font-family: Tahoma, verdana; 
    font-size : 8pt; 
    font-weight: normal;
}
.NavBar
{ 
  cursor: default; 
  padding-left: 10px;
} 

.TopItem
{
  background-image: url('Images/separator-grey_small.gif');  
  background-position: bottom;
  background-repeat: repeat-y;  
  font-family: tahoma, verdana; 
  font-size: 8pt;
  padding-top: 4px; 
  padding-bottom: 4px;   
  width: 165px !important;
  cursor:hand;
}

.TopItemHover
{
  color: Gray;
  background-image: url('Images/separator-grey_small.gif');  
  background-position: bottom;
  background-repeat: repeat-y;
  font-family: tahoma, verdana; 
  font-size: 8pt; 
  padding-top: 4px;   
  padding-bottom: 4px; 
  width: 165px !important;
  cursor: pointer;  
}

.Level2Item
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  cursor: default;
}

.Level2ItemHover
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  text-decoration:underline;
  cursor: pointer;
}

.Level2Group
{
  width: 160px !important;
  padding-left: 10px;
  padding-top: 5px;
}

.Empty
{
}

/* dropdowlist style */

.comboBox 
{ 
  
  background-color: white; 
}

.comboBoxHover
{ 
  
  background-color: white; 
}

.DropDownList
{
	
}

.comboDropDown 
{ 
  border: 1px solid #868686; 
  background-color: white; 
  padding: 1px;
  padding-right: 0px;
  cursor: pointer;  
}

.comboTextBox
{
  border: 0px;
  padding-left: 2px;
  padding-right: 2px;  
}

.comboItem
{
  font-family: Verdana; 
  font-size: 11px; 
  padding: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.comboItemHover
{
  background-color: #B2B4BF;   
  font-family: Verdana; 
  font-size: 11px; 
  border: 1px solid #DBCE99;
  padding: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
}
/* treeview style */
.TreeView 
{ 
  padding-top:4px; 
  padding-left:1px;   
  cursor:default; 
}

.TreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
}

.GrayedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  color:gray; 
  cursor:default;
}

.HoverTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  text-decoration:underline; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.SelectedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  background-color: gray; 
  color:white; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.NodeEdit 
{
  border:1px gray solid;
  font-family: tahoma; 
  font-size: 11px;  
}
input
{
  
}
.borderbutton
{
	border: solid 1px #E8E7E2;
	background-color: #F5F5E9;
	text-align: center;
	vertical-align:middle;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	cursor: pointer;	
}
.borderbutton:hover
{
	background-color: #E1E6E8;
	border: solid 1px #316AC5;
	color: Maroon;
}
.buttoneffect
{
	text-align: center;
	vertical-align:middle;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	cursor: pointer;	
	background-color: Transparent;
	border: solid 1px Transparent;
}
.buttoneffect:hover
{
	background-color: #E1E6E8;
	border: solid 1px #316AC5;
	color: Maroon;
}
.dataHeader
{
	border: dotted 1px #CCCCCC;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;	
	color: black;	
	height: 30px;	
	padding-left: 15px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	background-color: #b5ced8;
}
.FormViewPager div
{
	border: none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;	
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	color: Maroon;			
}
.FormViewPager
{
		
}
table.FormViewPager td
{	
	background-color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;	
	text-decoration: none;
}
table.FormViewPager a
{
	text-decoration: none;
}
table.FormViewPager a:hover
{
	text-decoration: underline;
	color: Red;
}
table.FormViewPager span
{	
	font-family: Tahoma;
	font-size: 11px;	
}
.PagerCurrentPage
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;	
}
a.PagerPageNumber, a.PagerPageNumber:link, a.PagerPageNumber:visited 
{
	text-decoration: none;
	font-family: Tahoma;	
	font-size: 8pt;
	color: #7CA8D3;
}
a.PagerPageNumber:hover 
{
	font-family: Tahoma;
	font-size: 8pt;		
	color: Maroon;	
	text-decoration: none;
	cursor: pointer;		
}
.AccordionHeader
{
    border: solid 1px #CCCCCC;
    background-color: #F5F5E9; 
    padding: 3px 0px 3px 10px;
    cursor: pointer;  
    margin-top: 5px;  
}
.AccordionContent
{
    border-bottom:solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    background-color: #F6F6F6;    
}

/* ############### New Styles ############### */
.moneytextbox
{
    background-image: url('Images/icons/dollar.gif');
    background-repeat: no-repeat;
    background-position: center left;
    border-style: solid;
    border-width: 1px;
    border-color: #7F9DB9;
    text-align: right;     
    font-family: Verdana;
    font-size: 11px;
    padding-right: 7px;
    padding-left: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.datetextbox
{
    background-image: url('Images/icons/calendar_date.png');
    background-repeat: no-repeat;
    background-position: center left;
    border-style: solid;
    border-width: 1px;
    border-color: #7F9DB9;
    text-align: right;     
    font-family: Tahoma;
    font-size: 11px;
    padding-right: 5px;
    padding-left: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.usertextbox
{
    background-image: url('Images/icons/users.gif');
    background-repeat: no-repeat;
    background-position: center left;
    border-style: solid;
    border-width: 1px;
    border-color: #7F9DB9;
    text-align: left;     
    font-family: Tahoma;
    font-size: 11px;
    padding-right: 7px;
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.dropdownicon
{
    background-image: url('Images/icons/accept.png');
    background-repeat: no-repeat;
    background-position: center left;
    border-style: solid;
    border-width: 1px;
    border-color: #7F9DB9;
    text-align: left;     
    font-family: Tahoma;
    font-size: 11px;
    padding-right: 0px;
    padding-left: 15px;    
    margin-bottom: 1px;
    margin-top: 1px;
}
.avcxpop
{
    background-color: gray;    
    filter: alpha(opacity=97);
}
.pncntrtop01
{
	background-image: url('Images/01.gif');
}
.pncntrtop02
{
	background-image: url('Images/02.gif');
}
.pncntrtop03
{
	background-image: url('Images/03.gif');
}
.pncntrtop04
{
	background-image: url('Images/04.gif');
}
.adminnav
{
    background-image: url('Images/bg.gif');
}
/* ------------Grid View Style ------------------- */
.griddata
{
    background-color: #D3D2D2;
}
.griddataheader
{ 
	font-family: Tahoma; 
    font-size : 9px; 
    font-weight: normal;
	background-color : #DAEAEF;
	padding-left: 7px;
	height: 23px;
}
.griddataheader th
{ 
	font-family: Tahoma; 
    font-size : 9px; 
    font-weight: bold;
	background-color : #DAEAEF;
	padding-left: 7px;
	padding-right: 7px;
	height: 23px;
}
.griddatarow
{
	font-family: Tahoma; 
    font-size : 11px; 
    font-weight: normal;
	padding-left: 3px; 
	padding-top: 3px; 
	padding-right: 2px; 
	padding-bottom: 3px; 
	height: 23px;
	background-color : #FFFFFF;
} 
.griddatarow td
{
	font-family: Tahoma; 
    font-size : 11px; 
    font-weight: normal;
	padding-left: 3px; 
	padding-top: 3px; 
	padding-right: 2px; 
	padding-bottom: 3px;
	height: 23px;
	background-color : #FFFFFF;
} 
.griddatarowalt
{
	font-family: Tahoma; 
    font-size : 11px; 
    font-weight: normal;
	padding-left: 3px; 
	padding-top: 3px; 
	padding-right: 2px; 
	padding-bottom: 3px;
	height: 23px; 
	background-color: #F0FFF0;
} 
.griddatarowalt td
{
	font-family: Tahoma; 
    font-size : 11px; 
    font-weight: normal;
	padding-left: 3px; 
	padding-top: 3px; 
	padding-right: 2px; 
	padding-bottom: 3px; 
	height: 23px;
	background-color: #F0FFF0;
}
.griddatafooter
{
    background-color : #DAEAEF;
    height: 23px;
}
.toolboxtop_l
{
    background-image: url('Images/l_title.gif');
    background-position: top left;
    background-repeat: no-repeat;
}
.toolboxtop_bg
{
    background-image: url('Images/bg_title.gif');
    background-position: top left;
    background-repeat: repeat-x;
    font-family: Tahoma;
    font-weight: bold;    
    color: White;    
    font-size: 11px;
    vertical-align: middle;
    height: 32px;
}
.toolboxtop_r
{
    background-image: url('Images/r_title.gif');
    background-position: top right;
    background-repeat: no-repeat;
}
.toolboxmid_l
{
    background-image: url('Images/l_line_bg.gif');
    background-position: top left;
    background-repeat: repeat-y;
}
.toolboxmid_r
{
    background-image: url('Images/r_line_bg.gif');
    background-position: top right;
    background-repeat: repeat-y;
}
.toolboxbot_l
{
    background-image: url('Images/ugol_l.gif');
    background-position: bottom left;
    background-repeat: no-repeat;
}
.toolboxbot_bg
{
    background-image: url('Images/down_line_bg.gif');
    background-position: bottom left;
    background-repeat: repeat-x;
}
.toolboxbot_r
{
    background-image: url('Images/ugol_r.gif');
    background-position: bottom right;
    background-repeat: no-repeat;
}
.homepage_layoutbot
{
    background-image: url('Images/bgshadow-bot.gif');
}
.homepage_layout_right_scroll
{
    background-image: url('Images/right_scroll.png');
}
.homepage_layout_left_scroll
{
    background-image: url('Images/left_scroll.png');
}
.homepage_layout_bac_scroll
{
    background-image: url('Images/bac_scroll.png');
    border-collapse: collapse;
}
.homepage_layout_top
{
    background-image: url('Images/top.png');
}
.homepage_layout_left
{
    background-image: url('Images/left.png');
}
.homepage_layout_right
{
    background-image: url('Images/right.png');
}
.homepage_layout_bot
{
    background-image: url('Images/bot.png');
}
.homepage_layout_bgshadow_left
{
    background-image: url('Images/bgshadow-left.gif');
}
.homepage_layout_bgshadow_right
{
    background-image: url('Images/bgshadow-right.gif');
}
.homepage_layout_bgshadow_back
{
    background-repeat: repeat-x; 
    background-position: top;
    background-image: url('Images/back.png');
}
/* jquery style */
#personPopupContainer
{
    position:absolute;
    left:0;
    top:0;
    display:none;
    z-index: 20000;
}

.personPopupPopup
{
}

#personPopupContent
{
    background-color: #FFF;
    min-width: 175px;
    min-height: 50px;
}

.personPopupPopup .personPopupImage
{
    margin: 5px;
    margin-right: 15px;
}

.personPopupPopup .corner 
{
    width: 19px;
    height: 15px;
}
    
.personPopupPopup .topLeft 
{
    background: url(images/personpopup/balloon_topLeft.png) no-repeat;
}
    
.personPopupPopup .bottomLeft 
{
    background: url(images/personpopup/balloon_bottomLeft.png) no-repeat;
}
    
.personPopupPopup .left 
{
    background: url(images/personpopup/balloon_left.png) repeat-y;
}
    
.personPopupPopup .right 
{
    background: url(images/personpopup/balloon_right.png) repeat-y;
}
    
.personPopupPopup .topRight 
{
    background: url(images/personpopup/balloon_topRight.png) no-repeat;
}
    
.personPopupPopup .bottomRight 
{
    background: url(images/personpopup/balloon_bottomRight.png) no-repeat;
}
    
.personPopupPopup .top 
{
    background: url(images/personpopup/balloon_top.png) repeat-x;
}
    
.personPopupPopup .bottom 
{
    background: url(images/personpopup/balloon_bottom.png) repeat-x;
    text-align: center;
}