@CHARSET "ISO-8859-1";

body {
 background-color: #041a36;
 margin: 20%;
 padding: 20%;
 width: 100%;
 height: 100%;
 overflow: hidden;
}

h1 {
  text-align: center;
  color: orange;
}

.loadingIcon {
  visibility: hidden;
  margin-left: 80px;
  position: relative;
  top: 50px;
}  

/* Absolute Elements for frame style */

#TopSection {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: expression(document.body.clientWidth - (0) + "px");
}

#HeaderSection {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: expression(document.body.clientWidth - (40) + "px");
}



/* Buttons */

#BackToButton{
 color: white;
 position: absolute;
 top: 10px;
 left: 12px;
 border: 0px;
 padding: 0;
 margin: 0; 
 text-decoration: none;
}


#BackToButtonText{
 position: absolute;
 top: 12px;
 left: 48px;
 color: #F0F0F0;
 font-size: 0.8em;
 font-weight: bold;
 font-family: Verdana, Tahoma, sans-serif;
 text-decoration: none;   
}

#BackToDesktopLink{
text-decoration: none;
}

#BackToButtonText:hover{
 position: absolute;
 
 top: 12px;
 left: 48px;
 color: white;
 font-size: 0.8em;
 font-weight: bold;
 font-family: Verdana, Tahoma, sans-serif;
 text-decoration: none;   
}


#SearchLink{
  text-decoration: none;
}

.searchModeText{
  font-size: 13px;
  position: relative;
  left: 0px;
  color: #eeeeee;
  
  padding-left: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
  background-image: url(images/CategoriesButton.png);
  background-repeat: no-repeat;
  border: 1px outset #344f72;/*#1c314d;*/
}

.searchModeText:hover{
  text-decoration: none;
  color: white;
}


#CategoriesLink{
  text-decoration: none !important;  
}

/*
 * Startup Settings
 */
#StartupLoading {
  position: relative;
  top: -5px;
  text-align: center;
  color: white;
}

#Gallery {
  position: absolute;
  top: 150px;
  bottom: 0px;
  left: 20px;
  right: 20px;
  width: expression(document.body.clientWidth - (40) + "px");
  height: expression(document.body.clientHeight - (150) + "px");
  
  display: none;
}

#NoScript {
  position: absolute;
  top: 100px;
  left: 40px;
  right: 40px;
  
  background: white;
  color: black;
  text-align: left;
  border: solid 1px black;
  margin: 40px;
  padding: 10px;
}

/*TabBar area
*
*/

#TabBar{
  padding-top: 20px;
}

/*
 * Header settings
 */
#Header {
  clear: both;
  text-align: left;
  background-color: #1c314d;
  padding: 10px;
  color: white;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 0.9em;
}

#CategoriesSection {
  padding: 0;
  font-size: 0.9em;
  display: inline;
  vertical-align: baseline;
}

#WidgetsCountSection {
  font-weight: bold;
  margin-right: 20px;
  font-size: smaller;
  margin-left: 10px;
  border: dotted 1px white;
  padding: 3px;
  background-color: #344f72;
} 

#SearchSection {
  display: none;
  font-size: 0.9em;
  vertical-align: baseline;
}

.link {
  font-family: Tahoma, sans-serif;
  color: white;
  font-weight: bold;  
  padding-left: 50px;
  text-decoration: none;
}

a.link:hover {
  text-decoration: underline;
} 

/*
 * Widgets section settings
 */

#Widget {
  position: absolute;
  top: 103px;
  bottom: 40px;
  left: 0px;
  right: 0px;
  
  margin: 0px;
  background-color: #1c314d; /*#1c314d; #1c314d ;  #041a36*/
  color: white;
  padding: 0px;
  width: expression(document.body.clientWidth - (40) + "px");
}

#WidgetsSection {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  /*height: 100%;*/
  width: expression(document.body.clientWidth - (40) + "px");
  height: expression(document.body.clientHeight - (290) + "px");
  
  background-color: #1c314d;  
  margin: 0px;
  padding: 10px;
  margin-bottom: 10px;
  /*border: 1px #344f72 dotted;*/
  border: 0px red solid;  
} 

#WidgetBorderPanel{
 float: left;
 border: red 1px dotted;
 padding: 10px;
 margin: 10px;
}

/*
 * Widgets List settings
 */
#WidgetsListSection {
  position: absolute;
  float: left;
  
  width: 230px;
  /*height: 100%;*/
  top: 0px;
  bottom: 0px;
  
  border-style: solid;
  border-width: 1px;
  border-color: black;
  background-color: #1c314d;
  margin: 0px;
  padding: 0px;
  height: expression(document.body.clientHeight - (300) + "px");
}

#WidgetsList {
  position: absolute;
  font-size: 0.8em;
  margin: 0px;
  padding: 0px;
  background-color: white;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.widgetEntry {
  padding: 5px;
} 
 
.oddEntry {
  	background-color: #EFEFFF;
}

.evenEntry {
}

.widgetEntryIcon {
  display: inline;
  width: 32px; 
  height: 32px;
  vertical-align: middle;
} 

.widgetEntryTitle {
  display: inline;
  padding-left: 5px;  
} 

.widgetEntrySummary {
  display: block;
  font-size: 0.8em;
} 

/*
 * Widget Info Section
 */
 
#PanelContainer{
  position: absolute;
  /*float: left;*/
  /*height: 100%;*/
  top: 0px;
  bottom: 0px;
  /*width: 100%;*/
  left: 0px;
  right: 0px;

  margin-left: 250px;
  margin-right: 10px;
  padding: 0px;
  width: expression(document.body.clientWidth - (300) + "px");
  height: expression(document.body.clientHeight - (300) + "px");
} 
 
#PanelCenter{ 
 background-color: #304a6b;
 position: absolute;
 
 width: 100%;
 height: 100%;
 border: 1px #344f72 dotted;
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 margin-right: 0px;
 padding: 0px;
 overflow: auto; 
 
 
} 

#PanelCenter h3{
  margin-left: 40px;
}
 
#WidgetTitle {
  font-family: Verdana, Tahoma, sans-serif;
  text-align: center;
  font-size: 1.6em;
  margin-top: 1em;
}

#WidgetFeatured {
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
} 

.widgetSmall {
 font-family: Verdana, Tahoma, sans-serif;
  font-size: 0.7em;
  text-align: center;
}

#WidgetImageSection {
  text-align: center;
  padding: 10px;
}

#Widget h3 {
  font-weight: bold;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 0.8em;
  padding-top: 0px;
  padding-bottom: 5px;
  clear: none;
} 

.widgetText {
  font-size: 0.8em;
  font-family: Verdana, Tahoma, sans-serif;
  padding-left: 10px;
  max-width: 400px;
  margin-left: 40px;
}

#Widget code {
  font-size: 1.3em;
  border: 1px dotted gray;
  padding: 3px;
  background-color: #405a7b;
}

#WidgetLinks {
  color: white;
  font-size: 0.8em;
  font-family: Verdana, Tahoma, sans-serif;
  padding-left: 10px;
  max-width: 400px;
  margin-left: 40px;
}

a#WidgetDeveloper {
  font-family: Verdana, Tahoma, sans-serif;
  text-indent: 10px;
  color: orange;
  font-weight: bold;
  text-decoration: none;
} 

a#WidgetDeveloper:hover {
  font-family: Verdana, Tahoma, sans-serif;
  color: white;
  font-weight: bold;
  text-decoration: underline;
} 

#WidgetAddSection {
  font-family: Verdana, Tahoma, sans-serif;
  padding: 10px;
  text-align: center;
  display: none;
}

/***************************************/
/*         Blue Box 				   */
/**************************************/

#BlueBar{
 text-align: left;
 position: absolute;
 top: 40px;
 left: 0px;
 margin: 0 auto;
 margin-bottom: 0px;
 padding: 0;
 border-top: 1px #CCC solid;
 border-bottom: 1px #CCC solid;
 height: 90px;
 width: 100%;
 background: #5284cb url(images/blueFadeReversed.png) repeat-x bottom; 
}

#WidgetopLogoArea{
 margin-left: auto;
 margin-right: auto;
 width: 720px;
}

#WidgetopLogo{
 padding-top: 4px;
 padding-bottom: 2px;
 padding-left: 140px;
 margin-left: auto;
 margin-right: auto;
}

#WidgetopHeaderText{
 position: relative;
 top: 10px;
 padding-bottom: 14px;
 
}


/**************************************************/
/* 			NAV Bar 				         	  */
/**************************************************/
#TabBarMiddleWidgetop{
  float: left;
  background: url(images/TabMiddleWidgetop.png) no-repeat;
  background-color: #041a36;
  width: 123px;
  height: 40px;
}

#TabBarMiddleWhatsNew{
  float: left;
  background: url(images/TabMiddleWhatsNew.png) no-repeat;
  background-color: #041a36;
  width: 97px;
  height: 40px;
  

}

#TabBarMiddleWigetGallery{
  float: left;
  background: url(images/TabMiddleWidgetGallery.png) no-repeat;
  background-color: #041a36;
  width: 127px;
  height: 40px;
  
}

#TabBarMiddleDeveloper{
  float: left;
  background: url(images/TabMiddleDeveloper.png) no-repeat;
  background-color: #041a36;
  width: 90px;
  height: 40px;
  
}

#TabBarMiddleAboutUs{
  float: left;
  background: url(images/TabMiddleAboutUs.png) no-repeat;
  background-color: #041a36;
  width: 81px;
  height: 40px;  
}



/* Unselected*/

#TabBarMiddleWidgetop_UnSelected{
  float: left;
  background: url(images/TabMiddleWidgetop-UN.png) no-repeat;
  background-color: #041a36;
  width: 123px;
  height: 40px;
  border-bottom: 1px solid #041a36;
}

#TabBarMiddleWhatsNew_UnSelected{
  float: left;
  background: url(images/TabMiddleWhatsNew-UN.png) no-repeat;
  background-color: #041a36;
  width: 97px;
  height: 40px;
  border-bottom: 1px solid #041a36;

}

#TabBarMiddleWigetGallery_UnSelected{
  float: left;
  background: url(images/TabMiddleWidgetGallery-UN.png) no-repeat;
  background-color: #041a36;
  width: 127px;
  height: 40px;
  border-bottom: 1px solid #041a36;
}

#TabBarMiddleDeveloper_UnSelected{
  float: left;
  background: url(images/TabMiddleDeveloper-UN.png) no-repeat;
  background-color: #041a36;
  width: 90px;
  height: 40px;
  border-bottom: 1px solid #041a36;
}

#TabBarMiddleAboutUs_UnSelected{
  float: left;
  background: url(images/TabMiddleAboutUs-UN.png) no-repeat;
  background-color: #041a36;
  width: 81px;
  height: 40px;
  border-bottom: 1px solid #041a36;
}

/****************************/
/*      Hover 				*/
/****************************/

#TabBarMiddleWidgetop_UnSelected:hover{
  float: left;
  background: url(images/TabMiddleWidgetop-HV.png) no-repeat;
  background-color: #041a36;
  width: 123px;
  height: 40px;

}

#TabBarMiddleWhatsNew_UnSelected:hover{
  float: left;
  background: url(images/TabMiddleWhatsNew-HV.png) no-repeat;
  background-color: #041a36;
  width: 97px;
  height: 40px;
/* <img class="tabBarMiddleWidgetop" src="images\TabMiddleWhatsNew.png"/> */
}

#TabBarMiddleWigetGallery_UnSelected:hover{
  float: left;
  background: url(images/TabMiddleWidgetGallery-HV.png) no-repeat;
  background-color: #041a36;
  width: 127px;
  height: 40px;
}

#TabBarMiddleDeveloper_UnSelected:hover{
  float: left;
  background: url(images/TabMiddleDeveloper-HV.png) no-repeat;
  background-color: #041a36;
  width: 90px;
  height: 40px;
}

#TabBarMiddleAboutUs_UnSelected:hover{
  float: left;
  background: url(images/TabMiddleAboutUs-HV.png) no-repeat;
  background-color: #041a36;
  width: 81px;
  height: 40px;
  
}


/****************************/

.tabSelected {
  border-bottom: 1px solid #1c314d ! important;
}

.tabBarLeft{
  float: left;
  padding: 0;
  margin: 0;
  border: 0px;
  background-color: #041a36;
  border-bottom: 1px solid #041a36;
}

.tabBarRight{
  float: left;
  padding: 0;
  margin: 0;
  border: 0px;
  background-color: #041a36;
  border-bottom: 1px solid #041a36;
}


/*************************************/
/*          Footer Area              */
/************************************/


#Footer{ /* Keep For Correct Display Properties */  
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  
  color: white;
  text-align: center;
  clear: both;
  font-size: 0.8em;
  font-family: Ariel, Verdana, Tahoma, sans-serif;
  
  margin-bottom: 0px;
  margin-top: 16px;
  padding: 12px;
  border: 0px solid white;

  width: expression(document.body.clientWidth - (0) + "px");
}


