﻿/* ------------------ Modify this style to change font on help pages ---- */
html, body
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    padding: 0px;
    margin: 0px;
}
h1, h2, h3
{
    color: #008080;
    font-size: 1.6em;
    font-weight: normal;
    letter-spacing: -1px;
    text-transform: uppercase;
}
ul li, li
{
    list-style-image: url(imagesStyles/bullet.gif);
    margin: 10px 0px 0px 5px;
}
li
{
    margin: 0px;
}
ul ul li, ul ul ul li
{
	list-style-image: url(imagesStyles/bullet_s.gif);
}
a, div, ul, ol, li, dl, dd, dd, form, input, textarea, textarea.texto, p, table, tr, td, span
{
    font-size: 100%;
}
a
{
	color: #3AACFF;
}
a:hover
{
    color: #333333;
}


/* ----------------- ADD CUSTOM STYLES BELOW.  ------------------ */

.bodytable
{
    padding-top:5px;
    padding-left: 5px;
}

.heading   /*StyleList*/
{
  FONT-WEIGHT: normal; 
  FONT-SIZE: 25px; 
  COLOR: #336666; 
  FONT-FAMILY: verdana, Tahoma, Arial
}

.subheading   /*StyleList*/
{
  FONT-WEIGHT: normal; 
  FONT-SIZE: 16px; 
  FONT-WEIGHT: bold; 
  COLOR: #336666; 
  FONT-FAMILY: verdana,Tahoma, Arial
}

.HiddenLink:link /*StyleList*/ {text-decoration: none; color: #434242;}
.HiddenLink:active {text-decoration: none; color: #434242;}
.HiddenLink:visited {text-decoration: none; color: #434242;}
.HiddenLink:hover {background-color: yellow; text-decoration: none; color: #434242;}

.pagelist A:link {text-decoration: none; color: #3399cc;}
.pagelist A:active {text-decoration: none; color: #3399cc;}
.pagelist A:visited {text-decoration: none; color: #3399cc;}
.pagelist A:hover {text-decoration: underline;}

.keywordindex {padding:10px}
.keywordindex A:link {text-decoration: none; color: #434242;}
.keywordindex A:active {text-decoration: none; color: #434242;}
.keywordindex A:visited {text-decoration: none; color: #434242;}
.keywordindex A:hover {background-color: yellow; color: black}


.breadcrumbs /*StyleList*/ {FONT-SIZE: 8pt; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; COLOR:#CBC9BA;}
.breadcrumbs A:link {text-decoration: none; color: #CBC9BA}
.breadcrumbs A:active {text-decoration: none; color: #CBC9BA}
.breadcrumbs A:visited {text-decoration: none; color: #CBC9BA}
.breadcrumbs A:hover {text-decoration: underline; color: black}

.TogglePanel         {WIDTH:100%; BORDER:1px solid #cccccc; }
.TogglePanel_Heading {BACKGROUND-IMAGE:url(images/col.gif); BACKGROUND-REPEAT:no-repeat; BACKGROUND-POSITION:Left center; padding-left:20px; padding-top:4px; padding-right:4px; padding-bottom:4px; cursor:pointer; border-left:0px solid white; border-top:0px solid white; vertical-align:top;}
.TogglePanel_Body    {padding-left:20px; padding-top:4px; padding-right:4px; padding-bottom:4px; border-left:0px solid white; vertical-align:top;}

/* ------------------ Modify the styles below to add,edit or delete page status entries ---- */
.TreeNode_status_Pending
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:3px;
  padding-bottom:2px;
  padding-left: 3px; 
  padding-right: 3px; 
  background-color: #A0DC2C;
}

.TreeNode_status_Incomplete
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:3px;
  padding-bottom:2px;
  padding-left: 3px; 
  padding-right: 3px; 
  background-color: #A0B6FF;
}

.TreeNode_status_Needs_Review
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:3px;
  padding-bottom:2px;
  padding-left: 3px; 
  padding-right: 3px; 
  background-color: #FFD016;
}


/* ----------------- TREE STYLES ------------------ */
.HiddenRow 
{ 
  display:none;
}


.TreeView 
{ 
  padding-top: 4px;
  cursor:default;
}

.TreeViewMargin
{ 
  padding-top:4px; 
  padding-left:1px; 
  cursor:default; 
}

.TreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:3px;
  padding-bottom:2px;
  padding-left: 3px; 
  padding-right: 3px; 
}

.GrayedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:3px;
  padding-bottom:2px;
  padding-left: 3px; 
  padding-right: 3px; 
  color:#AAA9A9; 
  cursor:default;
}

.HoverTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  text-decoration:underline; 
  padding-top:3px;
  padding-bottom:2px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: pointer; 
}

.SelectedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  background-color: gray; 
  color:white; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 2px; 
  padding-right: 2px; 
  cursor: default; 
  border: 1px solid #3F3F3F;
}

.MultipleSelectedTreeNode
{
  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; 
}

.CutTreeNode
{
  font-family: tahoma; 
  font-size: 11px; 
  background-color: silver; 
  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;
}

.Margin
{
  background-color: #E6E6F0;
}

.divtree TD {font-size: 11px; font-family: verdana,tahoma,helvetica; text-decoration: none; white-space:nowrap;}
.divtree A  {text-decoration: none; color: black;}


/* ----------------- CAMPUS VIRTUAL STYLES ------------------ */

#content
{
    width: 90%;
}

.resaltar   /*StyleList*/
{
    color: #008080;
	font-size: 9pt;
}
.resaltar3   /*StyleList*/
{
    color: #008080;
    font-weight: bold;
    font-style: italic;
	font-size: 9pt;
}
.bordeCapturaNormal   /*StyleList*/
{
    border: 2px solid #008080;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
}
.apartado2   /*StyleList*/
{
    font-weight: bold;
    color: #008080;
	font-size: 9pt;
}
.letraNovedad   /*StyleList*/
{
    color: #666666;
	font-size: 9pt;
}
.version96   /*StyleList*/
{
    font-size: 0.6em;
    color: #666666;
    font-weight: bold;
    vertical-align: top;
}
.cursiva   /*StyleList*/
{
	font-style: italic;
	font-size: 9pt;
}
.subrayado   /*StyleList*/
{
	text-decoration: underline;
	font-size: 9pt;
}

/*********************TABS*********************/

ul.tabs
{
	margin: 0;   
	padding: 0;  
	float: left;  
	list-style: none;  
	height: 32px; /*--Define el ancho de las tabs--*/     
	border-bottom: 1px solid #999;  
	border-left: 1px solid #999;  
	width: 95%;  
}

ul.tabs li
{
	float: left;  
	margin: 0;  
	padding: 0;  
	height: 31px; /*--Sustrae 1px de la altura de la lista desordenada--*/  
	line-height: 31px; /*--Alineamiento vertical del texto dentro de la tabla--*/  
	border: 1px solid #999;  
	border-left: none;  
	margin-bottom: -1px; /*--Desplaza los item de la lista abajo 1px--*/  
	overflow: hidden;  
	position: relative;  
	background: #e0e0e0;  
}  

ul.tabs li a
{
	text-decoration: none;  
	color: #000;  
	display: block;  
	font-size: 1em;  
	padding: 0 15px;  
	border: 1px solid #fff;  	
	outline: none;  
}

ul.tabs li a:hover
{
	background: #ccc;  
}  

html ul.tabs li.active, html ul.tabs li.active a:hover  
{ /*--Estate seguro de que a la tab activa no se le aplicarán estas propiedades hover--*/  
	background: #fff;  
	border-bottom: 1px solid #fff; /*--Esto hace que la tab activa esté conectada con respecto a su contenido--*/  
}  

.tab_container 
{
	border: 1px solid #999;  
	border-top: none;  
	overflow: hidden;  
	clear: both;  
	float: left; 
	width: 95%;  
	background: #fff;  
}

.tab_content 
{
	padding: 20px;
}
