@import url("css/menu.css");

/* HTML ATRIBUTES */
body {
	font-family: sans-serif, serif, "Times New Roman";
	font-size: 12px;
	color: #666666;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}
.mainbg {
	background-color:#FFFFFF;
	width:100%;
	height:auto;
}
.solpart_tb {
    padding-top:3px;
	font-size:12px;
	font-weight:bold;
}
.solpart {
   background-image: url(images/Kronos_Skin_06.jpg);
   background-position:left top;
   background-repeat:repeat-x;
}
#useraccount {
   color:#ffffff;
   font-size:10px;
   font-weight:bold;
}
/* DNN ATRIBUTES */

.DataGrid_Header {
   color: #657787;
   background-color: transparent;
}
.DataGrid_Item {
   color: #657787;
   background-color: transparent;
}
.DataGrid_AlternatingItem {
   color: #666666;
   background-color: transparent;
}
.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #6a7d8e 1px solid;
	border-top: #6a7d8e 1px solid;
	border-left: #6a7d8e 1px solid;
	border-bottom: #6a7d8e 1px solid;
}

form {
	margin: 0;
}
tbody {
	font: 12px  sans-serif, serif, "Times New Roman";
}
td {
	font: 12px sans-serif, serif, "Times New Roman";
}
div {
	font: 12px sans-serif, serif, "Times New Roman";
}
table {
	font: 12px sans-serif, serif, "Times New Roman";
}
input, textarea, select {
	font-family: sans-serif, serif, "Times New Roman";
}
a:Link, a:visited, a:active {
	color: #657787;
	text-decoration: none;
}
a:hover {
	color: #aaaaaa;
	text-decoration: underline;
}



/* Links */
.RedLink, a.RedLink, a.RedLink:visited, a.RedLink:active {
	color: #657787;
	text-decoration: none;
	font: 10px sans-serif, serif, "Times New Roman";
}
a.RedLink:hover {
	text-decoration: underline;
}
.linkWhite, a.linkWhite, a.linkWhite:Visited, a.linkWhite:Active {
	color: #FFFFFF;
	text-decoration: none;
}
a.linkWhite:hover {
	color: #aaaaaa;
	text-decoration: underline;
}
a.linkRedWithGray:Link, a.linkRedWithGray:Visited, a.linkRedWithGray:Active {
	color: #657787;
	text-decoration: underline;
}
a.linkRedWithGray:hover {
	color: #aaaaaa;
	text-decoration: underline;
}


.SkinObject
{
	font-weight: bold;
	font-size: 11px;
	color: #657787;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #657787;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #657787;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #aaaaaa;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #657787;
}

/* END Class */



/* style for module titles */
.Head  {
    font-family: sans-serif, serif, "Times New Roman";
	font-size: 12px;
    font-weight: bold;
	color: #666666;           
}

div.hr {
margin: 4px 0 4px 0;
padding: 0;
height: 1px;
font-size: 1px;
background:#582B71;
}

/* Default Values*/

.SubHead    {
      font-family: sans-serif, serif, "Times New Roman"; 
	  color: #666666;
      font-size: 12px; 
               
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
     font-family: sans-serif, serif, "Times New Roman"; 
	 color: #666666;
     font-size: 12px;        
}

/* text style used for most text rendered by modules */
.Normal {
    font-family: sans-serif, serif, "Times New Roman"; 
    color: #666666;
	font-size: 12px;

}


/* Normal Text Box */
.NormalTextBox { color: #657787; font-family: sans-serif, serif, "Times New Roman"; font-size: 12px; font-weight: normal; vertical-align: middle; background-color:#FFFFFF; border: #6a7d8e 1px solid; }

/* Normal Text Box TD*/
.NormalTextBox TD { color: #657787; font-family: sans-serif, serif, "Times New Roman"; font-size: 12px; font-weight: normal; vertical-align: middle; background-color:#FFFFFF; border: #6a7d8e 1px solid; }

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {

    font-family: sans-serif, serif, "Times New Roman";
    color: #657787;
	font-size: 12px;
	text-decoration: none;
                
}

A.CommandButton:visited  {
    font-family:  sans-serif, serif, "Times New Roman";
    color: #657787;
	font-size: 12px;
	text-decoration: none;
                
}

A.CommandButton:active   {
    font-family:   sans-serif, serif, "Times New Roman";
    color: #657787;
	font-size: 12px;
	text-decoration: none;

}

A.CommandButton:hover {
    font-family:  sans-serif, serif, "Times New Roman";
    color: #aaaaaa;
	font-size: 12px;
	text-decoration: underline;
}



/* text style for buttons and link buttons used in the portal admin pages */
.LinkStyle1     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.LinkStyle1 :link {

    font-family: sans-serif, serif, "Times New Roman";
    color: #657787;
	font-size: 12px;
                
}

A.LinkStyle1 :visited  {
    font-family:  sans-serif, serif, "Times New Roman";
    color: #657787;
	font-size: 12px;
                
}

A.LinkStyle1 :active   {
    font-family:  sans-serif, serif, "Times New Roman";
    color: #657787;
	font-size: 12px;

}

A.LinkStyle1 :hover {
    font-family:  sans-serif, serif, "Times New Roman";
    color: #aaaaaa;
	font-size: 12px;
}



/* Template Text Headings  */


/* H1 */
H1 { color: #666666; font-family: sans-serif, serif, "Times New Roman"; font-size: 16px; font-weight: bold; }
A.H1:Link,A.H1:Visited,A.H1:Hover,A.H1:Active { color: #aaaaaa; font-family: sans-serif, serif, "Times New Roman"; font-size: 15px; font-weight: bold; text-decoration: underline; }

/* H2 */
H2 { color: #666666; font-family: sans-serif, serif, "Times New Roman"; font-size: 15px; font-weight: bold; }
A.H2:Link,A.H2:Visited,A.H2:Hover,A.H2:Active { color: #aaaaaa; font-family: sans-serif, serif, "Times New Roman"; font-size: 14px; font-weight: bold; text-decoration: underline; }

/* H3 */
H3 { color: #666666; font-family: sans-serif, serif, "Times New Roman"; font-size: 14px; font-weight: bold; }
A.H3:Link,A.H3:Visited,A.H3:Hover,A.H3:Active { color: #aaaaaa; font-family: sans-serif, serif, "Times New Roman"; font-size: 13px; font-weight: bold; text-decoration: underline; }

/* H4 */
H4 { color: #666666; font-family: sans-serif, serif, "Times New Roman"; font-size: 13px; font-weight: bold; }
A.H4:Link,A.H4:Visited,A.H4:Hover,A.H4:Active { color: #aaaaaa; font-family: sans-serif, serif, "Times New Roman"; font-size: 12px; font-weight: bold; text-decoration: underline; }

/* H6 */
H6 { color: #666666; font-family: sans-serif, serif, "Times New Roman"; font-size: 12px; font-weight: bold; }
A.H6:Link,A.H6:Visited,A.H6:Hover,A.H6:Active { color: #aaaaaa; font-family: sans-serif, serif, "Times New Roman"; font-size: 11px; font-weight: bold; text-decoration: underline; }


/* SKIN ATRIBUTES */

/* Containers */

/*-- Header pane                   --*/ .HeaderPane {padding: 0 3px 0 3px;}
/*-- Search pane                   --*/ .SearchPane {padding: 0 3px 0 3px;}

/*-- Middle Left Pane              --*/ .MiddleLeftPane {padding: 0 3px 0 3px; width:33%}
/*-- Middle Pane                   --*/ .MiddlePane {padding: 0 3px 0 3px;}
/*-- Middle Right Pane             --*/ .MiddleRightPane {padding: 0 3px 0 3px; width:33%}

/*-- Top Pane                      --*/ .TopPane {padding: 0 3px 0 3px;}

/*-- Left Pane                     --*/ .LeftPane2 {padding: 0 3px 0 3px; width: 20%;}
/*-- Content Pane                  --*/ .ContentPane2 {padding: 0 3px 0 3px;}
/*-- Right Pane                    --*/ .RightPane2 {padding: 0 3px 0 3px; width: 20%;}

/*-- Bottom Pane                   --*/ .BottomPane {padding: 0 3px 0 3px;}

/*-- Middle Left Pane              --*/ .MiddleLeftPane2 {padding: 0 3px 0 3px; width:33%}
/*-- Middle Pane                   --*/ .MiddlePane2 {padding: 0 3px 0 3px;}
/*-- Middle Right Pane             --*/ .MiddleRightPane2 {padding: 0 3px 0 3px; width:33%}

/*-- Bottom content pane           --*/ .BottomPane2 {padding: 0 3px 0 3px;}

/*-- Notes Pane                    --*/ .NotesPane {padding: 0 3px 0 3px; vertical-align:middle;}


#WhiteTextSkin {
   color:#ffffff;
   font-size:10px;
   font-weight:bold;
}
#WhiteTextSkin a:link{color:#ffffff; font-weight:bold;}
#WhiteTextSkin a:visited{color:#ffffff; font-weight:bold;}
#WhiteTextSkin a:hover{color:#ffffff; font-weight:bold; text-decoration:underline;}
#WhiteTextSkin a:active{color:#ffffff; font-weight:bold; text-decoration:underline;}

.breadcrumb_tb {
    color: #666666;
	font-weight:normal;
    vertical-align: middle;
	text-align:left;
	padding-left:3px;
}

.breadcrumb {
    color: #657787;
	font-size:10px;
	font-weight:normal;
    vertical-align: middle;
	text-align:left;
}
.Currentdate {
    color: #FFFFFF;
    vertical-align: middle;
	text-align:left;
	padding-left:7px;
}

