﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    BACKGROUND-IMAGE: url(./images/background.png);
    TEXT-ALIGN: left;
    background-color: #ffffff;
    BACKGROUND-REPEAT: repeat-x;
    BACKGROUND-POSITION: 50% top;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #444444;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 1.4em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    font-size: 1.3em;
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */

.page
{
    position:relative;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    height: 160px;
    width: 100%;
    color: white;
    padding: 0;
}


#header h1
{
    font-weight: bold;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 48px;
    padding-top: 0;
    margin-top: -4px;
    left: 0;
}

#header h2
{
    font-weight:lighter;
    padding: 5px 0;
    margin: 0;
    margin-top: -9px;
    color: #fff;
    border: none;
    line-height: 1.1em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

#header .bright
{
    font-weight: bold;
    font-size: 20px
}

#chat
{
    position: absolute;
    top: 0px;
    left: 0px;    
    
}

#logindisplay
{
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 1.1em;
    display: block;
    text-align: right;
    color: black;
    height: 21px;
}

#logindisplay a:link
{

    color: black;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: black;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: orange;
    text-decoration: none;
}

div#title
{
    position: absolute;
    top: 21px;
    left: 0px;
    width: 550px;
    text-align: left;
    height: 80px;
}

#menucontainer
{
    position: absolute;
    top: 26px;
    right: 0px;
    width: 650px;
}

#mainhead
{
    position: absolute;
    top: 105px;
    width: 100%;
    height: 55px;
}



#main
{

    width:100%;
    clear:both;

    background-color:transparent;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
    BACKGROUND-IMAGE: url(./images/footer.png);
    text-align:center;
    WIDTH: 100%; 
    BACKGROUND-REPEAT: repeat-x; 
    BACKGROUND-POSITION: 50% bottom; 
    HEIGHT: 100%;


}

#footer a
{
    color: White;
    text-decoration:none;
}




    

/* TAB MENU   
----------------------------------------------------------*/
ul.menu
{
    float:right;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

#main ul.menu
{   width:100%;
    float:left;
    border-bottom: 1px solid black;
    margin-bottom: 5px;
}

ul.menu li
{
    display: block;
    float:left;
    position: relative;
    list-style: none;
    margin-right: 4px;
}

ul.menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul.menu li a
{
    padding: 10px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: black;
    color: white;
}

ul.menu li a:hover
{
    background-color: orange;
    text-decoration: none;
}

ul.menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}



ul.menu li.selected a
{
    background-color: #fff;
    color: #000;
}

 /**********************************/

	.menu li ul{

		border-left:2px solid #0079b2;
		border-right:2px solid #0079b2;
		border-bottom:2px solid #0079b2;
		display:none;
		height:auto;
		position:absolute;
		width:175px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		}
	.menu li li {
		display:block;
		float:none;
		width:225px;
		left:-42px;
		}
	.menu li ul a, .menu li.selected ul a
	    {
		display:block;
		font-size:12px;
		font-style:normal;
		padding:0px 10px 0px 15px;
		text-align:left;
        background-color: black;
        color: white;		
		}
		
	.menu li ul a:hover {
        background-color: orange;
        text-decoration: none;
		}

 
/**********************************/



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}


/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
  width:100%
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}



.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/* MISC  
----------------------------------------------------------*/

div#search-bar
{
    
    width: 100%;
    height: 100%;
    text-align:center;

}

div#search-box-left
{
    float:left;
}

div#search-box-right
{
    float:left;

}

div#search-box
{
    float:left;
}


#search-bar select
{
    margin-top: 14px;
    height: 27px;

    font-size: 16px;
    border: 1px solid orange;


}

#search-bar input[type="text"] 
{
    margin-top: 14px;
    margin-bottom: 0px;
    width:600px;
    font-size: 18px;

    margin-left: 10px;
    border: 1px solid orange;
    padding-top: 4px;
    padding-bottom: 0px;
    padding-left: 6px;
    


}

#search-bar input[type="submit"] 
{
    margin-top: 14px;
    margin-left: 1px;
    height: 27px;
    width: 80px;
    font-size: 18px;
    border: 1px solid orange;
}






#search-options
{

}

#group-bar
{
    width:800px; 
    margin-left :auto;
    margin-right:auto;
    padding-top: 15px;
}

#group-box
{
    padding-left: 10px;
    padding-right: 10px;
}


/* PANELS
---------------------------------------------------------*/
.panel
{
    width:100%; 
    margin-top:16px;
}
div.panel
{
    clear:both;
}
.panel div.panelTitle
{
    border:0px solid #CACACA;color:white;background-color:#384B5C; font-weight:bold; padding:4px 0px 4px 8px 
}
.panel table.data
{
    border-left:1px solid #E5E5E5; border-right:1px solid #E5E5E5; width:100%; clear:both
}
.panel  table.data td
{
    border-bottom:1px solid #E5E5E5; padding:4px 10px 4px 10px
}
.panel  table.no-result td
{
    text-align:center; font-weight:bold; padding:15px 0px 15px 0px
}
.panel table.no-line
{
    border-bottom:1px solid #E5E5E5; width:100%; clear:both
}
.panel  table.no-line td
{
    border-bottom:0px none; padding:3px 2px 3px 3px
}
.panel  table.no-line .overview-header-left
{
    border-bottom: 1px solid #ddd; padding: 5px 3px 5px 10px
}
.panel  table.no-line .overview-details-left
{
    border-bottom: 1px solid #E5E5E5; padding: 5px 3px 5px 10px
}
.panel  table.no-line .overview-header-right
{
    border-bottom: 1px solid #ddd; padding: 5px 10px 5px 10px
}
.panel  table.no-line .overview-details-right
{
    border-bottom: 1px solid #E5E5E5; padding: 5px 10px 5px 10px
}
.panel  table.data tr.alter
{
    background-color:#F9F9F9
}
.panel table.data tr.header
{
    background-color:#F9F9F9; font-weight:bold;border-bottom:1px solid #
}
.panel .viewmore
{
    border:1px solid orange; background-color:#e8eef4; padding:3px 15px 3px 15px; margin:5px 15px 5px 15px; text-decoration:none; color:black;
}
.panel .viewmore:hover
{
    text-decoration:none
}
.panel .topPaging
{
    border-top:1px solid #CACACA;border-bottom:1px solid Black; background-color:#ECECEC; font-weight:normal; padding:5px 0px 5px 3px 
}
.panel .topPaging a
{
    text-decoration:none; color:Blue
}
.panel .topPaging a:hover
{
    text-decoration:underline
}
/*EndOf: Gray Panels*/

/*Ad variation*/
.ad-wrapper 
{
    width: 250px;
}
.ad
{
    font-family: Arial;
    font-size: 12px;
    float: left;
    width: 233px;
    height: 60px;
    margin: 0px;
    padding : 5px 5px 5px 5px;    
}

.organicad
{
    font-family: Arial;
    font-size: 12px;
    float: left;
    width: 48%; 
    height: 70px;
    margin: 0px;
    padding : 5px 5px 5px 5px;
}

/*Ad variation border*/ 
.has-border
{
    border-right:1px solid #ddd; margin-top:10px
}

.no-border
{
    border-right:0; margin-top:10px
}

.listing
{
    font-family: Arial;
    float: left;
    padding: 0px;
    width: 95%;
    margin: 2px;
}



.listingTitle {color:Blue}



.listingCount
{
    background: white;
    height: 66px;
    width: 5%;
    float: left;
    text-align: center;
    padding-top: 7px;
}

.listingContent
{
    font-family: Arial, Sans-Serif;
    font-size: small;
    font-weight:normal;
    background: white;
    height: 66px;
    width: 95%;
    float: left;
    padding-top: 7px;
    color: #000;  
}


.ad .adTitle, .listing .listingTitle, .listingContent .title, .organicad .adTitle
{
    font-size: 1.2em;
    color: #20c; 
    text-decoration: underline;

}
.ad .adDescription, .organicad .adDescription {color: #000000; }

.ad .adDestination, .listingURL, .organicad .adDestination {color: green }

.ad .adDestination a:link , .listingURL a:link {color: green; text-decoration:none}
.ad .adDestination a:visited, .listingURL a:visited {color: green; text-decoration:none}
.ad .adDestination a:active, .listingURL a:active {color: green; text-decoration:none}
.ad .adDestination a:focus, .listingURL a:focus {color: green; text-decoration:none}
.ad .adDestination a:hover, .listingURL a:hover {color: green; text-decoration:none}


.keyword, .domain
{
    font-size:1.2em;
    color: blue; 
}


.keyword a:link, .domain a:link {color: blue; text-decoration:none}
.keyword a:visited, .domain a:visited {color: blue; text-decoration:none}
.keyword a:active, .domain a:active {color: blue; text-decoration:none}
.keyword a:focus, .domain a:focus {color: blue; text-decoration:none}
.keyword a:hover, .domain a:hover {color: blue; text-decoration:none}

div#search-result
{
    clear:both;
}

#search-result .table-header
{
    position: relative;
    padding: 10px;
    color:Black;
    background-color: #ddd;
    border-bottom: 1px solid #888;
    vertical-align:top; 
}

#search-result .table-header div
{
    float:right; 
    margin-top:-10px;
    margin-left: 20px;
}

#search-result .table-header img
{
    margin-left: 5px;
}


/*StartOf: Domain Overview*/

.overviewContainer
{
    width:81%; margin-left:10px; margin-right:auto; margin-bottom:30px
}
/*EndOf: Domain Overview*/






div.indicator
{
    border: 1px solid #262628;
    width: 82px;
    height: 14px;
    background: inherit;
    display: block;
}
div.indicator div
{
    background: #384B5C;
    height: 14px;
}



/*Search Result Highlighting*/
.highlight
{
    background-color:Yellow;
}

.footercontent
{
	font-family: sans-serif, Geneva, Arial, Helvetica;
	color: #acacac;
	font-size: 11px;
}
.footertable
{
	padding-bottom: 0px;
	margin: 6px 0px 0px 6px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: sans-serif, Geneva, Arial, Helvetica;
	color: #ffffff;
	font-size: 11px;
	padding-top: 0px;

	
}

.footertable table, .footertable table td, .footertable table th
{
    border:none;
	width:auto;
}


table a:link {text-decoration:none}
table a:visited {text-decoration:none}
table a:active {text-decoration:none}
table a:focus {text-decoration:none}
table a:hover {text-decoration:none}

.fancy
{
    font-style: italic;
    font-size: 1.1em;
    font-weight: normal;
    color: #455462;
}

div#group-link a:link
{
    color: orange;
    text-decoration: underline;
}
div#group-link a:visited
{
    color: orange;
}
div#group-link a:hover
{
    color: orange;
    text-decoration: none;
}
div#group-link a:active
{
    color: orange;
}

div#keywords
{
    height:800px;
    width:160px;
    overflow:auto;
    
}
td.toptable
{
    width:50%;
}

th.toptext
{

}

th.topvalue
{
    width:20%;
}

#searchexamples {color:gray; font-size:0.9em}
#searchexamples a:link {text-decoration:none; color:gray;}
#searchexamples a:visited {text-decoration:none; color:gray;}
#searchexamples a:active {text-decoration:none; color:blue;}
#searchexamples a:focus {text-decoration:none; color:blue;}
#searchexamples a:hover {text-decoration:none; color:orange;}

div.category
{
    width:24%;
    margin: 6px 6px 0 0;
    float:left;
    overflow:hidden;
}

div.categorydomain
{
    width:24%;
    margin: 6px 6px 0 0;
    float:left;
    overflow:hidden;
}

div.TopKeywords
{
    width :13%;
    margin: 0px 3px 3px 9px;
    float:left;
    overflow:hidden;
   
}

