/* ================================
CSS STYLES FOR DotNetNuke
================================
*/   
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}
/* background color for the content part of the pages */
Body
{
}
.ControlPanel {
}
/* background/border colors for the selected tab */
.TabBg {
}
.LeftPane  { 
}
.ContentPane  { 
}
.RightPane  { 
}
/* text style for the selected tab */
.SelectedTab {
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
}
A.SelectedTab:visited  {
}
A.SelectedTab:hover    {
}
A.SelectedTab:active   {
}
/* text style for the unselected tabs */
.OtherTabs {
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}
A.OtherTabs:visited  {
}
A.OtherTabs:hover    {
}
A.OtherTabs:active   {
}
/* GENERAL */
/* style for module titles */
.Head   {
}
/* style of item titles on edit and admin pages */
.SubHead    {
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}
/* text style used for most text rendered by modules */
.Normal
{
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}
.NormalRed
{
}
.NormalBold
{
}
/* 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 {
}
A.CommandButton:visited  {
}
A.CommandButton:hover    {
}
A.CommandButton:active   {
}
/* button style for standard HTML buttons */
.StandardButton     {
}
/* GENERIC */
TD ,P{
FONT-FAMILY: Arial, Helvetica, "Times New Roman"; FONT-SIZE: 12px; COLOR: #808080;  
}
TBODY {
FONT-FAMILY: Arial, Helvetica, "Times New Roman"; FONT-SIZE: 12px; COLOR: #808080; 
}
P {
FONT-FAMILY: Arial, Helvetica, "Times New Roman"; FONT-SIZE: 12px; COLOR: #808080; ALIGN:  LEFT
}
H1 {
FONT-FAMILY: Georgia; FONT-SIZE: 16px; COLOR: #7F7F5F; FONT-WEIGHT: bold; 
}
H2 {
FONT-FAMILY: Georgia; FONT-SIZE: 14px; COLOR: #7F7F5F; FONT-WEIGHT: bold;
}
H3  {
FONT-FAMILY: "Georgia"; FONT-SIZE: 12px; COLOR: #7F7F5F; FONT-WEIGHT: bold; 
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   
/* Login Styles */
.LoginPanel{
}
.LoginTabGroup{
}
.LoginTab {
}
.LoginTabSelected{
}
.LoginTabHover{
}
.LoginContainerGroup{
}
.LoginContainer{
}


.SarvacErrorText 
{
font-family: verdana,arial;
font-size: 14px;
font-weight: bold;
color: red;
}
.SarvacTitle
{
font-family: verdana,arial;
font-size: 16px;
font-weight: bold;
color: navy;
}
.SarvacTitle2
{
font-family: verdana,arial;
font-size: 13px;
font-weight: bold;
color: black;
margin-bottom:10px;
margin-top:10px
}
.SarvacTextbox
{
border: solid 1px #94ACD6;
color: navy;
}
.SarvacTextboxNoBorder
{
border: solid 0px color:black;
}
.SarvacButtonCSS
{
cursor: hand;
}








.grid td, .grid th
{color:black;
height:18px;
vertical-align:middle;
}


.grid th
{
background:transparent url(../../desktopmodules/sarvac/res/thbackground.gif) repeat-x;
height:10px;
font-weight:normal;
}
.grid td
{
 padding-left:3px;
}
.selectedrow 
{
background-color: #f2f2f2;
}
.altrow 
{
background-color:#ededed;;
}
.pagerstyle 
{
font-size:x-small;
text-align:left;
background-position: bottom left;
background: #D0DEF0 url(../../desktopmodules/sarvac/res/toolbarbck.gif) repeat-x scroll left top;
border-collapse:collapse;
border: solid 0px
}
.gopag {
font-size:x-small;
width:20px;
}
.pagprev{
background: transparent url(../../desktopmodules/sarvac/res/previous.png) no-repeat scroll center;
width:16px;
border-collapse:collapse;
cursor:pointer;
border: solid 0px;
}
.pagnext{
background:transparent url(../../desktopmodules/sarvac/res/next.png) no-repeat scroll center;
width:16px;
border-collapse:collapse;
cursor:pointer;
border: solid 0px;
}
.pagfirst{
background:transparent url(../../desktopmodules/sarvac/res/first.png) no-repeat scroll center;
border-collapse:collapse;
width:16px;
cursor:pointer;
border:  none 0px;
}
.paglast{
background:transparent url(../../desktopmodules/sarvac/res/last.png) no-repeat scroll center;
border-collapse:collapse;
width:16px;
cursor:pointer;
border:0px;
}


