/* ================================
    CSS STYLES FOR THE ASP.NET PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/   

@import url(css/default.css);
@import url(css/RibbonBar.css);
@import url(css/GridAndEdit.css);


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: steelblue;  
}

/* background color for the content part of the pages */
Body
{
	background-color: black;
/*	margin-right: 100px;
	margin-left: 150px;*/
	
	
	text-align:center;
	margin-top: 0px;
	padding-top: 0px;
}

/*
* {
padding:0;
margin:0;
} */
#content{
border:#000000 solid 0px;
margin:0 auto;
width:871px;
}

.docPanel
{
	border-bottom:Gray solid 1px;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#ffffff
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:DarkRed;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:blue;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:blue;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:blue;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:blue;
    text-decoration:underline;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:Blue;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:Blue;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:Blue;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:Blue;
    text-decoration:underline;
}

/* style for separator between site links */
.Accent
{
    color: black;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    bold;
    color: #8B8686;
 
}

.HeadLine
{
	color:DarkRed;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color:White;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: blue;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: blue;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: blue;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: blue;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  24px;
    font-weight:    normal;
    color: #666644;
    padding-top:5px;

}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  26px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

.IdealSkills
{
	border-bottom: 1px solid #7fa8f1;
	border-top: 1px solid #7fa8f1;
	padding-top:5px;
	padding-bottom:5px;
	
	 font-size:  14px;
    font-weight:    bold;
	color: darkblue;
}

.evtable
{
	border: 0px solid #7fa8f1;
}

.evtablerowheading
{
	/*background-color: #7fa8f1;
	border-bottom: 1px solid #7fa8f1;*/
}
.evtablerowleft
{/*
	border-bottom: 1px solid gray;
	border-right: 1px solid gray*/
}

.evtablerowright
{/*
	border-bottom: 1px solid gray;*/
	
}


A:link  {
    text-decoration:    none;
    color:  blue;
}

A:visited   {
    text-decoration:    none;
    color:  blue;
}

A:active    {
    text-decoration:    none;
    color:  blue;
}

A:hover {
    text-decoration:    underline;
    color:  blue;
}

.whitelink
{
	color:White;
}
SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}



/* Speaker Villa */

    .frontext {font-family:Arial,Verdana,Tahoma;font-size:11px;font-weight:300;line-height:17px;color:#FFFFFF;}
    .frontextb {font-family:Arial,Verdana,Tahoma;font-size:11px;font-weight:bold;line-height:17px;color:#FFFFFF;}
    .white {font-family:Arial,Verdana,Tahoma;font-size:11px;font-weight:300;line-height:14px;color:#FFFFFF;}
    .orange1 {font-family:Arial,Verdana,Tahoma;font-size:14px;font-weight:bold;line-height:14px;color:#FF9966;}
    .frontext1 {font-family:Arial,Verdana,Tahoma;font-size:10px;font-weight:bold;line-height:15px;}
    .frontext2 {font-family:Arial,Verdana,Tahoma;font-size:12px;font-weight:bold;line-height:17px;}
    .frontext7 {font-family:Arial,Verdana,Tahoma;font-size:11px;font-weight:bold;line-height:17px;}
    .footer2 { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 11px; font-weight: 300; font-variant: normal; color: #000000;}
    .footer { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: 10px; font-weight: 300; font-variant: normal; color:#FFFFFF;}
	A {text-decoration: none; color: white;}
    A:link {text-decoration:none; color:#970F01; font-weight:bold; font-size:11px; }
    A:visited {text-decoration: none; color:#970F01; font-weight:bold; }
    A:active {text-decoration: none; color:#970F01; font-weight:bold; }
    A:hover {text-decoration: underline; color:#F09269;	font-weight:bold; }
    A.blinks3 { color: #6095C1; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 11px; font-weight: 300; font-variant: normal;} 
    
    
    
 /**  NEW CSS **/

TD
{
	font-size: 10pt;
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif;
}

.PaddingSmall
{
	padding:20px;
	width:100px;
	border:4px;
	border-bottom-color:Red;
}

.buttonth
{
	background-color: White;
	border: 1px solid #CC9966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	font-weight: bold;
	margin-right: 2px;
	margin-top: 3px;
}

.buttonthWB
{
	background-color:#dbe9fc;
	border:1px solid #7fa8f1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#012882;
	font-weight:bold;
	margin-top:3px;
	height:25px;
}

.bglist
{
	background-color:#FFFFFF;
	border:1px solid #002d96;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#1f51a9;
	padding-left:3px;	
	margin-top:5px;	
	width: 270px;
}
.bglistMedium
{
	background-color:#FFFFFF;
	border:1px solid #002d96;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#1f51a9;
	padding-left:3px;
	/*height:13px;*/
	margin-top:5px;
	width: 180px;
}

.bglistSmall
{
	background-color:#FFFFFF;
	border:1px solid #002d96;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#1f51a9;
	padding-left:3px;
	/*height:13px;*/
	margin-top:5px;
	width: 130px;
}


.bglistMini
{
	background-color:#FFFFFF;
	border:1px solid #002d96;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#1f51a9;
	padding-left:3px;
	/*height:13px;*/
	margin-top:5px;
	width: 100px;
}

.GridItem
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	color:#012882;
	padding-left:3;
	vertical-align:middle;
}

.GridItemLarge
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	color:#012882;
	padding-left:3;
	vertical-align:middle;
	width:150px;
}

.GridHeading
{
	font-size:11px;
	background-color:Transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	padding-left:0;
	color:#012882;
}
.TableCell
{		
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color:#012882;	
	border-collapse:collapse;
	vertical-align:middle;	
}

.ActionButtons
{
	color:#404150;
	vertical-align:middle;
	padding-left:10px;
	padding-bottom:2px;
	text-align:left;
}

.RibbonBarImage
{
	background-image:url(images/login-bg.gif);
	border:0;
	
	text-align:center;
	height:52px;
}

.ContentPane
{
	padding-left:15px;
	padding-right:15px;
}

.border-table
{
	border:1px solid #002d96;
}
.border-tableWB
{
	border-left:1px solid #002d96;
	border-right:1px solid #002d96;
	border-top:1px solid #002d96;
	border-bottom:0px solid #002d96;
}

.ImageButton
{
	cursor:hand;
}
.Table-header-Dark
{
	/*background-image:url(Images/bluepanel2.gif);*/
	background-repeat:repeat-x;
	background-color:#8DB2E3;
	
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 0px;  /* padding-bottom: 3px; */
	color: #404150;
	margin-top:0px;
	padding-top: 0px;  /* padding-top: 3px; */
	font-family: Verdana, Helvetica, sans-serif;
	vertical-align:middle;
	height:26px;
}
.tabbottom
{
border:1px solid #9abae5;
}

  .txt{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#404150;
}


.LightBlueRow{
background-color:#dbe9fc;
background-repeat:repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#002d96;
padding-left:12px;
padding-right:12px;
padding-top:1px;
padding-bottom:1px;

}

.Table-header
{
	/*background-image:url(img/bluepanel2.gif);*/
	/*background-repeat:repeat-x;*/
	
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 0px;  /* padding-bottom: 3px; */
	color: white;
	margin-top:0px;
	padding-top: 0px;  /* padding-top: 3px; */
	font-family: Verdana, Helvetica, sans-serif;
	vertical-align:middle;
	height:26px;

	background-color: #dbe9fc;
	color: #002d96;
	border-color: #002d96;
	border-bottom: 1px solid;


}

.GridHeaderTable
{
	border-left:1px solid #002d96;
	border-right:1px solid #002d96;
	border-top:1px solid #002d96;
	
}


/*  Message Style Sheet.... Start */


.error-l{
background-image:url(svimages/error-t-l.jpg);
width:2px;
height:2px;
background-repeat:no-repeat;
background-position:top left;}
.msg-top-l{
background-image:url(svimages/error-t-l.jpg);
width:2px;
height:2px;
background-repeat:no-repeat;
background-position:top left;}

.error-r{
background-image:url(svimages/error-t-r.jpg);
width:2px;
height:2px;
background-repeat:no-repeat;
background-position:top right;}
.msg-top-r
{
	
background-image:url(svimages/error-t-r.jpg);
width:2px;
height:2px;
background-repeat:no-repeat;
background-position:top right;}

.error-l-b{
background-image:url(svimages/error-b-l.jpg);
width:2px;
height:2px;
background-repeat:no-repeat;
background-position:bottom left;}

.msg-bottom-l{
background-image:url(svimages/error-b-l.jpg);
width:2px;
height:2px;
background-repeat:no-repeat;
background-position:bottom left;}

.error-r-b{
background-image:url(svimages/error-b-r.jpg);
width:2px;
height:2px;
background-repeat:no-repeat;
background-position:bottom right;}
.msg-bottom-r{
background-image:url(svimages/error-b-r.jpg);
width:2px;
height:2px;
background-repeat:no-repeat;
background-position:bottom right;}

.error-top
{
background-image:url(svimages/error-line-top.jpg);
background-color:#f8fbfe;
border-top: solid 1px #C3C2C2;
height:2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0px;
color:#f8fbfe;
}
.top-extension{
background-color:#f8fbfe;
border-top: solid 1px #C3C2C2;
height:2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0px;
color:#f8fbfe;
}

.error-bottom
{
background-image:url(svimages/error-line-bottom.jpg);	
background-color:#f8fbfe;
border-bottom: solid 1px #C3C2C2;
height:2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0px;
color:#f8fbfe;
}
.bottom-extension{
background-color:#f8fbfe;
border-bottom: solid 1px #C3C2C2;
height:2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0px;
color:#f8fbfe;
}

.error-middle{
background-color:#f8fbfe;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#2b244d;
vertical-align:middle;
padding-left:1px;
}
.msg{
background-color:#f8fbfe;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#2b244d;
vertical-align:middle;
padding-left:6px;
}

.error-middle-left{
background-color:#f8fbfe;
border-left: solid 2px #C3C2C2;
width:1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0px;
color:#f8fbfe;
}
.right-extension{
background-color:#f8fbfe;
border-left: solid 1px #C3C2C2;
width:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0px;
color:#f8fbfe;
}

.error-middle-right{
background-color:#f8fbfe;
border-right: solid 1px #C3C2C2;
width:2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0px;
color:#f8fbfe;
}
.left-extension{
background-color:#f8fbfe;
border-right: solid 1px #C3C2C2;
width:2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0px;
color:#f8fbfe;
}

.text-small{
background-color:#f4f4f4;
border:1px solid #4A4A4A;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#4A4A4A;
width:120px;
}

.login-border{
border: solid 1px #595959;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#2B264C;
padding:3px;
}
.warning
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#FF0000;
}

/*End Message Control Style Sheet  */

.gridHeaderWithBorder
{
background-image:url(img/bluepanel1bot.gif);
height:19px;
padding-left:12px;
border:1px solid #002d96;
}
.contable-inner
{
border:1px solid #9abae5;
}

.tabcontainer
{
border-left :1px solid #002d96;
border-right :1px solid #002d96;
border-bottom :1px solid #002d96;
padding-left:5px;
padding-right:5px;
padding-bottom:5px;
padding-top:10px;
margin-top:0px;
vertical-align:top;
width:100%;
/*background-color:#EDF6FF;*/

}


.tabtd
{

padding-bottom:0px;	
}

.toppanel
{
padding-top:5px;	
}

.PlanStrip
{

background:#DDEAFB;
border-bottom :1px solid #6788BE;
border-left :1px solid #6788BE;
border-right :1px solid #6788BE;
border-top :1px solid #6788BE;

}
.PlanCell
{
background:#f2f7fe;
border-left :1px solid #6788BE;
border-right :1px solid #6788BE;
border-bottom :1px solid #6788BE;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
border-top :1px solid #6788BE;
	
}
.PlanCellCV
{
background:#f2f7fe;
border-left :1px solid #6788BE;
border-right :1px solid #6788BE;
border-bottom :1px solid #6788BE;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
border-top :1px solid #6788BE;
font-weight:bold;
}

.PlanCellHeader
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
}

.InnerEditSection
{
padding:5px;	
}



/* For Audit Screent */
.button-bg
{
background-image:url(images/but-panel.gif);
height:30px;
background-repeat:repeat-x;
}
A.but-ln:link
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#1e5098;
font-weight:bold;
text-decoration:none;

}
A.but-ln:active
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#1e5098;
font-weight:bold;
text-decoration:none;

}
A.but-ln:visited
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#1e5098;
font-weight:bold;
text-decoration:none;

}
A.but-ln:hover
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#1e5098;
font-weight:bold;
text-decoration:underline;

}
.blue-hbar-t
{
background-image:url(images/blue-bor-h.gif);
height:30px;
background-repeat:repeat-x;
}
.blue-hbar-b
{
background-image:url(images/blue-bor-h-b.gif);
height:30px;
background-position:bottom;
background-repeat:repeat-x;
}
.blue-vbar
{
background-image:url(images/blue-bor-v.gif);
width:2px;
background-repeat:repeat-y;
background-position:left;
}
.blue-vbar1
{
background-image:url(images/blue-bor-v.gif);
width:2px;
background-repeat:repeat-y;
background-position:right;
}

.AuditContainer
{
	padding:3px;
}
/* End Audit Screen */

.ResearchTitle
{
	border-bottom :1px solid #6788BE;
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background-color:#f2f7fe;
	text-align:left;
	padding-left:3px;
}

.SummaryTitle
{
	border-bottom :1px solid #6788BE;
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	text-align:left;
	padding-left:3px;
}


.DataFormContainer
{
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
}

.cvSpeciality
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom :1px solid #6788BE;
	background-color:#f2f7fe;
}

.cvDomain
{
	
}


.cvCompetency
{
	
}


.boldBlueHeadingWithBG
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#2566ac;
font-weight:bold;
vertical-align:top;
height: 25px;
background-color:#D2E3F6;
vertical-align:middle;
padding-left: 6px;
}

.SearchHeader
{
background-color:#C2D9F1;
background-repeat:repeat-y;
background-position:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;

color:#012882;
height:20px;
}

.TabContainer
{
	padding-left:5px;
	padding-right:5px;
	
}

/* Speaker Profile */

.AVLTable
{


/*
border-top :1px solid #002d96;
border-left :1px solid #002d96;
border-right :1px solid #002d96;
*/
border-bottom :1px solid #D0DCD6;
background-image:url(images/AudioBack.gif);

padding-left:0px;
padding-right:0px;
padding-bottom:0px;
padding-top:0px;
margin-top:0px;
vertical-align:top;
height:270px;
width:306px;
/*background-color:#EDF6FF;*/

}

.AVLVideo
{


/*
border-top :1px solid #002d96;
border-left :1px solid #002d96;
border-right :1px solid #002d96;
*/
border-bottom :1px solid #D0DCD6;
background-image:url(images/VideoBack.gif);
background-repeat:repeat-x;
background-color:#F4F4F4;
	
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
padding-top:0px;
margin-top:0px;
vertical-align:top;
height:270px;
width:306px;
/*background-color:#EDF6FF;*/

}

.AVLAudio
{


/*
border-top :1px solid #002d96;
border-left :1px solid #002d96;
border-right :1px solid #002d96;
*/
border-bottom :1px solid #D0DCD6;
background-image:url(images/AudioBack.gif);
background-repeat:repeat-x;
background-color:#F4F4F4;
	
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
padding-top:0px;
margin-top:0px;
vertical-align:top;
height:270px;
width:306px;

/*background-color:#EDF6FF;*/

}

.AVLLinks
{


/*
border-top :1px solid #002d96;
border-left :1px solid #002d96;
border-right :1px solid #002d96;
*/
border-bottom :1px solid #D0DCD6;
background-image:url(images/LinksBack.gif);
background-repeat:repeat-x;
background-color:#F4F4F4;
	
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
padding-top:0px;
margin-top:0px;
vertical-align:top;
height:270px;
width:306px;
/*background-color:#EDF6FF;*/

}



.AVLNote
{
	background-color:#F7F7F7;
	color:#AEAEAE;
	font-size:xx-small;
	text-align:center;
	
}


.RightPaneProfile
{
	border-left:1px solid #6788BE;
	padding:0px;
}

.avTitle
{
	
	padding-left:5px;
}


.avlink {
    text-decoration:    none;
    color:Maroon;
}

A.avlink:link {
    text-decoration:    none;
    color:Maroon;
}

A.avlink:visited  {
    text-decoration:    none;
    color:Blue;
}

A.avlink:active   {
   text-decoration:    none;
    color:Blue;
}

A.avlink:hover    {
    text-decoration:    underline;
    color:RED;
    text-decoration:underline;
}



.docHeading
{
	background-color: #F7F7F7;
	
	padding-left: 3px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #012882;
	padding-right: 10px;
	border-bottom: 1px solid maroon;
	border-top: 1px solid maroon;
	border-collapse: collapse;
	width: 180px;
}

.TitleDocuments
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    bold;
    color: #373737;	
}


.editDocBody
{
	background-color:White;
	
}

.prod_thumb
{
	/*background-color:Red;*/
	/*background-color:#E9CECA;*/
	border: 1px solid #F1BEB7;
	padding:2px;
	padding-bottom:1px;
	
	
	
}
.prod_thumb_over
{
	background-color:#F0BBB4;
	border: 1px solid white;
	padding:2px;	
	padding-bottom:1px;
	
}
.modalPopup {
	background-color:#EFF3FB;
	
	border-width:0px;
	border-style:groove;
	border-color:Silver;
	padding:0px;
	width:50px;
	height:200px;
	position: fixed; top: 250px; right: 50px; bottom: 50px; left: 450px;
	
	
}

.HeadSmall
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: Maroon;
}

.HeadMini
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Maroon;
}
.Glossary
{
	color:Blue;
}


.Glossary {
    text-decoration:    none;
    color:Maroon;
}

A.Glossary:link {
    text-decoration:    none;
    color:Maroon;
}

A.Glossary:visited  {
    text-decoration:    none;
    color:Maroon;
}

A.Glossary:active   {
   text-decoration:    none;
    color:Maroon;
}

A.avlink:hover    {
    text-decoration:    underline;
    color:RED;
    text-decoration:underline;
}