* {
padding: 0;
margin: 0;
}
/** BASIC */

body {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	background: #3C4A5E url(/images/bckgrnds/homepage01.jpg) repeat-x;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E3E3E
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
}

.lbl
{
    font-size: 12px;
}


.text1 {
	text-align: center;
	font-size: 10px;
	color: #77818E;
}

/** LINKS */

a {
	color: #A11D17;
	text-decoration: none;
}

a_link_mBlue {
	color: #191970;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: Orange;
}

/** STYLES */

.style1 {
	text-align: center;
	font-size: 10px;
	color: #9CA5AE;
}

.style1 a {
	color: #9CA5AE;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(/images/bckgrnds/homepage03.jpg) no-repeat;
	
}

.bg2 {
	background: url(/images/bckgrnds/homepage13.jpg) repeat-y;
	
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-bottom: -10px;
	border-color:transparent;
}

hr { display: none; }

.hr1 {
	height: 1px;
	background: url(/images/bckgrnds/homepage18.gif) no-repeat center center;
}

.hr2 {
	height: 1px;
	background: url(/images/bckgrnds/homepage18.gif) no-repeat ;
	margin-top: 5px;
	margin-bottom: 5px;
}

.divScoreCard
{
    display: none;

  position: absolute;
  top: 200px;

}

.imgScoreCard
{
    
}

.divAutomaticallyGenerateScoreCardWrapper
{
    display: none;
    width: 100%;
    position: absolute;
    top: 400px;
   
    z-index: 2001;    
}

.divAutomaticallyGenerateScoreCard
{   
    width: 670px;
     background-color: green;
     border-radius: 20px;
}

.lblAutomaticallyGenerateScoreCard
{
        text-align: center;
        color: #fff;
        font-size: 26px;
        
        white-space: normal;
}

.btnDefault,
.btnPreviousNext
{
    font-size:14px;
    height: 28px;  
    background-color: #fff; 
    border-radius: 20px;
    -webkit-appearance: none; 
    padding: 0px 8px;
    text-decoration: none;
    border: none;
    border-radius: 20px;
}