@import url("style-ind.css");
@import url("style-reg.css");

/*  
Site Name: T5
CSS URI: http://t5.ro/
Description: CSS
Author: Design Disease
Author URI: http://designdisease.com/
*/

/* Begin Typography & Colors */
* { margin: 0; padding: 0; }
body { font: normal 11px "Verdana", sans-serif; color:#626e79; background:#f4f4f4; }
input, button, textarea, select {  font: normal 11px/11px "Verdana", sans-serif; color:#535353; vertical-align: middle; }
legend { display: none; }
fieldset { border: none; }
ul, ol { list-style: none;}
ol { list-style-type: decimal;}
img { padding: 0px; margin: 0px; border: none; text-align: center;}

hr { border-left:none; border-right: none; border-top:1px solid #e6e6e6; border-bottom: none; height : 1px;  }

a:link { text-decoration: none; color : #ff0066; border: 0px; -moz-outline-style: none;}
a:active { text-decoration: underline; color : #ff0066; border: 0px; -moz-outline-style: none;}
a:visited { text-decoration: none; color : #ff0066; border: 0px; -moz-outline-style: none;}
a:hover	{ text-decoration: underline; color : #007ed8; border: 0px; -moz-outline-style: none;} 
a:focus { outline: none;-moz-outline-style: none;}

h1, h2, h3, h4 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }


/* User Interface (UI) Page
##################################################################################################################### */
#bg { overflow: hidden; margin: 0 auto; width: 950px; background: #fff url(/_img/cc-bg.png) repeat-y; }

/* UI - Header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.cc-top { width: 950px; background: url(../_img/cc-top.png) no-repeat top; height: 58px; overflow: hidden; float: left;}
.cc-bot { width: 950px; background: url(../_img/cc-bot.png) no-repeat top; height: 30px; overflow: hidden; margin: 0 auto;}


/* UI - Header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.header { width: 950px; overflow: hidden; padding: 0px; position: relative; height: 135px; }

.head-2 { padding: 0px 30px 0px 30px; width: 890px; height: 45px; position: absolute; top: 0px; left: 0px; background: #f4f4f4 url(/_img/head-2-bkg.png) no-repeat bottom; border-bottom: solid 15px #f4f4f4;}
.head-1 { padding: 30px 30px 0px 30px; position: absolute; top: 60px; left: 0px; width: 890px; background: url(/_img/cc-top.png) no-repeat top; }


/* UI - Logo
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.logo { width: 210px; float: left; margin-right: 30px; }
.logo h1 { text-indent: -35000px; margin: 0; padding: 0;}
.logo h1 a { display: block; background: url(../_img/logo-t5-usr.png) no-repeat left top; height: 45px; width: 180px; cursor: hand; }
.logo h2 { text-indent: -35000px; margin: 0; padding: 0;}
.logo h2 a { display: block; background: url(../_img/logo-t5-usr.png) no-repeat left top; height: 45px; width: 180px; cursor: hand; }

/* UI - MenuTop
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.menu-top ul { margin: 10px 0px 0px 0px; padding: 0px; border-left: solid 1px #ccc; float: left; }
.menu-top ul li { font: normal 11px/11px  Verdana, Geneva, sans-serif; display: inline; padding: 0px 4px; border-right: solid 1px #ccc; float: left; margin: 0px;}

/* UI - Menu
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.menu { float: left; width: 650px; }

.menu p.tagline { border-left: solid 1px #ccc; padding-left: 7px; margin-top: 5px; font: normal 14px/14px "Trebuchet MS"; color:#333; float: left; }
.menu p.tagline a { background:url(/_img/tagline-GA.png) no-repeat left center; padding-left: 115px; }
.menu p.tagline em { display: none;}

.menu p.usr { font: normal 11px/11px Verdana, Geneva, sans-serif; color:#333;}

.menu .unlogged { margin: 5px 0px 0px 0px; padding: 0px; border-left: solid 1px #ccc; float: left;  }
.menu .unlogged li { font: bold 14px/14px "Trebuchet MS"; display: inline; padding: 0px 7px; border-right: solid 1px #ccc; float: left; margin: 0px;}
.menu .logged {margin: 5px 0px 0px 0px; padding: 0px; border-left: solid 1px #ccc; float: left;}
.menu .logged li { font: normal 11px/13px Verdana, Geneva, sans-serif; display: inline; padding: 0px 7px; border-right: solid 1px #ccc; float: left; margin: 0px;}

.search-top { background: url(images/search-bkg.png) no-repeat bottom; width: 400px; float: left; margin-left: 65px;}
.search-top legend { display: none;}
.search-top form { padding: 0px; margin: 0px;}
.search-top input { float: left; border: none; padding: 7px 0px 9px 40px; width: 285px; color:#000066; font-size: 11px; background: url(/_img/search-input.png) no-repeat; height: 14px;}
.search-top button { float: left; background: url(/_img/search-button.png) no-repeat; width: 69px; border: none; cursor: pointer; color:#fff; vertical-align: middle; padding: 8px 0px 9px 0px; margin: 0px; font: bold 14px/14px "Trebuchet MS", Arial, Helvetica, sans-serif; vertical-align: middle; margin-left: 3px; text-indent: -35000px;}
.search-top button:hover { background: url(/_img/search-button-on.png) no-repeat; }

/* Login-Register
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.data { width: 180px; float: right;}
.data em { display: none; margin: 0; padding: 0; line-height: 0px;}
.data ul { padding: 0px; margin: 0px; } 
.data ul li { list-style-type: none; display: inline; }
.data ul li a { float: left; height: 30px; }
.data ul li a.logare { background: url(/_img/data-logare.png) no-repeat left top; width: 79px; margin-right: 5px;}
.data ul li a.inscriere { background: url(/_img/data-inscriere.png) no-repeat left top; width: 96px;}
.data ul li a.delogare { background: url(/_img/data-delogare.png) no-repeat left top; width: 131px; }
.data ul li a:hover { background-position: left -30px; }



/* UI - Line
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.header-line { background: #fff url(../_img/header-line.png) no-repeat center; width: 890px; height: 61px; padding: 0px; margin: 0px 30px; overflow: hidden;}

.header-admin-menu {  background: #FF9 url(/_img/header-admin-menu-right.png) no-repeat right; width: 890px; height: 34px; margin: 0px 30px 0px 30px; float: left; overflow: hidden; border-top: solid 25px #fff; border-bottom: solid 25px #fff;}
.header-admin-menu ul { background: #FF9 url(/_img/header-admin-menu-left.png) no-repeat left; padding: 11px 10px 10px 10px; margin-right:15px; float: left; }
.header-admin-menu li { color:#999933; border-right: solid 1px #d3d380; padding: 0px 5px; display: inline; float: left; }
.header-admin-menu li a { color:#999933; }
.header-admin-menu li a:hover { color:#000; text-decoration: underline; }

.header-index { background: url(/_img/header-index-right.png) no-repeat right top; width: 890px; padding: 0px; margin: 0px 30px; overflow: hidden; border-bottom: solid 25px #fff; }
.header-index-all { background: #2f3943 url(/_img/header-index-left.png) no-repeat left top; height: 31px; margin-right: 20px; padding-top: 15px; padding-left: 15px;}
.header-index-all p { padding: 0px; margin: 0px; font: normal 14px/14px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#ccc; }
.header-index-all p a { color:#ffffcc; background: url(/_img/header-index-arrow.png) no-repeat left; padding-left: 12px; margin-left: 35px; }
.header-index-all p a:hover { color:#afdcff; }

/* UI - Container
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.container { overflow: hidden; padding: 0px 30px 0px 30px;}

/* UI - Side Left
##################################################################################################################### */

.sl { width: 180px; float: left; overflow: hidden; position: relative; padding-right: 30px; padding-top: 7px;}

.sl .pan-gnr { width: 180px; background:url(../_img/pan-gnr-cc.png) repeat-y center; margin-bottom: 15px;}
.sl .pan-gnr h3 strong { height: 13px; width: 13px; background:url(../_img/sl-ico-question.png) no-repeat; }
.sl .pan-gnr h3 { font: bold 14px/14px "Trebuchet MS"; color:#333; padding: 7px 10px; background: url(../_img/pan-gnr-top.png); }
.sl .pan-gnr ul { padding: 5px 10px 10px 10px; background: url(../_img/pan-gnr-bot.png) no-repeat bottom; }
.sl .pan-gnr ul li { padding: 1px 0px; font-size: 11px;}
.sl .pan-gnr ul li.boldish { font-weight: bold; padding-bottom: 5px; border-bottom: solid 1px #e5e5e5; margin-bottom: 3px;}

/* Panel Categorii
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sl .pan-cat { width: 180px; background:url(../_img/pan-gnr-cc.png) repeat-y center; margin-bottom: 15px;}
.sl .pan-cat h3 { font: bold 14px/14px "Trebuchet MS"; color:#333; padding: 7px 10px; background: url(../_img/pan-gnr-top.png); }
.sl .pan-cat ul { padding: 5px 10px 10px 10px; background: url(../_img/pan-gnr-bot.png) no-repeat bottom; }
.sl .pan-cat ul li { padding: 1px 0px; font-size: 11px;}
.sl .pan-cat ul li.boldish { font-weight: bold; padding-bottom: 5px; border-bottom: solid 1px #e5e5e5; margin-bottom: 3px;}

/* Panel Optiuni
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sl .pan-opt { width: 180px; margin-bottom: 15px; padding-bottom: 10px; background: #e1f2ff url(../_img/pan-opt-bot.png) no-repeat bottom; }
.sl .pan-opt h3 { font: bold 14px/14px "Trebuchet MS"; color:#333; padding: 7px 10px; background: url(../_img/pan-opt-top.png); }
.sl .pan-opt ul { padding: 5px 10px 0px 10px;  border-left: solid 1px #cde5fc; border-right: solid 1px #cde5fc;}
.sl .pan-opt ul li { padding: 1px 0px; font-weight: bold;}


/* Panel Stats
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sl .pan-sts { width: 180px; background:url(../_img/pan-gnr-cc.png) repeat-y center; margin-bottom: 15px;}
.sl .pan-sts h3 { font: bold 14px/14px "Trebuchet MS"; color:#333; padding: 7px 10px; background: url(../_img/pan-gnr-top.png); }
.sl .pan-sts ul { padding: 6px 10px 10px 10px; background: url(../_img/pan-gnr-bot.png) no-repeat bottom;}
.sl .pan-sts ul li { padding: 1px 0px; font-size: 11px;}

/* Panel Legend
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sl .pan-lgd { width: 180px; background:url(../_img/pan-gnr-cc.png) repeat-y center; margin-bottom: 15px;}
.sl .pan-lgd h3 { font: bold 14px/14px "Trebuchet MS"; color:#333; padding: 7px 10px; background: url(../_img/pan-gnr-top.png); }
.sl .pan-lgd ul { padding: 6px 10px 10px 10px; background: url(../_img/pan-gnr-bot.png) no-repeat bottom;}
.sl .pan-lgd ul li { padding: 1px 0px; font-size: 11px;}
.sl .pan-lgd ul li.grey { background: url(/_img/pan-lgd-grey.png) no-repeat left 4px; padding-left: 12px;}
.sl .pan-lgd ul li.blue { background: url(/_img/pan-lgd-blue.png) no-repeat left 4px; padding-left: 12px;}
.sl .pan-lgd ul li.pink { background: url(/_img/pan-lgd-pink.png) no-repeat left 4px; padding-left: 12px;}

/* Panel Etichete
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sl .pan-etichete { width: 180px; background:url(../_img/pan-gnr-cc.png) repeat-y center; margin-bottom: 15px;}
.sl .pan-etichete-all { padding: 10px; background: url(../_img/pan-gnr-bot.png) no-repeat bottom;}
.sl .pan-etichete h3 { font: bold 14px/14px "Trebuchet MS"; color:#333; padding: 7px 10px; background: url(../_img/pan-gnr-top.png); }
.sl .pan-etichete h3 strong { font: bold 16px/12px "Trebuchet MS"; }
.sl .pan-etichete h3 strong a { text-decoration: none;}
.sl .pan-etichete ul { padding: 0px;}
.sl .pan-etichete ul li { padding: 1px 0px 1px 6px; font-size: 11px; color:#CCC; background: url(../_img/sl-li.png) no-repeat left 7px;}
.sl .pan-etichete ul li small { font-weight: bold; font-size: 8px;}
.sl .pan-etichete form { padding: 2px 0px 5px 0px; }
.sl .pan-etichete form .input { background:url(../_img/sl-etichete-input.png) no-repeat; height: 13px; border: none; padding: 5px 0px 5px 5px; width: 125px}
.sl .pan-etichete form .button { background:url(../_img/sl-etichete-button.png) no-repeat; width: 27px; height: 23px; border: none; padding: 0px;}


/* Panel Sumar
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sl .pan-smr { width: 180px; background:url(../_img/pan-gnr-cc.png) repeat-y center; margin-bottom: 15px;}
.sl .pan-smr-all { padding: 10px; background: url(../_img/pan-gnr-bot.png) no-repeat bottom;}
.sl .pan-smr h3 { font: bold 14px/14px "Trebuchet MS"; color:#333; padding: 7px 10px; background: url(../_img/pan-gnr-top.png); }
.sl .pan-smr dl { overflow: hidden; border-top: solid 1px #edeeef; }
.sl .pan-smr dt { width: 115px; float: left; padding: 3px 0px; border-bottom: solid 1px #edeeef; }
.sl .pan-smr dd { width: 45px; float: left; padding: 3px 0px; border-bottom: solid 1px #edeeef;}
.sl .pan-smr .record {}
.sl .pan-smr .record h4 { padding-bottom: 5px; margin-bottom: 3px; font: bold 11px/11px Verdana, Geneva, sans-serif; border-bottom: solid 1px #e5e7e8;}
.sl .pan-smr .record span { font-size: 10px; color:#b3b3b3; display: block;}
.sl .pan-smr .record bold { font: bold 13px/14px Verdana, Geneva, sans-serif;}


/* Panel Admin
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sl .pan-adm { width: 180px; background:url(../_img/pan-adm-cc.png) repeat-y center; margin-bottom: 15px;}
.sl .pan-adm h3 { font: bold 14px/14px "Trebuchet MS"; color:#333; padding: 7px 10px; background: url(../_img/pan-adm-top.png); }
.sl .pan-adm ul { padding: 5px 10px 10px 10px; background: url(../_img/pan-adm-bot.png) no-repeat bottom; }
.sl .pan-adm ul li { padding: 1px 0px; font-size: 11px;}

 /* Panel Grey
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sl .pan-grey { width: 180px; background: #717a82 url(../_img/pan-grey-bot.png) no-repeat bottom; margin-bottom: 15px; height: 81px; }
.sl .pan-grey-all { background: url(../_img/pan-grey-top.png) no-repeat top; padding: 25px 10px 0px 10px; }
.sl .pan-grey h1 { font: bold 23px/21px "Trebuchet MS"; color:#fff; letter-spacing: -1px; padding: 0px 0px 5px 0px; margin: 0px; }
.sl .pan-grey span { font: bold 14px/12px "Trebuchet MS"; color:#c3c8cd; padding: 0px; margin: 0px; }

 /* Panel Blue
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sl .pan-blue { width: 180px; background: #48a0ea url(../_img/pan-blue-bot.png) no-repeat bottom; margin-bottom: 15px; height: 81px; }
.sl .pan-blue-all { background: url(../_img/pan-blue-top.png) no-repeat top; padding: 25px 10px 0px 10px; }
.sl .pan-blue h1 { font: bold 23px/21px "Trebuchet MS"; color:#fff; letter-spacing: -1px; padding: 0px 0px 5px 0px; margin: 0px; }
.sl .pan-blue span { font: bold 14px/12px "Trebuchet MS"; color:#99cefa; padding: 0px; margin: 0px; }

/* Panel Pink
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sl .pan-pink { width: 180px; background: #ff0066 url(../_img/pan-pink-bot.png) no-repeat bottom; margin-bottom: 15px; height: 81px;}
.sl .pan-pink-all { background: url(../_img/pan-pink-top.png) no-repeat top; padding: 25px 10px 0px 10px; }
.sl .pan-pink h1 { font: bold 23px/21px "Trebuchet MS"; color:#fff; letter-spacing: -1px; padding: 0px 0px 5px 0px; margin: 0px; }
.sl .pan-pink span { font: bold 14px/12px "Trebuchet MS"; color:#ff89ad; padding: 0px; margin: 0px; }

/* Panel Pink
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sl .pan-qa { width: 180px; background: #2f3943 url(../_img/pan-qa-bot.png) no-repeat bottom; margin-bottom: 15px; padding-bottom: 10px;}
.sl .pan-qa h3 { font: bold 14px/14px "Trebuchet MS"; color:#fff; padding: 10px 10px; background: url(../_img/pan-qa-top.png) no-repeat top; border-bottom: solid 1px #434d58;}
.sl .pan-qa li {}
.sl .pan-qa li a, .sl .pan-qa li a:visited { color:#ff6699; padding: 4px 10px; font: normal 11px/13px Verdana, sans-serif; border-bottom: solid 1px #434d58; display: block; }
.sl .pan-qa li a:hover { background: #F06; color:#fff; text-decoration: none; padding: 4px 10px; font: normal 11px/13px Verdana, sans-serif; border-bottom: solid 1px #434d58; }

/* Panou Inscrie-te
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sl .inscriere { margin-bottom: 15px; float: left; }
.sl .inscriere em { display: none; margin: 0; padding: 0; line-height: 0px;}
.sl .inscriere a { float: left; height: 106px; background: url(../_img/sl-inscriere.png) no-repeat top; width: 180px; }
.sl .inscriere a:hover { background-position: left -106px; }

/* Panou Featured
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sl .featured {margin-bottom: 15px; float: left;}
.sl .featured em { display: none; margin: 0; padding: 0; line-height: 0px;}
.sl .featured a { float: left; height: 160px; background: url(../_img/ga-featured-examples.png) no-repeat top; width: 180px; }
.sl .featured a:hover { background-position: left -160px; }

/* Panou Widget
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sl .widget {margin-bottom: 15px; float: left;}
.sl .widget em { display: none; margin: 0; padding: 0; line-height: 0px;}
.sl .widget a { float: left; height: 175px; background: url(../_img/sl-widget.png) no-repeat top; width: 180px; }
.sl .widget a:hover { background-position: left -175px; }

/* Error Messages
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sr .error { color:#ff0000; margin: 10px 0 20px 0; background: url(/_img/error-ico.png) no-repeat left 2px; padding-left: 20px; font: normal 14px 'Trebuchet MS', sans-serif;}
.sr p.error { color:#ff0000; margin: 15px 0 15px 0; background: url(/_img/error-ico.png) no-repeat left center; padding: 10px 0px 10px 30px; font: normal 14px 'Trebuchet MS', sans-serif; border-bottom: solid 1px #e4e7e9; border-top: solid 1px #e4e7e9;}
.sr .error em { font-style: normal; color:#fff; background: #ff0000; padding: 0px 4px;}


/*class="off" onmouseover="this.className='on';" onmouseout="this.className='off';"*/
.on { background:#fff7cc;}
.off { background: #fff;}
.off-grey { background: #f4f4f4;}
.grey { background: #f4f4f4; }


.edit { padding-left: 18px; background: url(../_img/admin-ico-edit.png) no-repeat left center;}

.arrow-grey-left { background: url(/_img/arrow-grey-left.png) no-repeat left top; width: 48px; height: 81px; top: 7px; right: 0px; position: absolute;}
.arrow-pink-left { background: url(/_img/arrow-pink-left.png) no-repeat left top; width: 48px; height: 81px; top: 7px; right: 0px; position: absolute;}
.arrow-blue-left { background: url(/_img/arrow-blue-left.png) no-repeat left top; width: 48px; height: 81px; top: 7px; right: 0px; position: absolute;}

.arrow-grey-right { background: url(/_img/arrow-grey-right.png) no-repeat left top; width: 48px; height: 81px; top: 7px; left: 0px; position: absolute;}
.arrow-pink-right { background: url(/_img/arrow-pink-right.png) no-repeat left top; width: 48px; height: 81px; top: 7px; left: 0px; position: absolute;}
.arrow-blue-right { background: url(/_img/arrow-blue-right.png) no-repeat left top; width: 48px; height: 81px; top: 7px; left: 0px; position: absolute;}

.dotted { background: url(/_img/head-dotted.png) no-repeat left; width: 39px; height:12px; position: absolute; top: 0px; left: 50px;}
 
 
/* UI - Side Right
##################################################################################################################### */

.sr { width: 650px; float: right; overflow: hidden; padding-left: 30px; padding-top: 7px; position: relative;}
.sr h1 { font: bold 25px/27px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#2f3943; letter-spacing: -1px;}
.sr h2 { font: normal 21px/23px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#2f3943; letter-spacing: -1px; padding: 10px 0px;}
.sr h3 { font: bold 16px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#2f3943; letter-spacing: -1px; padding: 10px 0px;}
.sr .h-title { font: bold 25px/27px "Trebuchet MS"; color:#2f3943; letter-spacing: -1px; }
.sr .h-date { font: bold 14px/14px "Trebuchet MS"; color:#717a82; padding: 0px; text-transform: uppercase;}

.sr p { font: normal 14px/17px "Trebuchet MS"; padding: 5px 0px; margin: 5px 0px; color:#626e79;}
.sr ol { list-style: decimal inside; }
.sr ol { padding: 10px 0px 10px 25px; margin: 0px; }
.sr ol li { padding: 1px 0px 1px 0px; font: normal 14px/17px "Trebuchet MS", Arial, Helvetica, sans-serif; }
.sr ul { padding: 10px 0px 10px 20px; margin: 0px; }
.sr ul li { padding: 1px 0px 1px 13px; list-style-type: none; background: url("../_img/li.png") no-repeat left 7px; font: normal 14px/17px "Trebuchet MS", Arial, Helvetica, sans-serif; }
.sr blockquote { font: italic 14px/19px Georgia; padding: 10px 20px; margin: 10px 0px; background: #f4f4f4;  }
.sr blockquote p { font: italic 14px/19px Georgia, "Times New Roman", Times, serif;}


/* Panel - Colors
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sr .pct { background: url(/_img/pct.png) no-repeat top; height: 13px; }
.sr .pcb { background: url(/_img/pcb.png) no-repeat bottom; height: 13px;}
.sr .pcc { padding: 10px 20px;}

/* Panel - Border
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sr .pbt { background: url(/_img/pbt.png) no-repeat top; height: 13px; }
.sr .pbb { background: url(/_img/pbb.png) no-repeat bottom; height: 13px;}
.sr .pbc { padding: 10px 20px; background: url(/_img/pbc.png) repeat-y center;}


/* Head Simple
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sr .head-simple { position: relative; margin-bottom: 20px;}
.sr .head-simple h1 { font: bold 25px/27px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#2f3943; letter-spacing: -1px; border-bottom: solid 1px #e5e8ea; padding-bottom: 5px; margin-bottom: 5px;}
.sr .head-simple span { font: bold 14px/12px "Trebuchet MS"; letter-spacing: normal; color:#c3c8cd; padding: 0px; margin: 0px; display: block; }
.sr .head-simple p { padding: 0px; margin: 0px;}


/* Head Grey
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sr .head-grey { background: #717a82; position: relative;}
.sr .head-grey h1 { font: bold 23px/23px "Trebuchet MS"; color:#fff; letter-spacing: -1px; padding: 0px; margin: 0px; }
.sr .head-grey span { font: bold 14px/12px "Trebuchet MS"; letter-spacing: normal; color:#c3c8cd; padding: 0px; margin: 0px; display: block; }
.sr .head-grey a, .head-grey a:visited, .cls-head a:hover { color:#fff; border: 0px;}
.sr .head-grey p { color:#fff; padding: 0px; margin: 0px;}

/* Head Pink
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sr .head-pink { background: #ff0066; position: relative;}
.sr .head-pink h1 { font: bold 23px/23px "Trebuchet MS"; color:#fff; letter-spacing: -1px; padding: 0px; margin: 0px; }
.sr .head-pink h1 strong { font: bold 14px/12px "Trebuchet MS"; letter-spacing: normal; color:#ff89ad; padding: 0px; margin: 0px; display: block; }
.sr .head-pink h1 strong span { display: none;}
.sr .head-pink h2 { font: bold 14px/14px "Trebuchet MS"; color:#f59abe; padding: 0px; text-transform: uppercase;}
.sr .head-pink a, .head-pink a:visited, .head-pink a:hover { color:#fff; border: 0px;}
.sr .head-pink p { color:#fff; padding: 0px; margin: 0px;}
.sr .head-pink .categorie { padding: 30px 0px 15px 0px; width: 64px; height: 20px; position: absolute; top: 0px; right: 85px; background: #2f3943 url(../_img/sng-head-categorie.png) no-repeat; font: bold 21px/21px "Trebuchet MS";letter-spacing: -2px; text-align: center; }
.sr .head-pink .clasament { padding: 30px 0px 15px 0px; width: 64px; height: 20px; position: absolute; top: 0px; right: 15px; background: #2f3943 url(../_img/sng-head-clasament.png) no-repeat; font: bold 21px/21px "Trebuchet MS"; letter-spacing: -2px; text-align: center;}

/* Head Blue
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sr .head-blue { background: #48a0ea; position: relative;}
.sr .head-blue h1 { font: bold 23px/23px "Trebuchet MS"; color:#fff; letter-spacing: -1px; padding: 0px; margin: 0px; }
.sr .head-blue span { font: bold 14px/12px "Trebuchet MS"; letter-spacing: normal; color:#99cefa; padding: 0px; margin: 0px; display: block; }
.sr .head-blue a, .head-blue a:visited, .cls-head a:hover { color:#fff; border: 0px;}
.sr .head-blue p { color:#fff; padding: 0px; margin: 0px;}



/* Clasament List - Tabel Stats (cls)(30 zile + o zi)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sr .cls table {}

.sr .cls p { padding: 0px; margin: 0px; font: normal 11px/14px 'Verdana';}
.sr .cls th { background: #e4e7e9; color:#2f3943; text-align: left; padding: 10px; border-left: 1px solid #d7dbdd;  }
.sr .cls td { border-bottom: 1px solid #e5e7e8; border-left: 1px solid #e5e7e8; }

.sr .cls th.thtopleft { background: #e4e7e9 url(../_img/cls-thtopleft.png) no-repeat left top; text-align: center; border-left: none;}
.sr .cls th.thtopright { background: #e4e7e9 url(../_img/cls-thtopright.png) no-repeat right top; }
.sr .cls th.thbotleft { background: #e4e7e9 url(../_img/cls-thbotleft.png) no-repeat left bottom; text-align: center; border-left: none; padding: 0px;}
.sr .cls th.thbotcenter { border-left: none; padding: 0px;}
.sr .cls th.thbotright { background: #e4e7e9 url(../_img/cls-thbotright.png) no-repeat right bottom; border-left: none; padding: 0px; }

/**/ * html .sr .cls th.thtopleft { background: #e4e7e9 url(../_img/cls-thtopleft.gif) no-repeat left top; } /**/ 
/**/ * html .sr .cls th.thtopright { background: #e4e7e9 url(../_img/cls-thtopright.gif) no-repeat right top; }
/**/ * html .sr .cls th.thbotleft { background: #e4e7e9 url(../_img/cls-thbotleft.gif) no-repeat left bottom;}
/**/ * html .sr .cls th.thbotright { background: #e4e7e9 url(../_img/cls-thbotright.gif) no-repeat right bottom; }

.sr .cls td.loc { padding: 15px 10px 0px 10px; font: bold 16px/17px "Trebuchet MS"; width: 30px; letter-spacing: -1px; border-left: 1px solid #e4e7e9; text-align: center; height: 40px;}
.sr .cls td.web { width: 290px; padding: 10px 5px;}
.sr .cls td.web p.siteurl { padding: 0px; margin: 0px; font-weight: bold; }
.sr .cls td.web p.sitedesc { padding: 5px 0px; margin: 0px; font: normal 11px/13px 'Verdana'; color: #000; }
.sr .cls td.web span.sitecat { color:#91989f; padding: 0px; margin: 0px;}
.sr .cls td.web span.sitecat a { color:#91989f; }
.sr .cls td.unc { widows: 50px; padding: 10px 5px; text-align: right;}
.sr .cls td.unc p { padding: 0px; margin: 0px; font-weight: bold; letter-spacing: -1px;}
.sr .cls td.unc small { color:#91989f; }
.sr .cls td.evo1-arw { width: 10px; padding: 13px 5px; }
.sr .cls td.evo1-per { width: 10px; padding: 10px 5px; color:#91989f; }
.sr .cls td.afs { width: 50px; padding: 10px 5px; text-align: right;}
.sr .cls td.afs p { padding: 0px; margin: 0px; font-weight: bold; letter-spacing: -1px;}
.sr .cls td.afs small { color:#91989f; }
.sr .cls td.evo2-arw { width: 10px; padding: 13px 5px;  }
.sr .cls td.evo2-per { width: 10px; padding: 10px 5px; color:#91989f; border-right: 1px solid #e4e7e9; }

/* Clasament Last Sites
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sr .cls td.nr {  padding: 10px; font: bold 16px/17px "Trebuchet MS"; width: 30px; border-left: 1px solid #e4e7e9; text-align: center;}
.sr .cls td.tag { padding: 10px; font: bold 11px/13px Verdana, Geneva, sans-serif;  width: 30px; border-left: 1px solid #e4e7e9; text-align: left; }
.sr .cls td.site { padding: 10px; border-right: 1px solid #e4e7e9;}
.sr .cls td.site p.siteurl { padding: 0px; margin: 0px; font-weight: bold; }
.sr .cls td.site p.sitedesc { padding: 0px; font: normal 11px/13px Verdana, Geneva, sans-serif; color:#000;}
.sr .cls td.site span.sitecat { display: block; color:#91989f; padding: 2px 0px; margin: 0px;}
.sr .cls td.site span.sitecat a { color:#91989f; }
.sr .cls td.site small.date { display: block; font-weight: bold;}

/* Clasament Top + Bottom
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sr .cls th.thtopleft { background: #e4e7e9 url(../_img/cls-thtopleft.png) no-repeat left top; text-align: center; border-left: none;}
.sr .cls th.thtopright { background: #e4e7e9 url(../_img/cls-thtopright.png) no-repeat right top; }
.sr .cls th.thbotleft { background: #e4e7e9 url(../_img/cls-thbotleft.png) no-repeat left bottom; text-align: center; border-left: none; padding: 0px;}
.sr .cls th.thbotcenter { border-left: none; padding: 0px;}
.sr .cls th.thbotright { background: #e4e7e9 url(../_img/cls-thbotright.png) no-repeat right bottom; border-left: none; padding: 0px;}

.sr .etichete {}
.sr .eticheteLista li { line-height: 24px;}


/* Entry Single (sng) (#######)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sr .sng-details ul { padding: 0px; margin: 0px 0px 10px 0px;}
.sr .sng-details ul li { font: normal 14px/16px "Trebuchet MS";}
.sr .sng-details .url { padding: 5px 0px 7px 13px; border-top: solid 1px #e5e7e8; border-bottom: solid 1px #e5e7e8; background:url(../_img/arrow-sng-details.png) no-repeat left 11px;}
.sr .sng-details .desc { padding: 5px 0px 0px 0px; font: italic 13px/17px Georgia, "Times New Roman", Times, serif;}


/* Entry Single - Tabel Evolutie
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sr .sng-tabel th { background: #e4e7e9; color:#2f3943; text-align: left; padding: 10px; border-left: 1px solid #d7dbdd;  }
.sr .sng-tabel td { border-bottom: 1px solid #e5e7e8; border-left: 1px solid #e5e7e8;  padding: 5px 10px;}

.sr .sng-tabel th.thtopleft { background: #e4e7e9 url(../_img/cls-thtopleft.png) no-repeat left top; text-align: center; border-left: none;}
.sr .sng-tabel th.thtopright { background: #e4e7e9 url(../_img/cls-thtopright.png) no-repeat right top; }
.sr .sng-tabel th.thbotleft { background: #e4e7e9 url(../_img/cls-thbotleft.png) no-repeat left bottom; text-align: center; border-left: none; padding: 0px; }
.sr .sng-tabel th.thbotcenter { border-left: none; padding: 0px;}
.sr .sng-tabel th.thbotright { background: #e4e7e9 url(../_img/cls-thbotright.png) no-repeat right bottom; border-left: none; padding: 0px; }

.sr .sng-tabel td.date { border-left: 1px solid #e4e7e9; color:#91989f;}
.sr .sng-tabel td.vzt-nr { font-weight: bold; letter-spacing: -1px;}
.sr .sng-tabel td.vzt-arw { width: 10px; padding: 5px 5px;  }
.sr .sng-tabel td.vzt-per { width: 10px; }
.sr .sng-tabel td.vzi-nr { font-weight: bold; letter-spacing: -1px;}
.sr .sng-tabel td.vzi-arw { width: 10px; padding: 5px 5px;  }
.sr .sng-tabel td.vzi-per { width: 10px;}
.sr .sng-tabel td.afs-nr { font-weight: bold; letter-spacing: -1px;}
.sr .sng-tabel td.afs-arw { width: 10px; padding: 5px 5px;  }
.sr .sng-tabel td.afs-per { width: 10px; }
.sr .sng-tabel td.tmp { border-right: 1px solid #e4e7e9; color:#91989f; }


/* Tables General (Simple User Forms)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sr .suf {}
.sr .suf td.line { padding: 10px 0px; border-bottom: solid 1px #e5e7e8;}

/* Tables Sites (Site-uri Inscrise)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sr .sites td { padding: 10px 5px; border-bottom: solid 1px #e5e7e8;}

.sr .sites .site a { background: url(../_img/sites-ico-site.png) no-repeat left 0px; } 
.sr .sites .cod a { background: url(../_img/sites-ico-cod.png) no-repeat left 0px; } 
.sr .sites .widget a { background: url(../_img/sites-ico-widget.png) no-repeat left 0px; } 
.sr .sites .detalii a { background: url(../_img/sites-ico-detalii.png) no-repeat left 0px; } 
.sr .sites .sterge a { background: url(../_img/sites-ico-sterge.png) no-repeat left 0px; }  

.sr .sites a, .sr .sites a:visited { padding: 1px 0px 1px 18px; font: normal 11px/11px Verdana, Geneva, sans-serif;}
.sr .sites a:hover { background-position: left -16px; text-decoration: none; }



/* Tables Contact (Simple User Forms)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sr .tbcontact {}
.sr .tbcontact p { padding: 5px 0px; margin: 0px; font: normal 11px/14px 'Verdana'; }
.sr .tbcontact td { padding: 10px 0px;}
.sr .tbcontact td h3 { padding: 0px 0px 5px 0px;}

/* Clasament - Codes Forms
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sr textarea.code { padding: 5px; border: solid 1px #ccc; background: #f4f4f4;}
.sr select.selectsite { padding: 5px; border: solid 1px #ccc; background: #f4f4f4;}
.sr input.txt { border: solid 1px #ccc; padding: 4px; background: #f4f4f4;}
.sr input.button { padding: 4px 5px; border: outset 1px #ccc; background:#ff0066; color:#fff; font: bold 11px 'Verdana', sans-serif;}
.sr input.chk { vertical-align: middle; margin-right: 3px; border: none; }

.pan-gnr textarea.code { padding: 5px; border: solid 1px #ccc; background: #f4f4f4;}
.pan-gnr select.selectsite { padding: 5px; border: solid 1px #ccc; background: #f4f4f4;}
.pan-gnr input.txt { border: solid 1px #ccc; padding: 4px; background: #f4f4f4;}
.pan-gnr input.button { padding: 3px 3px; border: outset 1px #ccc; background:#ff0066; color:#fff; font: bold 11px 'Verdana', sans-serif;}
.pan-gnr input.chk { vertical-align: middle; margin-right: 3px; border: none; }

/* Navigatie
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sr .nav { background:#edeff1 url(../_img/nav-right.png) no-repeat right top; height: 34px; margin: 25px 0px 0px 0px;}
.sr .nav div.all { background:#edeff1 url(../_img/nav-left.png) no-repeat left top; padding: 11px 10px 10px 10px; margin-right:15px;}
.sr .nav a { padding: 0px 5px; border-right: solid 1px #ccc;}
.sr .nav strong.ON { padding: 0px 5px; border-right: solid 1px #ccc;}

.sr .note-ga { font: normal 11px/13px "Verdana"; background: url(/_img/note-ga-logo.png) no-repeat left top; padding: 0px 0px 25px 170px; border-bottom: solid 1px #e4e7e9;}


/* UI - Footer
##################################################################################################################### */
.footer { color:#a1a6ac; width: 950px; margin: 0 auto; color:#a1a6ac; text-align: center; font-size: 11px; padding: 15px 0px; overflow: hidden; }
.footer a, .footer a:link, .footer a:visited, .footer a:hover { color:#a1a6ac; text-decoration: underline; }

/* ADI */
.hidden { display:none !important; }
.readstats{}
.message-area { background:#FF3366 none repeat scroll 0 0; color:#FFFFFF; font-family:Arial; font-size:12px; left:50%; overflow:hidden; padding:10px; position:absolute; top:0; z-index:10000; }

.etichete {}
.etichete ul { padding: 0px; margin: 0px;}
.etichete li { padding: 0px; margin: 0px; display: inline; list-style-type: none; line-height: 24px; font-family: "Trebuchet MS";background-url: none;}