/*
#############################################################################################################
#
# Copyright (c) 2005. Nspire Technology.
# All Rights Reserved.
# 
# The source code is owned by Nspire and is protected by copyright laws and international copyright treaties, 
# as well as other intellectual property laws and treaties. 
#
# All right, title and interest in the source code (including any images, "applets," photographs, 
# animations, video, audio, music, and text incorporated into the source code) are owned by Nspire. 
# Therefore, you must treat the source code like any other copyrighted material.
#
# You cannot, however, remove the copyright notice that any source file may carry at the top of the file. 
# You must leave this copyright notice unmodified.
#
############################################################################################################
*/

@media (max-width: 640px) 
{
}

body 
{ 
	font: 12px Verdana,Tahoma,Arial,Helvetica,Geneva,sans-serif; 
	margin:0 auto;  
	background-color: #E2EAF6;  

}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 16px;
  }
}

@media all and (max-width: 640px) 
{
  img {
    margin: 0px auto;
    float: none;
    display: block;
  }
}

.Round_Corner {
    border: 2px solid #a1a1a1;
    padding: 10px 40px; 
    background: #dddddd;
    width: 300px;
    border-radius: 25px;
}

.Inputbox_Content_Main
{
	 font-family: Helvetica,Verdana, Arial, sans-serif; 
	 font-size: 16px; 
	 color: #98DD00; 
	 background-color: #000000; 
	 font-style: normal; 
	 font-weight: bold; 
	 font-variant: normal;
}

.Inputbox_Content_Normal
{
	 font-family: Verdana, Arial, Helvetica, sans-serif; 
	 font-size: 13px; 
	 color: #000000; 
	 background-color: #EEEEEE; 
	 font-style: normal; 
	 font-weight: normal; 
	 font-variant: normal;
}

.Label_Content
{
	 font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif; 
	 font-size: 10pt; 
	 color: black; 
	 font-weight: bold; 
}

.Inputbox_Content_Disabled_Center
{
	 font-family: Verdana, Arial, Helvetica, sans-serif; 
	 font-size: 11px; 
	 color: black; 
	 text-align: center;
	 background-color: #CDFFB7; 
	 font-style: normal; 
	 font-weight: bold; 
	 font-variant: normal;
}

.Inputbox_Content_Disabled
{
	 font-family: Verdana, Arial, Helvetica, sans-serif; 
	 font-size: 13px; 
	 color: #DBDBDC; 
	 background-color: #000000; 
	 font-style: normal; 
	 font-weight: bold; 
	 font-variant: normal;
}

#Select_Size
{ 
    width: 15em; 
} 

.HeaderText
{
	 font-family: Helvetica, Verdana, Arial, sans-serif; 
	 font-size: 16px; 
	 color: #4C4B4C; 
	 font-style: normal; 
	 font-weight: bold; 
	 font-variant: normal;
}

.SubHeaderText
{
	 font-family: Helvetica, Verdana, Arial, sans-serif; 
	 font-size: 16px; 
	 color: #BDB2BD; 
	 font-style: normal; 
	 font-variant: normal;
}

.ContentText
{
   font: 12px Verdana,Tahoma,Arial,Helvetica,Geneva,sans-serif; 
   color: #black; 
   text-align:justify;
   align: left;
   valign: top;
}

.FooterText
{
   font: 11px Verdana,Tahoma,Arial,Helvetica,Geneva,sans-serif; 
   color: #666; 
   text-align:justify;
   align: left;
   valign: top;
}

.EmailText
{
   font: 12px Verdana,Tahoma,Arial,Helvetica,Geneva,sans-serif; 
   color: #8E8E8E; 
   text-align:justify;
   align: left;
   valign: top;
}


.ContentText_SwitchBoard
{
   font: 12px Helvetica,Verdana,Tahoma,Arial,Geneva,sans-serif; 
   color: #F2F2F2; 
   align: left;
   valign: top;
}

.TopNavigationText
{
   font: 10px Verdana,Tahoma,Arial,Helvetica,Geneva,sans-serif; 
   color: #D5D5D5; 
   align: left;
   valign: top;
   font-weight: bold;
}

.SideNavigationText
{
   font: 10px Verdana,Tahoma,Arial,Helvetica,Geneva,sans-serif; 
   color: #9A0000; 
   align: left;
   valign: top;
   font-weight: bold;
}

.HeaderBarText
{
   font: 10px Verdana,Tahoma,Arial,Helvetica,Geneva,sans-serif; 
   color: #AD0000; 
   align: left;
   valign: top;
   font-weight: bold;
}

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

