﻿/*----------------------------------------------------------
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-color: #C0C0C0;
    font-size: .75em; /*font-family: Verdana, Helvetica, Sans-Serif;*/
    font-family: Tahoma;
    margin: 0;
    padding: 0;
    color: #696969;
    width: 1024px;
    position: relative;
}

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: Tahoma, Arial, Helvetica, sans-serif;
    direction: rtl;
}

h1
{
    font-size: 1.6em;
    padding:2px;
    margin-bottom: 0;
    background-color: #C0C0C0;
}
h2
{
    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;
}

Table
{
    width: 100%;
    direction: rtl;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    float:right;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 5px;
    /*_height: 1px;  only IE6 applies CSS properties starting with an underscore */
}

#footer
{
    color: #444444;
    padding: 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

#footer div#copyright
{
    float:left;
}
#footer div#dpeContact
{
    padding-left:50px;
    float:left;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    /*border-bottom: 1px #5C87B2 solid;*/
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
}

ul#menu li a
{
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #FF8800;
    color: #000000;
}

ul#menu li a:hover
{
    background-color: #C0C0C0;
    color: #FF8800;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* 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;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:10px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.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;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.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;
}

/* General
----------------------------------------------------------------------------*/
.LocalizeTAG
{
    direction: rtl;
}

/* ShortCutList
----------------------------------------------------------------------------*/
.ShortCutTD
{
    width: 30%;
    vertical-align: top;
}
.ShortCutList
{
    list-style-type: disc;
    background-color:#f0f0f0;
    min-height:120px;
}
.ShortCutList li:hover
{
    list-style-type: square;
}

.ShortCutList h1
{
    font-size:0.9em;
    font-family:Tahoma;
    font-weight:bold;
    background-color:#f0f0f0;
    padding:0px;
    margin:0;
}

.More
{
    float: left;
}

/* HeadingList
--------------------------------------------------------------------------*/
.HeadingList li:hover
{
    list-style-type: square;
}

.HeadingList h1
{
    font-size:0.9em;
    font-family:Tahoma;
    font-weight:bold;
    background-color:#f0f0f0;
    padding:0px;
    margin:0;
}


/* multilingual
----------------------------------------------------------------------------*/
#Language
{
    display:block;
    float:right;
    color:White;    
}

/* search
----------------------------------------------------------------------------*/
#search
{
    display:block;
    float:right;    
}
/* Header Bar
----------------------------------------------------------------------------*/
.HeaderBar
{
    padding: 3px 5px;
    text-align: right;
    text-decoration: none;
    background-color: #FF8800;
    color: #797979;
}

.HeaderBar a
{
    background-color: #FF8800;
    font-weight:bold;
}
/* Linear News
----------------------------------------------------------------------------*/
.LinearNewsClass
{
    padding: 3px 5px;
    text-align: right;
    text-decoration: none;
    background-color: #c9c9c9;
}

.LinearNews
{
    float:right;
    direction:rtl;
}
/* Details
----------------------------------------------------------------------------*/
.Detail
{
    direction:rtl;
}

.Detail Div#LeftPanel
{
    float:left;
    width:300px;
}


.Detail Div#Downloads
{
    margin-bottom:5px;
    text-align:center;
}

.Detail div#Logo
{
    padding: 3px 5px 3px 5px;
    text-decoration: none;
    text-align:center;
}

Div #Logo img
{
    width: 150px;
    height: 150px;
    border: 1px solid;
}

.Detail label#Name
{
    padding: 3px 5px 3px 5px;
    text-decoration: none;
    font-size:xx-large;
}

.Detail Div#Action
{
    padding: 25px 5px 3px 30px;
    text-decoration: none;
}

.Detail Div#Products
{
    padding: 10px 5px 0px 5px;
}

.Detail Div#Activities
{
    padding: 10px 5px 0px 5px;
    /*visibility:collapse;*/
}

.Detail Div#Address
{
    margin-top:10px;
    margin-bottom:10px;
}

.Detail Div#Description
{
    margin-top:20px;
    margin-left:20px;
}

#Address table
{
    width:100%;
}

#Address table th
{
    text-align:right;
}
/* DataGrid
----------------------------------------------------------------------------*/
.DataGrid
{
  border-collapse: collapse;
  direction: rtl;
}
.DataGrid th
{
    text-align:right;
    border-style: dotted;
    border-width: 1px;
    border-color: inherit;
    background-color: #c9c9c9;
    padding: 6px 5px;
}

.DataGrid tr
{
    border-style: solid;
    border-width: 1px;
    border-color: inherit;
}
.DataGrid td
{
    border-style: dotted;
    border-width: 1px;
    border-color: inherit;
}

/* Pager
----------------------------------------------------------------------------*/
.pager 
{
	margin:8px 3px;
	padding:3px;
	direction:ltr;
}

.pager .disabled 
{
	border:1px solid #ddd;
	color:#999;
	margin-top:4px;
	padding:3px;
	text-align:center;
}

.pager .current 
{
	background-color:#FF6600;
	border:1px solid #e9e9e9;
	color:#e9e9e9;
	font-weight:bold;
	margin-top:4px;
	padding:3px 5px;
	text-align:center;
}

.pager span, .pager a
{
	margin: 4px 3px;
}

.pager a 
{
	border:1px solid #c0c0c0;
	padding:3px 5px;
	text-align:center;
	text-decoration:none;
}
/* Data
----------------------------------------------------------------------------*/
.CaptionField
{
    font-weight:bold;
    direction:rtl;
}
.DataField
{
    padding: 20px;
    direction:ltr;
    text-align:right;
}
/*--------------------------------------------------------------------------*/
.LeftPanel
{
    float:left;
    margin:10px;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.statusview
{
    float: right;
    display: inline;
    font-family: Arial;
    font-size: 10pt;
    color:Gray;
    text-align:center;
    padding-left:5px;
    padding-right:5px;
    padding-top:20px;
    height:90px;
}
.statusdownload
{
    float: right;
    display: inline;
    font-family: Arial;
    font-size: 10pt;
    color: Maroon;
    text-align: center;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 20px;
    height: 90px;
}
.mini-counts
{
    text-align: center;
    font-family: Arial;
    font-size: 18pt;
    font-weight: bold;
}
.paper-summary
{
    border-bottom-width: thin;
    border-bottom-color: #808080;
    border-bottom-style: dotted;
    padding-top:10px;
    padding-bottom:10px;
    height:92px;
    position:relative;
}
.paper-property
{
    border: 1px solid Gray;
    display: inline;
    padding: 5px;
    color: Black;
    position: absolute;
    bottom: 0;
    left: 0;
}
.paper-keywords
{
    margin-top:5px;
}
.paper-auther
{
    font-weight:bold;
}
.paper-year
{
    font-weight:bold;
}
.paper-date
{
}

.product-summary
{
    border-bottom-width: thin;
    border-bottom-color: #808080;
    border-bottom-style: dotted;
    padding-top:10px;
    padding-bottom:10px;
    height:92px;
    position:relative;
}
.product-logo
{
    float: right;
    display: inline;
    color: Maroon;
    text-align: center;
    vertical-align: middle;
    margin-left:10px;
}
.product-logo img
{
    border-style:none;
}

