﻿#Dashboard
{
    width: 12em;
    float:left;
    margin: 0 40px 20px 0;
}

.TextBoxWatermark
{
    font-style: italic;
    color: #ACA899;
}

/**** HEADINGS ****/

#SampleContent h1
{
    font-size: x-large;
}

#SampleContent h2
{
    background-color: #E8F3F9;
    font-size: larger;
    padding:5px 12px;
}

.snippetGroup h3 
{
    font-size: small;
    margin:0 0 2px 0;
}

/**** FROMS AND FIELDSET ****/

fieldset.dashboardGroup
{
    font-size:12px;
    margin-bottom:10px;

   background-image: url(fieldset.jpg);
	
	background-repeat: repeat-x;
	background-position: 0px 8px;
}

.dashboardGroup legend
{
    text-transform:uppercase;
    padding:0 8px 0 4px;
    margin:0 0 0 -5px;
    color:#0071BC;
	font-weight:bold;
}

.dashboardGroup p
{
    margin: 5px 6px;
    line-height:120%;
    color:#666;
}

#DisabledAdaptersWarning
{
    width: 75%;
}

.hotWarning
{
    color:Red !important;
    font-weight:bold;
    font-size:1em;
}

.coolWarning
{

}

.dashboardLink
{
    margin:0 0 5px 0;
}

.dashboardLink input, .dashboardLink input.button
{
    background:url(btn-blank-background.png) no-repeat;
    background-position:left top;
    height:53px;
    width:160px;
    color:#000000;
    border-width:0;

    font-size:14px;
    padding:0 0 12px 0;
    cursor:pointer;
}

.dashboardLink input.button-hover
{
    background-position: left bottom;
    color:#FEFF00;
}

.membershipHint
{
    background-color: #EEEEEE; 
    margin: 4px; 
    border: 1px solid #BBBBBB; 
    color:#666666;
}

#SampleContent
{
    margin-left: 15.5em;
    position: relative;
    z-index: 100;
}

#SampleContent .SampleProlog
{
}

#SampleContent .SampleWorkingExample
{
}

#Snippets 
{
    clear:both;
    width: 100%;
    position: relative;
    margin-top: 25px;
}

#SnippetGroupParent
{
    float: left;
    position: relative;
    width: 100%;
}

.snippetGroup
{
    position: relative;
    width: 47%;
}

/*** SNIPPET THAT IS IN USE ***/

#Snippets .snippet
{
    position: relative;
    width: 100%;
    background: #E8F3F9 url(bg-snippet.png) repeat-x;
    border:1px solid #1E77D3;
    height: 400px;    
    overflow: scroll;
    padding:0 0 0 4px;
    font-size:1.1em;
    font-family: "Courier New", Courier, monospace;
    white-space: nowrap;
    color:#000099;
}

/*** SNIPPET THAT IS **NOT** IN USE ***/

#Snippets .snippet-dim
{
    background: #E6E6E6 url(bg-snippet-dim.png) repeat-x;
    border-color:#787878;
}

#Snippets .leftCol
{
    float: left;
}

#Snippets .rightCol
{
    float: right;
}

/*** TabContainer ***/

.TabContainerTop
{
    background-image: url(TabContainer_bg3.gif);
    background-repeat:repeat-x;
}

.TabContainer .ajax__tab_header .ajax__tab_outer
{
    color:#675020;
    font-size:11px; /*字體大小*/
	background-image: url(TabContainer_bg2.gif);
    background-repeat: no-repeat;
}

.TabContainer .ajax__tab_header .ajax__tab_tab
{
    padding: 4px 7px 8px 11px; 
    width: 73px;
    display: block;
    text-align: center;
}

.TabContainer .ajax__tab_header .ajax__tab_tab div
{
    font-family: Verdana, Arial, Sans-Serif;
}

.TabContainer .ajax__tab_active .ajax__tab_outer
{
    color:#ffffff;
	font-size:11px; /*字體大小*/
    font-weight:bold; /*字體粗細*/
	background-image: url(TabContainer_bg.gif);
    background-repeat: no-repeat;
	/*border-bottom: solid 3px #ffffff;*/
}

.TabContainer .ajax__tab_body
{
    border: solid 3px #AB8D51;
    border-top:none;
}

/*** TabContainerBlue ***/

.TabContainerBlueTop
{
    background-image: url(TabContainer_bgBlue3.gif);
    background-repeat:repeat-x;
    background-position:0% 3px;
}

.TabContainerBlue .ajax__tab_header .ajax__tab_outer
{
	color:#ffffff; /*字體顏色*/
    font-size:11px; /*字體大小*/
	background-image: url(TabContainer_bgBlue2.gif);
    background-repeat: no-repeat;
}

.TabContainerBlue .ajax__tab_header .ajax__tab_tab
{
    padding: 8px 10px 4px 11px;    
    width: 72px;
    display: block;
    text-align: center;
}

.TabContainerBlue .ajax__tab_header .ajax__tab_tab div
{
    font-family: Verdana, Arial, Sans-Serif;
}

.TabContainerBlue .ajax__tab_active .ajax__tab_outer
{
    color:#343695; /*字體顏色*/
	font-size:11px; /*字體大小*/
    font-weight:bold; /*字體粗細*/
	background-image: url(TabContainer_bgBlue.gif);
    background-repeat: no-repeat;
	/*border-bottom: solid 3px #ffffff;*/
}

.TabContainerBlue .ajax__tab_body
{
    border: solid 3px #7C7DB5;
    border-top:none;
}

/*** LinkButton ***/

#LinkButton A, .bu 
{
    background: url(LinkButton.gif) repeat-x;
    width:86px;height:23px; 
    padding:3px 20px;
    *padding:3px 20px 0px 20px;
   
    text-align:center;letter-spacing : 2pt;font-weight: bold;
    font-size:13px; 
    text-decoration:none; 
    border-style:solid;
    border-width: 1px;
}

#LinkButton A:link , a.bu:link   { color: #007DA3; }
#LinkButton A:visited , a.bu:visited  { color: #007DA3; }
#LinkButton A:active , a.bu:active   { color: #00AEEF; }
#LinkButton A:hover  , a.bu:hover    { color: #00AEEF; }


/*** GridView Page ***/

.GridViewPage   { font-size:20px; font-family:Century Gothic; text-decoration:underline; }
.GridViewPage a { font-weight:lighter; font-size:12px; font-weight:bold; font-family:Century Gothic; text-decoration:none;}